Custom Query (122 matches)
Results (4 - 6 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4 | fixed | Cbc -- make install forgets CbcbranchDynamic.hpp | somebody | fmargot |
Description |
When make install is done in coin-Cbc, the header file CbcBranchDynamic.hpp is not copied to coin-Cbc/include. That file is useful to some applications. |
|||
#5 | fixed | building Cbc/examples on SunOS 5.8 | somebody | sdv |
Description |
Hi, trying to do the same (i tried before on my ibook) on a sun yields CC -R/home/sungritzmann2/devries/Coin-Cbc/lib -O4 -DNDEBUG -o driver $bla -L/home/sungritzmann2/devries/Coi n-Cbc/lib -lCbc -lCgl -lOsiClp -lOsiCbc -lOsi -lClp -lCoinUtils -lm `cat /home/sungritzmann2/devries/Coin-Cbc/l ib/cgl_addlibs.txt cat /home/sungritzmann2/devries/Coin-Cbc/lib/osi_addlibs.txt cat /home/sungritzmann2/dev ries/Coin-Cbc/lib/clp_addlibs.txt cat /home/sungritzmann2/devries/Coin-Cbc/lib/coinutils_addlibs.txt` Undefined first referenced
void OsiClpSolverInterface::writeLp(FILE*,const double,const int,const int,const double,const bool)const CbcS olver2.o void OsiClpSolverInterface::writeLp(const char*,const char*,const double,const int,const int,const double,const
ld: fatal: Symbol referencing errors. No output written to driver gmake: * [driver] Error 1 after having issued a 'make' in Cbc/examples the errors above result... best sven |
|||
#6 | fixed | make uninstall; make distclean doing partial job | andreasw | fmargot |
Description |
After 'make uninstall' and 'make distclean' in a VPATH installation, a lot of stuff are still in the build directory. Is there a way to really reset the directory in the initial state? I can not find it. |