[Bonmin] Bonmin

Ted Ralphs ted at lehigh.edu
Wed Apr 16 11:23:27 EDT 2014


On Wed, Apr 16, 2014 at 10:14 AM, Ted Ralphs <ted at lehigh.edu> wrote:

> Building with 64-bit MinGW is a real challenge. I've spent many
> frustrating hours/days getting it to work. Even if you get things to build,
> the binaries won't always work properly due to some 32-bit/64-bit Windows
> voodoo I don't really understand too well. If you build 64-bit binaries in
> 32-bit CYGWIN, for example, they don't seem to work. The only real success
> I've had is with building with 64-bit MinGW under 64-bit CYGWIN. The
> following incantation worked for building Bonmin 1.7.4 and generated
> binaries that seem to run (though I have not personally used them except to
> basic testing).
>
> ../configure --enable-dependency-linking --enable-shared --enable-static
> --disable-pthread-mumps lt_cv_deplibs_check_method=pass_all
> --host=x86_64-w64-mingw32
> make
> make install
>
> This will generate DLLs. If you leave off the --enable-shared, it should
> generate static binaries that might be easier to work with. I can provide
> the binaries I've managed to build but they are not using HSL.
>

I should have mentioned that you also need to get Mumps or HSL first,
before running the above.

cd ThirdParty/Mumps
./get.Mumps

Cheers,

Ted
-- 
Dr. Ted Ralphs
Associate Professor, Lehigh University
(610) 628-1280
ted 'at' lehigh 'dot' edu
coral.ie.lehigh.edu/~ted
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/bonmin/attachments/20140416/24f07d11/attachment.html>


More information about the Bonmin mailing list