On Sat, 09 Feb 2002 11:35:37 +0900, R. Lahaye wrote: >Hi, > >I compiled successfully lesstif-cvs on a RedHat 6.2 PC. > > >A "make install" works fine, but since the Makefile also has an >install-strip entry, I prefer that to produce smaller executables. > >So, when I do > > make install-strip > >the script runs for a short while and then exits with: > >[...] >gmake[4]: Entering directory `/home/lahaye/SOFTWARE/lesstif/lib/config' >/bin/sh ../../mkinstalldirs /home/lahaye/opt/bin > /bin/sh /home/lahaye/SOFTWARE/lesstif/install-sh -c -s mxmkmf >/home/lahaye/opt/bin/mxmkmf >strip: /home/lahaye/opt/bin/#inst.11164#: File format not recognized >gmake[4]: *** [install-binSCRIPTS] Error 1
Hmm, I'm not sure whether we can fix this. So far our Makefile.am there has an entry: bin_SCRIPTS= mxmkmf which seems to the right thing even after reading the docs again. Looks like an automake bug to me, I'll try to investigate. --- Alexander Mai [EMAIL PROTECTED] _______________________________________________ Lesstif mailing list [EMAIL PROTECTED] https://terror.hungry.com/mailman/listinfo/lesstif
