Changes between Version 11 and Version 12 of user-comments
- Timestamp:
- Mar 3, 2009 12:34:49 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user-comments
v11 v12 49 49 * Some projects (SYMPHONY) need an addtional flag for {{{ADD_CXXFLAGS}}} of {{{-qsourcetype=c++}}}. {{{configure}}} should be run with {{{ADD_CXXFLAGS="-qsourcetype=c++ -qrtti"}}}. This is because the C++ source files in these projects have the suffix c (not cpp). 50 50 51 * When compiling on gcc/g++ where the machine word size/pointer size is the same as long long only (e.g. MinGW gcc for 64 bit Windows), the compiler will abort with an "ISO C++ 1998 does not support 'long long'" error for some files. This seem to be because of the -pedantic-errors flag used with the compilation. To work around this, add {{{-Wno-long-long}}} to your {{{ADD_CXXFLAGS}}}. 52 51 53 == Comments and Tricks for Using COIN Libraries ==