"Freivald, Joseph A, GOVMK" wrote:
> 
> Yes. Sorry I left that part out.  If I put in each module as a -c, just to
> compile them with the LIBS, then it works, but it won't work re-entrantly.

Sounds like one for the gtk/GNOME lists.
Are the gtk libs reentrant?

gcc -g -O2 -D_REENTRANT -Wall `gtk-config --cflags` `gtk-config --libs`
\
    -o program program.o module1.o module2.o module3.o ../mylib.a

Should work, you might want to grab a simple gtk app and
look at the makefiles for it.

        -Thomas



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to