Greetings. I have an LFS box that I'm attempting to roll a lesstif-0.93.34 RPM for. Trouble is libMrm.so* never get installed during the %install step. I am basically doing:
./configure --prefix=/usr/X11R6 && make for the %build step and make DESTDIR=/some/arbitary/path install for the %install step but libMrm.so* files never get put in the place. A look at the output from the install step: make[2]: Entering directory `/opt/build/lesstif-0.93.34/lib/Mrm-2.1' make[3]: Entering directory `/opt/build/lesstif-0.93.34/lib/Mrm-2.1' /bin/sh ../../mkinstalldirs /opt/build/lesstif-0.93.34-bin/usr/X11R6/lib /bin/sh ../../libtool --mode=install /bin/install -c libMrm.la /opt/build/lesstif-0.93.34-bin/usr/X11R6/lib/libMrm.la libtool: install: warning: relinking `libMrm.la' cd /opt/build/lesstif-0.93.34/lib/Mrm-2.1; /bin/sh ../../libtool --mode=relink gcc -g -O2 -o libMrm.la -rpath /usr/X11R6/lib -version-info 2:1 Mrm.lo lookup.lo misc.lo ../Xm-2.1/libXm.la gcc -shared Mrm.lo lookup.lo isc.lo -Wl,--rpath -Wl,/usr/X11R6/lib -L/usr/X11R6/lib -lXm -Wl,-soname -Wl,libMrm.so.2 -o .libs/libMrm.so.2.0.1 /usr/i686-pc-linux-gnu/bin/ld: cannot find -lXm collect2: ld returned 1 exit status libtool: install: error: relink `libMrm.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/X11R6/lib' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/opt/build/lesstif-0.93.34/lib/Mrm-2.1' Any thoughts or suggestions will be welcome. Strangely enough I tried building openMotif and the libMrm.so* files there failed to install for similar reasons. In any case I would expect the `make install' to fail when a link step fails, but it doesn't. The install continues along its merry way. Regards, kw. _______________________________________________ Lesstif mailing list [EMAIL PROTECTED] https://terror.hungry.com/mailman/listinfo/lesstif
