Penguin
Diff: MetaNetInstallation
EditPageHistoryDiffInfoLikePages

Differences between version 12 and revision by previous author of MetaNetInstallation.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 12 Last edited on Sunday, November 16, 2003 7:39:03 pm by BlairHarrison Revert
Older page: version 11 Last edited on Sunday, August 31, 2003 7:46:19 pm by AlastairPorter Revert
@@ -74,8 +74,10 @@
  make 
  make install 
  
 If you get an ld error on make (e.g. /usr/bin/ld cannot find -lconfig) check you are running make from the top level directory and you have bison & flex installed. 
+  
+If you are running GCC 3.3, you'll get a screenful of errors. To work around these, you can comment out the usage lines and add in a #include "assert.h" to the .cc files that complain about an assert error.  
  
 After that, you will need to configure it: 
  
 !!Configure the software