Custom Query (122 matches)
Results (64 - 66 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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 |
|||
#15 | fixed | building own local projects incorporting setting from the configure magi | andreasw | sdv |
Description |
Hi, it would be nice, if users that start new projects would have a way to incorporate the findings of the configure-magic in their make-file; thereby achieving some plattform-independence. It used to be the case, that by including Coin/Makefiles/Make?.location and .../Make.coin, one had access to the main-ingredience of the coin-configuration. Something similar would be desireable. Maybe: a) a way to utilize the configure.cache (with an example how to do so) or b) putting somewhere a Makefile.location.in/am that would automatically for user-inclusion provide the old Makefile.location (maybe with some additional settings: like which compiler/linker to call; which global options where choosen etc. best regards, sven |
|||
#98 | fixed | change --with-pic default to yes | stefan | stefan |
Description |
Andreas requests to build PIC code also for static libraries, i.e., to change the default for configure's --with-pic option to yes. It may be sufficient to add a LT_INIT(pic-only) before AC_PROG_LIBTOOL in the AC_COIN_PROG_LIBTOOL macro, see http://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html. |