Custom Query (122 matches)
Results (79 - 81 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#79 | fixed | lib/coin and lib/coin/ThirdParty still survive in some scripts | andreasw | kingaj |
Description |
there seems to be a small error in the Makefile of Smi/examples/ (trunk rev. 496) The libraries were installed into lib, not lib/coin and lib/ThirdParty, so I had to change the line CXXLINKFLAGS = -Wl,--rpath -Wl,/home/hans/workbench/smi-trunk/build/lib/coin -Wl,--rpath -Wl,/home/hans/workbench/smi-trunk/build/lib/coin/ThirdParty to CXXLINKFLAGS = -Wl,--rpath -Wl,/home/hans/workbench/smi-trunk/build/lib for the linker to work correctly. |
|||
#80 | fixed | configure for profiling | somebody | Gassmann |
Description |
I am trying to configure a project (OS) for profiling (on Linux Ubuntu). What flags to I need to add to make this work? |
|||
#81 | fixed | Make `suppress buildtools version check' more selective | andreasw | lou |
Description |
The -i (suppress buildtools version check) option is all or nothing. It'd be nice if it accepted a list of projects. |