Alfredo Tupone wrote: > I did a > make -j 20 > building flightgear. > It gave up while building it saying "no rules to make libMain.a" (more > or less) > > I have changed one line of the Makefile.am to avoid it. Thanks, but this change has already been in FlightGear CVS for almost a month.
Tim > > --- src/Main/Makefile.am.old 2009-03-05 16:57:02.000000000 +0100 > +++ src/Main/Makefile.am 2009-03-05 16:57:26.000000000 +0100 > @@ -61,7 +61,7 @@ > fgfs_SOURCES = bootstrap.cxx > > fgfs_LDADD = \ > - $(top_builddir)/src/Main/libMain.a \ > + libMain.a \ > $(top_builddir)/src/Aircraft/libAircraft.a \ > $(top_builddir)/src/ATCDCL/libATCDCL.a \ > $(top_builddir)/src/Cockpit/libCockpit.a \ > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Flightgear-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/flightgear-devel > ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

