[Bonmin] bonwin compilation error

Mark Isken isken at oakland.edu
Thu Jun 19 16:41:22 EDT 2008


I'm a Bonmin newbie but managed to get it installed under Cygwin yesterday.
I saw same problem you described. Here are a few things that helped me get
it working:

1) See Ticket #12 in the Bonmin ticket system.
https://projects.coin-or.org/Bonmin/ticket/12

Particularly, the post: 
--------------------
06/05/07 19:05:36 changed by andreasw  ¶
Hi Peera, 

There seems to be an ugly mixup in the configuration stuff in the different
COIN projects regarding the --enable-doscompile option. 

Please try the following: 

1. delete the config.cache file 

2. rerun configure, and now add the following arguments: CXX='g++
-mno-cygwin' CC='gcc -mno-cygwin' F77='g77 -mno-cygwin' to the command line.

----------------------

Rerunning configure with the options above appeared to have helped.

2) I downloaded the "fixed" version of make as described in:

https://projects.coin-or.org/BuildTools/wiki/current-issues

After rerunning configure with the additional arguments, I did

$make
$make install

I skipped 'make test' as it still gives errors (see Ticket #12 again for
details). However, even though I never got the tests to run, Bonmin appears
to work fine after the 'make install' completed. 

Hope this helps,

Mark Isken (Oakland University)





More information about the Bonmin mailing list