[BUGS] can't find install, -rpath missing at linking time




Seems we need automake-1.3b to compile new glib, gtk+ maybe more.

Maybe HACKING should be updated, or someone should issue 
% ln -s install.sh install

I got this with automake-1.3.
------------------------------------------------------------------------
Making install in gmodule
make[1]: Entering directory `/usr/src/gimp/gnome/glib/gmodule'
/bin/sh ../mkinstalldirs /opt/gnome/lib
/bin/sh ../libtool  --mode=install ../install -m 644 libgmodule.la /opt/gnome/lib/libgmodule.la
../install -m 644 .libs/libgmodule-1.1.so.3.0.0 /opt/gnome/lib/libgmodule-1.1.so.3.0.0
../libtool: ../install: No such file or directory
make[1]: *** [install-libLTLIBRARIES] Error 126
make[1]: Leaving directory `/usr/src/gimp/gnome/glib/gmodule'
make: *** [install-recursive] Error 1
------------------------------------------------------------------------


libtool seems to drop -rpath. 

I need it as gnome-lib directory is not at LD_LIBRARY_PATH and not
mentioned at /etc/ld.so.conf. Now I have to use LD_RUN_PATH.
 
------------------------------------------------------------------------
/bin/sh ../libtool --mode=link gcc -O2 -g -pipe -DGTK_NO_CHECK_CASTS -Wall -DUSE_XIM  -o libgdk.la -rpath /opt/gnome/lib -version-info 2:0:0 -release 1.1 -L/usr/X11/lib -lXi -lXext -lX11  -lpthread gdk.lo gdkcc.lo gdkcolor.lo gdkcursor.lo gdkdnd.lo gdkdraw.lo gdkfont.lo gdkgc.lo gdkglobals.lo gdkimage.lo gdkinput.lo gdkpixmap.lo gdkproperty.lo gdkrgb.lo gdkrectangle.lo gdkregion.lo gdkselection.lo gdkthreads.lo gdkvisual.lo gdkwindow.lo gdkxid.lo gxid_lib.lo
mkdir .libs
gcc -shared -Wl,-soname -Wl,libgdk-1.1.so.2 -o .libs/libgdk-1.1.so.2.0.0 gdk.lo gdkcc.lo gdkcolor.lo gdkcursor.lo gdkdnd.lo gdkdraw.lo gdkfont.lo gdkgc.lo gdkglobals.lo gdkimage.lo gdkinput.lo gdkpixmap.lo gdkproperty.lo gdkrgb.lo gdkrectangle.lo gdkregion.lo gdkselection.lo gdkthreads.lo gdkvisual.lo gdkwindow.lo gdkxid.lo gxid_lib.lo  -L/usr/X11/lib -lXi -lXext -lX11 -lpthread -lc
------------------------------------------------------------------------

My system is Linux 2.1.117, RH5.1.

-- 
//Markus



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