Changes between Version 29 and Version 30 of current-issues
- Timestamp:
- Nov 2, 2009 11:13:34 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
current-issues
v29 v30 21 21 * On '''MacOS X 10.5''', if you get failures when running the code due to lazy symbol binding, try to rebuild everything with {{{LDFLAGS="-flat_namespace"}}}. However, this solution might fail too. 22 22 23 * On '''MacOS X 10.6''', it is sufficient to 23 * On '''MacOS X 10.6''', it is sufficient to add to the configure command 24 24 {{{ 25 25 ADD_FFLAGS="-mmacosx-version-min=10.4" 26 26 }}} 27 Do not addADD_CXXFLAGS="-mmacosx-version-min=10.4" or you will have problems with try catch causing ABORT TRAP errors. If you are going to compile with ASL you also try to build static libs by adding27 '''Do not''' ADD_CXXFLAGS="-mmacosx-version-min=10.4" or you will have problems with try catch causing ABORT TRAP errors. If you are going to compile with ASL you also try to build static libs by adding 28 28 {{{ 29 29 --enable-static --disable-shared