On Fri, Jan 21, 2005 at 06:54:24PM -0500, Jason Vas Dias wrote: > I just tried to compile lftp-3.0.13 for inclusion in > FC4/rawhide, and came accross this niggle that caused > the compile to fail, both on FC4 and RHEL-4 - it seems > the '--tag=CXX' option in the 'CXXLINK' variable in > src/Makefile.in causes the link for shared libraries > to fail - for some reason, libtool tries to create an > executable with non-existent crtso objects. Removing > the '--tag=CXX' enables the link to work OK:
Please note that Makefile.in's are generated by automake from Makefile.am's. So probably the bug is in automake or libtool. -- Alexander.
