[Ipopt] Problem running Ipopt matlab interface

Tony Kelman kelman at berkeley.edu
Tue Jul 31 12:36:45 EDT 2012


Looks like /usr/lib64/liblapack.so was built using an incompatible (newer?) 
version of gfortran than what you're trying to compile with this time. Try 
adding --with-lapack=BUILD, and you'll probably also need --with-blas=BUILD, 
to your configure command.

> ../../Interfaces/.libs/libipopt.so: undefined reference to
> `_gfortran_transfer_integer_write'
> /usr/lib64/liblapack.so: undefined reference to
> `_gfortran_transfer_integer_write at GFORTRAN_1.4'
> ../../Interfaces/.libs/libipopt.so: undefined reference to
> `_gfortran_transfer_character_write'
> /usr/lib64/liblapack.so: undefined reference to
> `_gfortran_transfer_character_write at GFORTRAN_1.4'




More information about the Ipopt mailing list