Custom Query (122 matches)
Results (7 - 9 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#7 | wontfix | disable_shared=yes questionable results | somebody | fmargot |
Description |
If I put disable_shared=yes in config.site for coin-All, 'configure', 'make', 'make install' create all ".so" libraries in lib. |
|||
#8 | wontfix | OSI unitTest failure: -fomit-frame-pointer fails, g++ 3.3.1, SuSE 2.4.21-303-smp4G | somebody | lou |
Description |
The OSI unitTest dumps core on throws when built with -fomit-frame-pointer. Build environment is g++ 3.3.1, SuSE Linux 2.4.21-303-smpG4. When all components are rebuilt with identical options except for -fomit-frame-pointer, all is copacetic. Seems likely this is a problem with GCC. Testing is annoying --- OsiSolverInterfaceTest.cpp requires 15 minutes to compile in this environment. |
|||
#9 | fixed | tried various ways to add -D defines to project -- all seem to fail | andreasw | kingaj |
Description |
How does one pass in a define statement "-DMYDEF=XX" into a project compilation? Here are the various ways I tried to do this: 1) Modify test/Makefile.am -- all changes to this file seem to be completely ignored by configure. 2) Define CXXDEFS in the environment as suggested in config.ac -- this is also completely ignored by configure. 3) Modify coin.m4 so that CXXDEFS is included in DEFS -- this also seems to have failed. |