[Ipopt] Ipopt : make test fail

Andreas Waechter andreasw at watson.ibm.com
Fri Sep 4 12:52:46 EDT 2009


Hi Hacene

The failure occurs when 'make test' tries to link Ipopt with a fortran 
compile.  Maybe your fortran compile is not copletely compatible with the 
C++ and C compilers.  But if you can compile the Ipopt AMPL solver 
executable or if you can compile the C++ examples (and you don't want to 
use Ipopt by calling it from your own Fortran program), then you can 
probably just ignore this error message.

Regards,

Andreas


On Thu, 3 Sep 2009, Ouzia wrote:

> Hey,
>
> I'm trying to build (on MAC OS X 10.5) the last ipopt stable version
> (3.7). The "make test " step  ended up with the error below.
>
> Thanks for help.
>
> Cheers,
>
> [....]
> mit-frame-pointer -pipe     -o hs071_f  hs071_f.o ../src/Interfaces/
> libipopt.la -llapack -lblas -lm  -ldl -lstdc++ -lm -ldl
> gfortran -I../../../Ipopt/test/../src/Interfaces -O3 -fomit-frame-
> pointer -pipe -o .libs/hs071_f hs071_f.o  ../src/Interfaces/.libs/
> libipopt.dylib -llapack -lblas -lstdc++ -lm -ldl
> ld: library not found for -lstdc++
> collect2: ld returned 1 exit status
> make[2]: *** [hs071_f] Error 1
> make[1]: *** [unitTest] Error 2
> make: *** [test] Error 2
>
> ----------
> M. Hacene Ouzia
>
>
>
> _______________________________________________
> Ipopt mailing list
> Ipopt at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/ipopt
>



More information about the Ipopt mailing list