Tracker: Bugs

5 parallel make does not work - ID: 2668345
Last Update: Tracker Item Submitted ( atupone )

make -j 20 stop during build

A change to fix it is:

--- 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 \


Tupone Alfredo ( atupone ) - 2009-03-06 13:53

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.