<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I followed the installation steps but I can't seem to execute the configure script.<br>I'm running: configure --enable-os-solver<br><br>----<br>Unfortunately, while the GAMS I/O libraries are compiled with the
Microsoft compiler and linked against LIBC, the COIN-OR buildsystem
links by default against LIBCMT when compiling with the Microsoft
compiler (cl).
In this case you need to change the compiler flags that are used when
COIN-OR packages are compiled:
<pre class="wiki">   ADD_CXXFLAGS="-nologo -EHsc -GR"<br>   DBG_CXXFLAGS=" "<br>   OPT_CXXFLAGS="-O2 -DNDEBUG"<br>----<br>I just couldn't figure out where should i set this values. I don't understand how to change the compiler flags.<br><br>Does this mean the variables in ac_subst_vars in the configure file?<br><br>ADD_CFLAGS="-nologo -EHsc -GR"<br>DBG_CFLAGS=" " <br>OPT_CFLAGS"-O2 -DNDEBUG"<br><br>I've tried this but got the same error: the VIS libraries don't seem to be working.<br><br>I'm running windows vista x86_32 with fortran and cl compiler.<br><br>I aprecciate if somebody can help,<br><br>Diogo Borges<br><br>Final Output section:<br></pre>configure: configuring in GAMSlinks<br>configure: running /bin/sh './configure' --prefix=/cygdrive/c/Users/Borges/Deskt<br>op/COIN/Coin-GAMSlinks&nbsp; '--enable-os-solver' --cache-file=/dev/null --srcdir=.<br>checking build system type... i686-pc-cygwin<br>checking whether we want to compile in debug mode... no<br>checking for egrep... grep -E<br>checking whether ln -s works... yes<br>checking for gcc... gcc<br>checking for C compiler default output file name... a.exe<br>checking whether the C compiler works... yes<br>checking whether we are cross compiling... no<br>checking for suffix of executables... .exe<br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking for gcc option to accept ANSI C... none needed<br>configure: C compiler options are: -O3 -fomit-frame-pointer -pipe -DNDEBUG -peda<br>ntic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual<br>-Wall -Wno-unknown-pragmas<br>checking for g++... g++<br>checking whether we are using the GNU C++ compiler... yes<br>checking whether g++ accepts -g... yes<br>configure: C++ compiler options are: -O3 -fomit-frame-pointer -pipe -DNDEBUG -pe<br>dantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer<br>-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas<br>configure: Assuming that CXXLIBS is "-lstdc++ -lm".<br>configure: Trying to determine Fortran compiler name<br>checking for gfortran... no<br>checking for g77... g77<br>configure: Trying to determine Fortran compiler name<br>checking for gfortran... g77<br>checking whether we are using the GNU Fortran 77 compiler... yes<br>checking whether g77 accepts -g... yes<br>configure: Fortran compiler options are: -O3 -fomit-frame-pointer -pipe<br>checking how to get verbose linking output from g77... -v<br>checking for Fortran libraries of g77...&nbsp; -Lc:/MinGW/bin/../lib/gcc/mingw32/3.4.<br>5 -Lc:/MinGW/bin/../lib/gcc -L/mingw/lib/gcc/mingw32/3.4.5 -Lc:/MinGW/bin/../lib<br>/gcc/mingw32/3.4.5/../../../../mingw32/lib -L/mingw/lib/gcc/mingw32/3.4.5/../../<br>../../mingw32/lib -L/mingw/lib -Lc:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../..<br>-L/mingw/lib/gcc/mingw32/3.4.5/../../.. -lfrtbegin -lg2c -lmingw32 -lmoldname -l<br>mingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32<br>checking for dummy main to link with Fortran libraries... none<br>checking for Fortran name-mangling scheme... lower case, underscore, extra under<br>score<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking for style of include used by make... GNU<br>checking dependency style of gcc... gcc3<br>checking dependency style of g++... gcc3<br>checking whether to enable maintainer-specific portions of Makefiles... no<br>configure: Using libtool script in directory ..<br>checking for COIN project GAMSlinks... .<br>checking for COIN project Cgl... ../Cgl<br>checking for COIN project CoinUtils... ../CoinUtils<br>checking for COIN project Osi... ../Osi<br>checking for COIN project Clp... ../Clp<br>checking for COIN project Vol... unavailable<br>checking for COIN project DyLP... unavailable<br>checking for COIN project SYMPHONY... unavailable<br>checking for COIN project Cbc... ../Cbc<br>checking for COIN project Ipopt... ../Ipopt<br>checking for COIN project Bonmin... ../Bonmin<br>checking for COIN project cppad... ../cppad<br>checking for COIN project OS... ../OS<br>checking cassert usability... yes<br>checking cassert presence... yes<br>checking for cassert... yes<br>checking cstdio usability... yes<br>checking cstdio presence... yes<br>checking for cstdio... yes<br>checking cstdlib usability... yes<br>checking cstdlib presence... yes<br>checking for cstdlib... yes<br>checking cstring usability... yes<br>checking cstring presence... yes<br>checking for cstring... yes<br>checking cstdarg usability... yes<br>checking cstdarg presence... yes<br>checking for cstdarg... yes<br>checking climits usability... yes<br>checking climits presence... yes<br>checking for climits... yes<br>checking cctype usability... yes<br>checking cctype presence... yes<br>checking for cctype... yes<br>checking cerrno usability... yes<br>checking cerrno presence... yes<br>checking for cerrno... yes<br>checking cmath usability... yes<br>checking cmath presence... yes<br>checking for cmath... yes<br>checking whether va_copy is declared... yes<br>checking for stricmp... yes<br>checking for snprintf... yes<br>checking for vsnprintf... yes<br>checking if user provides library for Glpk... no<br>configure: Using Glpk in ThirdParty/Glpk<br>checking if user provides library for Scip... no<br>checking whether to include solvers into GamsOS binary... yes<br>checking if user provides library for Cplex... no<br>checking for gams... /cygdrive/c/Program Files/GAMS23.0/gams<br>checking for c:/Users/Borges/Desktop/COIN/Coin-GAMSlinks/ThirdParty/GAMSIO/VIS/i<br>olib.h... yes<br>checking whether GAMS I/O libraries at c:/Users/Borges/Desktop/COIN/Coin-GAMSlin<br>ks/ThirdParty/GAMSIO/VIS work... no<br>configure: error: GAMS I/O library at&nbsp; does not work<br>configure: error: /bin/sh './configure' failed for GAMSlinks<br /><hr />Novo Internet Explorer 8: mais rápido e muito mais seguro. <a href='http://brasil.microsoft.com.br/IE8/mergulhe/?utm_source=MSN%3BHotmail&utm_medium=Tagline&utm_campaign=IE8' target='_new'>Baixe agora, é grátis!</a></body>
</html>