Custom Query (122 matches)
Results (61 - 63 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. |
|||
#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. |
|||
#99 | worksforme | Undefined reference to dgetrf_ and dgetrs_ | andreasw | user1707 |
Description |
I am trying to use libCoinUtils for a project but I get the error which is basically an undefined reference to functions in LAPACK library. I ran the configure script with the following options and I got a success message. ./configure --with-lapack-lib="-L/usr/bin -llapack" -C I had no errors when I executed subsequent commands of make, make test and make install. The log says it found "llapack". But I get the undefined reference error at the end. Any help appreciated! |