Hello,
actually I found back to compiling FlightGear on Linux - by converting
my wife's PeeCee from Win2k into Linux/VMware/Win2k  :-)
The system is running Debian/sarge/amd64 which comes with automake
version 1.4-p6 - triggering a strange effect which I'm unable to fix
myself: 'automake' puts two linker commands for the SGMathTest program
into 'SimGear/simgear/math/Makefile.in' (and therefore also in the
resulting Makefile):

[...]
maintainer-clean-noinstPROGRAMS:

SGMathTest: $(SGMathTest_OBJECTS) $(SGMathTest_DEPENDENCIES)
        @rm -f SGMathTest
        $(CXXLINK) $(SGMathTest_LDFLAGS) $(SGMathTest_OBJECTS) 
$(SGMathTest_LDADD) $(LIBS)

SGMathTest: $(SGMathTest_OBJECTS) $(SGMathTest_DEPENDENCIES)
        @rm -f SGMathTest
        $(LINK) $(SGMathTest_LDFLAGS) $(SGMathTest_OBJECTS) $(SGMathTest_LDADD) 
$(LIBS)
.cxx.o:
        $(CXXCOMPILE) -c $<
[...]


Does anyone know how to get rid of the second linker command - except
from manually editing the Makefile ?

Thanks,
        Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to