Just a followup to my last -- as we all could have guessed, no, telling config.h that
the libs are there when it doesn't autodetect them is not the answer.  Compile
terminated with errors 1 and 2, after many complaints about missing lib information.

So now I'm looking for someplace in the Makefile where I can pass a -D option, but I'm
not exactly sure where it should go.  What about this line?:

GTK_LIBS = -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -lm

I notice that it already contains a reference to /usr/lib though, and that's where
libpng lives (among others).

I looked at the -D option in the gcc manpage, but it doesn't seem to pertain -- the -L
option looks more like what I want. . .

What's going on here anyway?

>:[]



-
To unsubscribe from this list send mail to: [EMAIL PROTECTED]
with the message contents: unsubscribe e-develop

Reply via email to