Neverending glib problems



Installing gedit-2.4.0, and make dies with this:

>>>
/bin/sh ../libtool --mode=link gcc -g -O2 -o libgedit-control.la -rpath /usr/local/lib/bonobo -module -avoid-version gedit-factory.lo gedit-viewer.lo gedit-persist-stream.lo ../gedit/libgedit.la -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -leel-2 -lgnomeui-2 -lSM -lICE -lgailutil -lglade-2.0 -lbonoboui-2 -lgnome-2 -lpopt -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lgtksourceview-1.0 -lgnomeprintui-2-2 -lgnomeprint-2-2 -lgnomecanvas-2 -lxml2 -lpthread -lz -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lpopt grep: /usr/lib/libgthread-2.0.la: No such file or directory/usr/bin/sed: can't read /usr/lib/libgthread-2.0.la: No such file or directory
libtool: link: `/usr/lib/libgthread-2.0.la' is not a valid libtool archive
make[2]: *** [libgedit-control.la] Error 1
<<<

glib is installed at /usr/local. And you can see in the argument list above that libtool IS BEING PASSED the correct location: "-L/usr/local/lib". So why is it then looking in /usr/lib for libgthread-2.0.la (and a bunch of other libg*-2.0.la files) when they're at /usr/local/lib?

How can I tell this gedit installer to look in the correct place? Or rather, where is he currently getting the idea that he needs to look in /usr/lib?

Thanks,
Anthony
http://nodivisions.com/




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