[Bonmin] bonwin compilation error

Andreas Waechter andreasw at watson.ibm.com
Thu Jun 19 19:25:05 EDT 2008


Hi Mark,

There is an automatic way to have COIN configure scripts set things up to 
include the --mno-cygwin falg - I guess this isn't properly documented.

You just add the flag '--enable-doscompile' to the configure command line, 
and that should do it.

I guess you don't really care about this solution anymore, but I'm posting 
it in case someone else finds this reference.

Thanks in any case to let us know that it works for you now.

Regards,

Andreas

On Thu, 19 Jun 2008, Mark Isken wrote:

> 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)
>
>
>
> _______________________________________________
> Bonmin mailing list
> Bonmin at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/bonmin
>
>


More information about the Bonmin mailing list