[Coin-ipopt] Ipopt on intel mac

Bruce Shapiro bshapiro at caltech.edu
Thu Dec 14 17:05:04 EST 2006


I am trying to install ipopt on an intel mac with tcsh running OSX  
10.4.8.

I get through the install procedure without errors until I do the  
make, and get the following error:

configure: Configuration of Ipopt successful
configure: Main configuration of Ipopt successful
2:02pm[/programs/coinipopt/] make
Making all in ThirdParty/Blas
/bin/sh ./libtool --tag=F77 --mode=compile gfortran  -O3 -fomit-frame- 
pointer -pipe   -c -o dasum.lo dasum.f
: command not found:
: command not found:
: command not found:
: command not found:
: command not found:
: command not found:
./libtool: line 408: syntax error near unexpected token `elif'
'/libtool: line 408: `elif test "X$1" = X--fallback-echo; then
make[1]: *** [dasum.lo] Error 2
make: *** [all-recursive] Error 1

What am I doing wrong?

Bruce

Here is the output of the "configure":

checking for egrep... grep -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of  
Makefiles... no
checking whether code for third party package Blas is available... yes
checking whether code for third party package Lapack is available... yes
checking whether code for third party package HSL is available... yes
checking whether code for third party package ASL is available... yes
checking whether directory Ipopt is available... yes
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in ThirdParty/Blas
configure: running /bin/sh './configure' --prefix=/programs/ 
coinipopt  --cache-file=/dev/null --srcdir=.
checking build system type... i386-apple-darwin8.8.1
checking whether we want to compile in debug mode... no
checking for xlc_r... no
checking for xlc... no
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
configure: C compiler options are: -O3 -fomit-frame-pointer -pipe - 
DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point - 
Wreturn-type -Wcast-qual -Wall
checking for xlf... no
checking for fort77... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: Fortran compiler options are: -O3 -fomit-frame-pointer -pipe
checking for egrep... grep -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for dlfcn.h... yes
checking host system type... i386-apple-darwin8.8.1
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... (cached) yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -p output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.8.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld) supports shared  
libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.8.1 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fno-common
checking if gfortran PIC flag -fno-common works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.8.1 dyld
checking how to hardcode library paths into programs... immediate
checking dependency style of cc... gcc3
checking whether to enable maintainer-specific portions of  
Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: Configuration of ThirdPartyBlas successful
configure: configuring in ThirdParty/Lapack
configure: running /bin/sh './configure' --prefix=/programs/ 
coinipopt  --cache-file=/dev/null --srcdir=.
checking build system type... i386-apple-darwin8.8.1
checking whether we want to compile in debug mode... no
checking for xlc_r... no
checking for xlc... no
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
configure: C compiler options are: -O3 -fomit-frame-pointer -pipe - 
DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point - 
Wreturn-type -Wcast-qual -Wall
checking for xlf... no
checking for fort77... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: Fortran compiler options are: -O3 -fomit-frame-pointer -pipe
checking for egrep... grep -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for dlfcn.h... yes
checking host system type... i386-apple-darwin8.8.1
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... (cached) yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -p output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.8.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld) supports shared  
libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.8.1 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fno-common
checking if gfortran PIC flag -fno-common works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.8.1 dyld
checking how to hardcode library paths into programs... immediate
checking dependency style of cc... gcc3
checking whether to enable maintainer-specific portions of  
Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: linking ./LAPACK/SRC/dlae2.f to dlae2.f
config.status: linking ./LAPACK/SRC/dlaev2.f to dlaev2.f
config.status: linking ./LAPACK/SRC/dlanst.f to dlanst.f
config.status: linking ./LAPACK/SRC/dlansy.f to dlansy.f
config.status: linking ./LAPACK/SRC/dlapy2.f to dlapy2.f
config.status: linking ./LAPACK/SRC/dlarf.f to dlarf.f
config.status: linking ./LAPACK/SRC/dlarfb.f to dlarfb.f
config.status: linking ./LAPACK/SRC/dlarfg.f to dlarfg.f
config.status: linking ./LAPACK/SRC/dlarft.f to dlarft.f
config.status: linking ./LAPACK/SRC/dlartg.f to dlartg.f
config.status: linking ./LAPACK/SRC/dlascl.f to dlascl.f
config.status: linking ./LAPACK/SRC/dlaset.f to dlaset.f
config.status: linking ./LAPACK/SRC/dlasr.f to dlasr.f
config.status: linking ./LAPACK/SRC/dlasrt.f to dlasrt.f
config.status: linking ./LAPACK/SRC/dlassq.f to dlassq.f
config.status: linking ./LAPACK/SRC/dlatrd.f to dlatrd.f
config.status: linking ./LAPACK/SRC/dorg2l.f to dorg2l.f
config.status: linking ./LAPACK/SRC/dorg2r.f to dorg2r.f
config.status: linking ./LAPACK/SRC/dorgql.f to dorgql.f
config.status: linking ./LAPACK/SRC/dorgqr.f to dorgqr.f
config.status: linking ./LAPACK/SRC/dorgtr.f to dorgtr.f
config.status: linking ./LAPACK/SRC/dpotf2.f to dpotf2.f
config.status: linking ./LAPACK/SRC/dpotrf.f to dpotrf.f
config.status: linking ./LAPACK/SRC/dpotrs.f to dpotrs.f
config.status: linking ./LAPACK/SRC/dsteqr.f to dsteqr.f
config.status: linking ./LAPACK/SRC/dsterf.f to dsterf.f
config.status: linking ./LAPACK/SRC/dsyev.f to dsyev.f
config.status: linking ./LAPACK/SRC/dsytd2.f to dsytd2.f
config.status: linking ./LAPACK/SRC/dsytrd.f to dsytrd.f
config.status: linking ./LAPACK/SRC/ieeeck.f to ieeeck.f
config.status: linking ./LAPACK/SRC/ilaenv.f to ilaenv.f
config.status: linking ./LAPACK/SRC/iparmq.f to iparmq.f
config.status: linking ./LAPACK/INSTALL/dlamch.f to dlamch.f
config.status: executing depfiles commands
configure: Configuration of ThirdPartyLapack successful
configure: configuring in ThirdParty/HSL
configure: running /bin/sh './configure' --prefix=/programs/ 
coinipopt  --cache-file=/dev/null --srcdir=.
checking build system type... i386-apple-darwin8.8.1
checking whether we want to compile in debug mode... no
checking for xlc_r... no
checking for xlc... no
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
configure: C compiler options are: -O3 -fomit-frame-pointer -pipe - 
DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point - 
Wreturn-type -Wcast-qual -Wall
checking for xlf... no
checking for fort77... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: Fortran compiler options are: -O3 -fomit-frame-pointer -pipe
checking for egrep... grep -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for dlfcn.h... yes
checking host system type... i386-apple-darwin8.8.1
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... (cached) yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -p output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.8.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld) supports shared  
libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.8.1 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fno-common
checking if gfortran PIC flag -fno-common works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.8.1 dyld
checking how to hardcode library paths into programs... immediate
checking dependency style of cc... gcc3
checking whether to enable maintainer-specific portions of  
Makefiles... no
checking for ./ma27ad.f... yes
checking for ./mc19ad.f... yes
checking for ./ma57ad.f... no
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: Configuration of ThirdPartyHSL successful
configure: configuring in ThirdParty/ASL
configure: running /bin/sh './configure' --prefix=/programs/ 
coinipopt  --cache-file=/dev/null --srcdir=.
checking build system type... i386-apple-darwin8.8.1
checking whether we want to compile in debug mode... no
checking for egrep... grep -E
checking whether ln -s works... yes
checking for xlc_r... no
checking for xlc... no
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
configure: C compiler options are: -O3 -fomit-frame-pointer -pipe - 
DNDEBUG
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking whether to enable maintainer-specific portions of  
Makefiles... no
checking whether make is the GNU make... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compile_MS_ASL
config.status: executing depfiles commands
configure: Configuration of ThirdPartyASL successful
configure: configuring in Ipopt
configure: running /bin/sh './configure' --prefix=/programs/ 
coinipopt  --cache-file=/dev/null --srcdir=.
checking build system type... i386-apple-darwin8.8.1
checking whether we want to compile in debug mode... no
checking for egrep... grep -E
checking whether ln -s works... yes
checking for xlc_r... no
checking for xlc... no
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
configure: C compiler options are: -O3 -fomit-frame-pointer -pipe - 
DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point - 
Wreturn-type -Wcast-qual -Wall
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
configure: C++ compiler options are: -O3 -fomit-frame-pointer -pipe - 
DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type - 
Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion
configure: Assuming that CXXLIBS is "-lstdc++ -lm".
checking for xlf... no
checking for fort77... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: Fortran compiler options are: -O3 -fomit-frame-pointer -pipe
checking how to get verbose linking output from gfortran... -v
checking for Fortran libraries of gfortran...  -L/usr/local/gfortran/ 
lib/gcc/powerpc-apple-darwin8/4.2.0 -L/usr/local/gfortran/lib/gcc/ 
powerpc-apple-darwin8/4.2.0/../../.. -lgfortranbegin -lgfortran - 
lgcc_s.10.4 -lSystemStubs -lSystem
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... unknown
configure: WARNING: unknown Fortran name-mangling scheme
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for dlfcn.h... yes
checking host system type... i386-apple-darwin8.8.1
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... (cached) yes
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -p output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.8.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld) supports shared  
libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.8.1 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fno-common
checking if gfortran PIC flag -fno-common works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.8.1 dyld
checking how to hardcode library paths into programs... immediate
checking dependency style of cc... gcc3
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of  
Makefiles... no
checking for COIN project Ipopt... .
checking for int *... yes
checking size of int *... 4
configure: Using CXXAR="ar cru".
checking for cmath... yes
checking for cctype... yes
checking for cassert... yes
checking for cstdio... yes
checking for cstdlib... yes
checking for cstdarg... yes
checking for cfloat... yes
checking for ctime... yes
checking for cieeefp... no
checking for ieeefp.h... no
checking whether finite is declared... yes
checking whether va_copy is declared... yes
checking whether -lblas has BLAS... no
checking for ../ThirdParty/Blas/Makefile... yes
checking whether LAPACK is already available with BLAS library... no
checking whether -llapack has LAPACK... no
checking for ../ThirdParty/Lapack/Makefile... yes
configure: Checking for Harwell subroutine library
checking for ./../ThirdParty/HSL/ma27ad.f... yes
checking for ./../ThirdParty/HSL/mc19ad.f... yes
checking for ./../ThirdParty/HSL/ma57ad.f... no
checking for ../ThirdParty/ASL/Makefile... yes
checking for dlopen in -ldl... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Common/Makefile
config.status: creating src/LinAlg/Makefile
config.status: creating src/LinAlg/TMatrices/Makefile
config.status: creating src/Interfaces/Makefile
config.status: creating src/Interfaces/ipopt_addlibs_f.txt
config.status: creating src/Interfaces/ipopt_addlibs_cpp.txt
config.status: creating src/Algorithm/Makefile
config.status: creating src/Algorithm/LinearSolvers/Makefile
config.status: creating src/Apps/Makefile
config.status: creating src/Apps/AmplSolver/Makefile
config.status: creating src/Apps/CUTErInterface/Makefile
config.status: creating examples/hs071_f/Makefile
config.status: creating examples/hs071_f/hs071_f.f
config.status: creating examples/Cpp_example/Makefile
config.status: creating examples/hs071_cpp/Makefile
config.status: creating examples/hs071_c/Makefile
config.status: creating examples/ScalableProblems/Makefile
config.status: creating test/Makefile
config.status: creating test/run_unitTests
config.status: creating inc/config_ipopt.h
config.status: inc/config_ipopt.h is unchanged
config.status: linking ./examples/hs071_cpp/hs071_main.cpp to test/ 
hs071_main.cpp
config.status: linking ./examples/hs071_cpp/hs071_nlp.cpp to test/ 
hs071_nlp.cpp
config.status: linking ./examples/hs071_cpp/hs071_nlp.hpp to test/ 
hs071_nlp.hpp
config.status: linking ./examples/hs071_c/hs071_c.c to test/hs071_c.c
config.status: executing depfiles commands
configure: Configuration of Ipopt successful
configure: Main configuration of Ipopt successful




---
Bruce E Shapiro, PhD
Biological Network Modeling Center
The Beckman Institute at Caltech
1200 East California Blvd
Mail Code 139-74, Pasadena CA 91125-7400
1.626.395.8161






More information about the Coin-ipopt mailing list