autoconf doesn't see gtk (gtk 0.99.1(!) not detected)





hello all:

i've got a problem compiling the latest gnome release
(0.13).

i know very little about gnu autoconf but it seems like
it can't see my gtk.

i know that i correctly installed gtk because my ftp
client that i am writing works fine when i compile it
with the following parameters :

gcc -O2 -m486 -L/usr/X11/lib -L/usr/X11R6/lib -I/usr/X11R6/include/ \
-I/usr/X11/include -L/usr/local/lib -I/usr/local/include \
-lgdk_imlib -lglib -lz -lm -lX11 -lXext -lgtk -lgdk \
litespeed.c -o litespeed

as u can see, the above works fine. atm there is some extra stuff in there,
but otherwise it works perfectly.

the testgtk program also works great but i guess that that reads the lib
from the source install directory (?)

here is the relavent snip from doing a ldconfig -v :

/usr/local/lib:
        libforms.so.0.88 => libforms.so.0.88
        libgtk.so.1 => libgtk.so.1.0.0
        libgdk.so.1 => libgdk.so.1.0.0
        libglib.so.1 => libglib.so.1.0.0
/usr/local/include:
/usr/lib:
        libgdk_imlib.so.1.1 => libgdk_imlib.so.1.1
        libImlib.so.1.1 => libImlib.so.1.1

as you can see, i think the libs are installed.

tia for any solutions..

-nopzor



-------------------------------------------------------------------------
rdutt@voxel.net
             "Visual C - from the people who brought you Win95"
-------------------------------------------------------------------------




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]