[Bonmin] installation problem of Bonmin

Stefan Vigerske stefan at vigerske.de
Wed May 9 15:52:26 EDT 2007


Hi,

> I am trying to install Bonmin on windows XP through cygwin following the instructions on https://projects.coin-or.org/Bonmin/wiki/GettingStarted
> 
> The configuration is successful, but on the step make, it promted error message:
> ********
> libtool: link: '/home/bonmin-0.1/build/cbc/../cgl/src/libcgl.la' 
> is not a valid libtool archive
> make[2]:***[cbc-generic.exe] error 1
> make[1]:*** [all-recursive] error 1
> make: *** [all-recursive] error 1
> ******
> 
> Could anyone give me some suggestions for this issue? Thanks a lot.

It this Bonmin release 0.1?
And does the file /home/bonmin-0.1/build/cbc/../cgl/src/libcgl.la look
correct? Did the build of Cgl work find?

The message indicates that it had some problem to generate the cbc
binary. Since this is not necessary for Bonmin, you might try to ignore
it by just calling make in those project subdirectories that haven't
been processed yet. I think CoinUtils, Osi, Cgl, and Clp are already
goen through, and also the Cbc library has been created. So you would
need to go to /home/bonmin-0.1/build/ipopt and do make there and then go
to /home/bonmin-0.1/build/bonmin and do another make there, followed by
a make install that installs you the executable.

Stefan


More information about the Bonmin mailing list