<font size=2 face="sans-serif">Our COIN application builds fine under
Linux, and now we are trying to port it to Windows. &nbsp;Rather than try
to compile all the way from source, we are attempting to build against
the libraries provided by the COIN Binary project.</font>
<br>
<br><font size=2 face="sans-serif">The question we are facing now is: which
libraries should we tell the compiler to link against? &nbsp;In our Linux
build, the libraries CbcSolver, Cbc, and OsiCbc seemed to be all that was
necessary. &nbsp;When we try this on Windows (using the MinGW toolset)
we get hundreds of &quot;undefined reference&quot; errors from the linker,
most of which are generated from the libraries, as if there were other
more basic libraries on which these depended. &nbsp;Is the interlibrary
dependence graph documented anywhere?</font>
<br>
<br><font size=2 face="sans-serif">Especially we are eager to hear any
success stories from people building COIN-based applications on Windows;
these people would know instantly what we are doing wrong.</font>