Re: [tkined] How to install Tcl/Tk8.0 Sun package + Scotty?

Benoit Papillault (papilla@cs.tamu.edu)
Fri, 22 May 1998 18:11:31 -0500 (CDT)

I have had the same problem with a program of my own. It comes from the
compiler. I have gcc 2.7.2 and gcc 2.7.2.2. To build a shared libray, I do
the following:

gcc -o liba.so -G a.c

(and not gcc -o liba.so -shared a.c, which gives exactly messages you
get from you compilation).

Benoit Papillault

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.