Closed svigerske closed 5 years ago
Comment by @svigerske created at 2009-02-13 14:39:18
Hi,
and you also got the code of Blas and the others or are just the ThirdParty directories there? They come with Ipopt anyway. See also the documentation at http://www.coin-or.org/Ipopt/documentation/node14.html on how to download thirdparty packages.
Can you send also the piece that comes before
## ---------------- ##
## Cache variables. ##
## ---------------- ##
That is where it should show which command failed.
Stefan
Comment by humberto created at 2009-02-14 12:34:29
Replying to [comment:1 stefan]:
Hi,
and you also got the code of Blas and the others or are just the ThirdParty directories there? They come with Ipopt anyway. See also the documentation at http://www.coin-or.org/Ipopt/documentation/node14.html on how to download thirdparty packages.
Can you send also the piece that comes before {{{
----------------
Cache variables.
----------------
}}} That is where it should show which command failed.
Stefan Hi I downloaded all packages on ThirdParty following the downloading instructions in the Ipopt documentation (http://www.coin-or.org/Ipopt/documentation/node14.html).
I also tried to configure it directly from CoinIpopt, Ipopt, and BLAS folders without any success Below is the complete config.log file obtained from ~CoinIpopt$ ./configure
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
It was created by Ipopt configure 3.5stable, which was generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
hostname = humberto-laptop uname -m = i686 uname -r = 2.6.27-9-generic uname -s = Linux uname -v = #1 SMP Thu Nov 20 21:57:00 UTC 2008
/usr/bin/uname -p = unknown /bin/uname -X = unknown
/bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown
PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games
configure:1670: checking build system type configure:1688: result: i686-pc-linux-gnu configure:1699: checking whether we want to compile in debug mode configure:1728: result: no configure:1951: checking for xlc configure:1980: result: no configure:1951: checking for gcc configure:1967: found /usr/bin/gcc configure:1977: result: gcc configure:1998: checking for C compiler version configure:2001: gcc --version </dev/null >&5 gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2004: $? = 0
configure:2006: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11)
configure:2009: $? = 0
configure:2011: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2014: $? = 1
configure:2037: checking for C compiler default output file name
configure:2040: gcc conftest.c >&5
configure:2043: $? = 0
configure:2089: result: a.out
configure:2094: checking whether the C compiler works
configure:2100: ./a.out
configure:2103: $? = 0
configure:2120: result: yes
configure:2127: checking whether we are cross compiling
configure:2129: result: no
configure:2132: checking for suffix of executables
configure:2134: gcc -o conftest conftest.c >&5
configure:2137: $? = 0
configure:2162: result:
configure:2168: checking for suffix of object files
configure:2189: gcc -c conftest.c >&5
configure:2192: $? = 0
configure:2214: result: o
configure:2218: checking whether we are using the GNU C compiler
configure:2242: gcc -c conftest.c >&5
configure:2248: $? = 0
configure:2252: test -z
|| test ! -s conftest.err
configure:2255: $? = 0
configure:2258: test -s conftest.o
configure:2261: $? = 0
configure:2274: result: yes
configure:2280: checking whether gcc accepts -g
configure:2301: gcc -c -g conftest.c >&5
configure:2307: $? = 0
configure:2311: test -z
|| test ! -s conftest.err
configure:2314: $? = 0
configure:2317: test -s conftest.o
configure:2320: $? = 0
configure:2331: result: yes
configure:2348: checking for gcc option to accept ANSI C
configure:2418: gcc -c -g -O2 conftest.c >&5
configure:2424: $? = 0
configure:2428: test -z
|| test ! -s conftest.err
configure:2431: $? = 0
configure:2434: test -s conftest.o
configure:2437: $? = 0
configure:2455: result: none needed
configure:2473: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or 'attribute' before 'me'
configure:2479: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2934: gcc -o conftest -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5
configure:2940: $? = 0
configure:2944: test -z
|| test ! -s conftest.err
configure:2947: $? = 0
configure:2950: test -s conftest
configure:2953: $? = 0
configure:3020: C compiler options are: -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas
configure:3149: checking for xlC_r
configure:3178: result: no
configure:3149: checking for aCC
configure:3178: result: no
configure:3149: checking for CC
configure:3178: result: no
configure:3149: checking for g++
configure:3165: found /usr/bin/g++
configure:3175: result: g++
configure:3191: checking for C++ compiler version
configure:3194: g++ --version </dev/null >&5
g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3197: $? = 0 configure:3199: g++ -v </dev/null >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) configure:3202: $? = 0 configure:3204: g++ -V </dev/null >&5 g++: '-V' option must have argument configure:3207: $? = 1 configure:3210: checking whether we are using the GNU C++ compiler configure:3234: g++ -c conftest.cc >&5 configure:3240: $? = 0 configure:3244: test -z | test ! -s conftest.err configure:3247: $? = 0 configure:3250: test -s conftest.o configure:3253: $? = 0 configure:3266: result: yes configure:3272: checking whether g++ accepts -g configure:3293: g++ -c -g conftest.cc >&5 configure:3299: $? = 0 configure:3303: test -z | test ! -s conftest.err configure:3306: $? = 0 configure:3309: test -s conftest.o configure:3312: $? = 0 configure:3323: result: yes configure:3365: g++ -c -g -O2 conftest.cc >&5 configure:3371: $? = 0 configure:3375: test -z | test ! -s conftest.err configure:3378: $? = 0 configure:3381: test -s conftest.o configure:3384: $? = 0 configure:3410: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:13: error: 'exit' was not declared in this scope configure:3416: $? = 1 configure: failed program was: | / confdefs.h. / | |||
---|---|---|---|---|---|---|---|
#define PACKAGE_NAME "Ipopt" | |||||||
#define PACKAGE_TARNAME "ipopt" | |||||||
#define PACKAGE_VERSION "3.5stable" | |||||||
#define PACKAGE_STRING "Ipopt 3.5stable" | |||||||
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |||||||
/ end confdefs.h. / | |||||||
int | |||||||
main () | |||||||
{ | |||||||
exit (42); | |||||||
; | |||||||
return 0; | |||||||
} |
configure:3365: g++ -c -g -O2 conftest.cc >&5 conftest.cc:9: error: 'void std::exit(int)' should have been declared inside 'std' configure:3371: $? = 1 configure: failed program was: | / confdefs.h. / |
---|---|
#define PACKAGE_NAME "Ipopt" | |
#define PACKAGE_TARNAME "ipopt" | |
#define PACKAGE_VERSION "3.5stable" | |
#define PACKAGE_STRING "Ipopt 3.5stable" | |
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |
/ end confdefs.h. / | |
extern "C" void std::exit (int) throw (); using std::exit; | |
#include |
|
int | |
main () | |
{ | |
exit (42); | |
; | |
return 0; | |
} |
configure:3365: g++ -c -g -O2 conftest.cc >&5 conftest.cc:9: error: 'void std::exit(int)' should have been declared inside 'std' In file included from conftest.cc:10: /usr/include/stdlib.h:531: error: declaration of 'void std::exit(int) throw ()' throws different exceptions conftest.cc:9: error: from previous declaration 'void std::exit(int)' configure:3371: $? = 1 configure: failed program was: | / confdefs.h. / |
---|---|
#define PACKAGE_NAME "Ipopt" | |
#define PACKAGE_TARNAME "ipopt" | |
#define PACKAGE_VERSION "3.5stable" | |
#define PACKAGE_STRING "Ipopt 3.5stable" | |
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |
/ end confdefs.h. / | |
extern "C" void std::exit (int); using std::exit; | |
#include |
|
int | |
main () | |
{ | |
exit (42); | |
; | |
return 0; | |
} |
configure:3365: g++ -c -g -O2 conftest.cc >&5
configure:3371: $? = 0
configure:3375: test -z
|| test ! -s conftest.err
configure:3378: $? = 0
configure:3381: test -s conftest.o
configure:3384: $? = 0
configure:3410: g++ -c -g -O2 conftest.cc >&5
configure:3416: $? = 0
configure:3420: test -z
|| test ! -s conftest.err
configure:3423: $? = 0
configure:3426: test -s conftest.o
configure:3429: $? = 0
configure:3797: g++ -o conftest -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5
configure:3803: $? = 0
configure:3807: test -z
|| test ! -s conftest.err
configure:3810: $? = 0
configure:3813: test -s conftest
configure:3816: $? = 0
configure:3883: C++ compiler options are: -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas
configure:3965: Trying to determine Fortran compiler name
configure:3971: checking for xlf_r
configure:4000: result: no
configure:3971: checking for fort77
configure:4000: result: no
configure:3971: checking for gfortran
configure:3987: found /usr/bin/gfortran
configure:3997: result: gfortran
configure:4102: checking for Fortran 77 compiler version
configure:4105: gfortran --version </dev/null >&5
GNU Fortran (Ubuntu 4.3.2-1ubuntu11) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING
configure:4108: $? = 0 configure:4110: gfortran -v </dev/null >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) configure:4113: $? = 0 configure:4115: gfortran -V </dev/null >&5 gfortran: '-V' option must have argument configure:4118: $? = 1 configure:4126: checking whether we are using the GNU Fortran 77 compiler configure:4140: gfortran -c conftest.F >&5 configure:4146: $? = 0 configure:4150: test -z | test ! -s conftest.err configure:4153: $? = 0 configure:4156: test -s conftest.o configure:4159: $? = 0 configure:4172: result: yes configure:4178: checking whether gfortran accepts -g configure:4190: gfortran -c -g conftest.f >&5 configure:4196: $? = 0 configure:4200: test -z | test ! -s conftest.err configure:4203: $? = 0 configure:4206: test -s conftest.o configure:4209: $? = 0 configure:4221: result: yes configure:4503: gfortran -o conftest -O3 -fomit-frame-pointer -pipe conftest.f >&5 configure:4509: $? = 0 configure:4513: test -z | test ! -s conftest.err
configure:4516: $? = 0
configure:4519: test -s conftest
configure:4522: $? = 0
configure:4580: Fortran compiler options are: -O3 -fomit-frame-pointer -pipe configure:4693: checking for egrep configure:4703: result: grep -E configure:4722: checking for a BSD-compatible install configure:4777: result: /usr/bin/install -c configure:4788: checking whether build environment is sane configure:4831: result: yes configure:4896: checking for gawk configure:4925: result: no configure:4896: checking for mawk configure:4912: found /usr/bin/mawk configure:4922: result: mawk configure:4932: checking whether make sets $(MAKE) configure:4952: result: yes configure:4982: checking for style of include used by make configure:5010: result: GNU configure:5190: checking dependency style of gcc configure:5280: result: gcc3 configure:5299: checking dependency style of g++ configure:5389: result: gcc3 configure:5407: checking whether to enable maintainer-specific portions of Makefiles configure:5416: result: no configure:5861: checking host system type configure:5875: result: i686-pc-linux-gnu configure:5883: checking for a sed that does not truncate output configure:5937: result: /bin/sed configure:5951: checking for ld used by gcc configure:6018: result: /usr/bin/ld configure:6027: checking if the linker (/usr/bin/ld) is GNU ld configure:6042: result: yes configure:6047: checking for /usr/bin/ld option to reload object files configure:6054: result: -r configure:6072: checking for BSD-compatible nm configure:6121: result: /usr/bin/nm -B configure:6125: checking whether ln -s works configure:6129: result: yes configure:6136: checking how to recognise dependent libraries configure:6312: result: pass_all configure:6548: checking how to run the C preprocessor configure:6583: gcc -E conftest.c configure:6589: $? = 0 configure:6621: gcc -E conftest.c conftest.c:14:28: error: ac_nonexistent.h: No such file or directory configure:6627: $? = 1 configure: failed program was: |
/ confdefs.h. / | |||
---|---|---|---|---|---|---|---|
#define PACKAGE_NAME "Ipopt" | |||||||
#define PACKAGE_TARNAME "ipopt" | |||||||
#define PACKAGE_VERSION "3.5stable" | |||||||
#define PACKAGE_STRING "Ipopt 3.5stable" | |||||||
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |||||||
#ifdef __cplusplus | |||||||
extern "C" void exit (int) throw (); | |||||||
#endif | |||||||
#define PACKAGE "ipopt" | |||||||
#define VERSION "3.5stable" | |||||||
/ end confdefs.h. / | |||||||
#include |
configure:6666: result: gcc -E configure:6690: gcc -E conftest.c configure:6696: $? = 0 configure:6728: gcc -E conftest.c conftest.c:14:28: error: ac_nonexistent.h: No such file or directory configure:6734: $? = 1 configure: failed program was: | / confdefs.h. / |
---|---|
#define PACKAGE_NAME "Ipopt" | |
#define PACKAGE_TARNAME "ipopt" | |
#define PACKAGE_VERSION "3.5stable" | |
#define PACKAGE_STRING "Ipopt 3.5stable" | |
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |
#ifdef __cplusplus | |
extern "C" void exit (int) throw (); | |
#endif | |
#define PACKAGE "ipopt" | |
#define VERSION "3.5stable" | |
/ end confdefs.h. / | |
#include |
configure:6778: checking for ANSI C header files configure:6803: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:6809: $? = 0 configure:6813: test -z | test ! -s conftest.err configure:6816: $? = 0 configure:6819: test -s conftest.o configure:6822: $? = 0 configure:6911: gcc -o conftest -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 conftest.c: In function 'main': conftest.c:31: warning: implicit declaration of function 'exit' conftest.c:31: warning: incompatible implicit declaration of built-in function 'exit' configure:6914: $? = 0 configure:6916: ./conftest configure:6919: $? = 0 configure:6934: result: yes configure:6958: checking for sys/types.h configure:6974: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:6980: $? = 0 configure:6984: test -z | test ! -s conftest.err configure:6987: $? = 0 configure:6990: test -s conftest.o configure:6993: $? = 0 configure:7004: result: yes configure:6958: checking for sys/stat.h configure:6974: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:6980: $? = 0 configure:6984: test -z | test ! -s conftest.err configure:6987: $? = 0 configure:6990: test -s conftest.o configure:6993: $? = 0 configure:7004: result: yes configure:6958: checking for stdlib.h configure:6974: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:6980: $? = 0 configure:6984: test -z | test ! -s conftest.err configure:6987: $? = 0 configure:6990: test -s conftest.o configure:6993: $? = 0 configure:7004: result: yes configure:6958: checking for string.h configure:6974: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:6980: $? = 0 configure:6984: test -z | test ! -s conftest.err configure:6987: $? = 0 configure:6990: test -s conftest.o configure:6993: $? = 0 configure:7004: result: yes configure:6958: checking for memory.h configure:6974: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:6980: $? = 0 configure:6984: test -z | test ! -s conftest.err configure:6987: $? = 0 configure:6990: test -s conftest.o configure:6993: $? = 0 configure:7004: result: yes configure:6958: checking for strings.h configure:6974: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:6980: $? = 0 configure:6984: test -z | test ! -s conftest.err configure:6987: $? = 0 configure:6990: test -s conftest.o configure:6993: $? = 0 configure:7004: result: yes configure:6958: checking for inttypes.h configure:6974: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:6980: $? = 0 configure:6984: test -z | test ! -s conftest.err configure:6987: $? = 0 configure:6990: test -s conftest.o configure:6993: $? = 0 configure:7004: result: yes configure:6958: checking for stdint.h configure:6974: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:6980: $? = 0 configure:6984: test -z | test ! -s conftest.err configure:6987: $? = 0 configure:6990: test -s conftest.o configure:6993: $? = 0 configure:7004: result: yes configure:6958: checking for unistd.h configure:6974: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:6980: $? = 0 configure:6984: test -z | test ! -s conftest.err configure:6987: $? = 0 configure:6990: test -s conftest.o configure:6993: $? = 0 configure:7004: result: yes configure:7030: checking dlfcn.h usability configure:7042: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:7048: $? = 0 configure:7052: test -z | test ! -s conftest.err configure:7055: $? = 0 configure:7058: test -s conftest.o configure:7061: $? = 0 configure:7071: result: yes configure:7075: checking dlfcn.h presence configure:7085: gcc -E conftest.c configure:7091: $? = 0 configure:7111: result: yes configure:7146: checking for dlfcn.h configure:7153: result: yes configure:7176: checking how to run the C++ preprocessor configure:7207: g++ -E conftest.cc configure:7213: $? = 0 configure:7245: g++ -E conftest.cc conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory configure:7251: $? = 1 configure: failed program was: | / confdefs.h. / | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
#define PACKAGE_NAME "Ipopt" | |||||||||||||||||||||||
#define PACKAGE_TARNAME "ipopt" | |||||||||||||||||||||||
#define PACKAGE_VERSION "3.5stable" | |||||||||||||||||||||||
#define PACKAGE_STRING "Ipopt 3.5stable" | |||||||||||||||||||||||
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |||||||||||||||||||||||
#ifdef __cplusplus | |||||||||||||||||||||||
extern "C" void exit (int) throw (); | |||||||||||||||||||||||
#endif | |||||||||||||||||||||||
#define PACKAGE "ipopt" | |||||||||||||||||||||||
#define VERSION "3.5stable" | |||||||||||||||||||||||
#define STDC_HEADERS 1 | |||||||||||||||||||||||
#define HAVE_SYS_TYPES_H 1 | |||||||||||||||||||||||
#define HAVE_SYS_STAT_H 1 | |||||||||||||||||||||||
#define HAVE_STDLIB_H 1 | |||||||||||||||||||||||
#define HAVE_STRING_H 1 | |||||||||||||||||||||||
#define HAVE_MEMORY_H 1 | |||||||||||||||||||||||
#define HAVE_STRINGS_H 1 | |||||||||||||||||||||||
#define HAVE_INTTYPES_H 1 | |||||||||||||||||||||||
#define HAVE_STDINT_H 1 | |||||||||||||||||||||||
#define HAVE_UNISTD_H 1 | |||||||||||||||||||||||
#define HAVE_DLFCN_H 1 | |||||||||||||||||||||||
/ end confdefs.h. / | |||||||||||||||||||||||
#include |
configure:7290: result: g++ -E configure:7314: g++ -E conftest.cc configure:7320: $? = 0 configure:7352: g++ -E conftest.cc conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory configure:7358: $? = 1 configure: failed program was: | / confdefs.h. / |
---|---|
#define PACKAGE_NAME "Ipopt" | |
#define PACKAGE_TARNAME "ipopt" | |
#define PACKAGE_VERSION "3.5stable" | |
#define PACKAGE_STRING "Ipopt 3.5stable" | |
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |
#ifdef __cplusplus | |
extern "C" void exit (int) throw (); | |
#endif | |
#define PACKAGE "ipopt" | |
#define VERSION "3.5stable" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
/ end confdefs.h. / | |
#include |
configure:7407: checking the maximum length of command line arguments configure:7516: result: 32768 configure:7527: checking command to parse /usr/bin/nm -B output from gcc object configure:7632: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 configure:7635: $? = 0 configure:7639: /usr/bin/nm -B conftest.o | sed -n -e 's/^.[ ]([ABCDGIRSTW][ABCDGIRSTW])[ ][ ]([_A-Za-z][_A-Za-z0-9])$/\1 \2 \2/p' > conftest.nm configure:7642: $? = 0 configure:7694: g++ -o conftest -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc conftstm.o >&5 configure:7697: $? = 0 configure:7735: result: ok configure:7739: checking for objdir configure:7754: result: .libs configure:7844: checking for ar configure:7860: found /usr/bin/ar configure:7871: result: ar configure:7924: checking for ranlib configure:7940: found /usr/bin/ranlib configure:7951: result: ranlib configure:8004: checking for strip configure:8020: found /usr/bin/strip configure:8031: result: strip configure:8307: checking if gcc supports -fno-rtti -fno-exceptions configure:8325: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:8329: $? = 0 configure:8342: result: no configure:8357: checking for gcc option to produce PIC configure:8567: result: -fPIC configure:8575: checking if gcc PIC flag -fPIC works configure:8593: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -fPIC -DPIC conftest.c >&5 configure:8597: $? = 0 configure:8610: result: yes configure:8638: checking if gcc static flag -static works configure:8666: result: yes configure:8676: checking if gcc supports -c -o file.o configure:8697: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -o out/conftest2.o conftest.c >&5 configure:8701: $? = 0 configure:8723: result: yes configure:8749: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:9707: result: yes configure:9728: checking whether -lc should be explicitly linked in configure:9733: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:9736: $? = 0 configure:9751: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>\&1 | grep -lc >/dev/null 2>\&1 configure:9754: $? = 0 configure:9766: result: no configure:9774: checking dynamic linker characteristics configure:10362: result: GNU/Linux ld.so configure:10371: checking how to hardcode library paths into programs configure:10396: result: immediate configure:10410: checking whether stripping libraries is possible configure:10415: result: yes configure:11249: checking if libtool supports shared libraries configure:11251: result: yes configure:11254: checking whether to build shared libraries configure:11275: result: yes configure:11278: checking whether to build static libraries configure:11282: result: no configure:11374: creating libtool configure:11962: checking for ld used by g++ configure:12029: result: /usr/bin/ld configure:12038: checking if the linker (/usr/bin/ld) is GNU ld configure:12053: result: yes configure:12104: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:13042: result: yes configure:13064: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cpp >&5 configure:13067: $? = 0 configure:13186: checking for g++ option to produce PIC configure:13460: result: -fPIC configure:13468: checking if g++ PIC flag -fPIC works configure:13486: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -fPIC -DPIC conftest.cpp >&5 configure:13490: $? = 0 configure:13503: result: yes configure:13531: checking if g++ static flag -static works configure:13559: result: yes configure:13569: checking if g++ supports -c -o file.o configure:13590: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -o out/conftest2.o conftest.cpp >&5 configure:13594: $? = 0 configure:13616: result: yes configure:13642: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:13667: result: yes configure:13734: checking dynamic linker characteristics configure:14322: result: GNU/Linux ld.so configure:14331: checking how to hardcode library paths into programs configure:14356: result: immediate configure:14882: checking if libtool supports shared libraries configure:14884: result: yes configure:14887: checking whether to build shared libraries configure:14907: result: yes configure:14910: checking whether to build static libraries configure:14914: result: no configure:14924: checking for gfortran option to produce PIC configure:15134: result: -fPIC configure:15142: checking if gfortran PIC flag -fPIC works configure:15160: gfortran -c -O3 -fomit-frame-pointer -pipe -fPIC conftest.f >&5 configure:15164: $? = 0 configure:15177: result: yes configure:15205: checking if gfortran static flag -static works configure:15233: result: yes configure:15243: checking if gfortran supports -c -o file.o configure:15264: gfortran -c -O3 -fomit-frame-pointer -pipe -o out/conftest2.o conftest.f >&5 configure:15268: $? = 0 configure:15290: result: yes configure:15316: checking whether the gfortran linker (/usr/bin/ld) supports shared libraries configure:16254: result: yes configure:16321: checking dynamic linker characteristics configure:16909: result: GNU/Linux ld.so configure:16918: checking how to hardcode library paths into programs configure:16943: result: immediate configure:20529: Build is "i686-pc-linux-gnu". configure:20738: checking whether code for third party package Blas is available configure:20767: result: no configure:20772: checking whether code for third party package Lapack is available configure:20801: result: no configure:20806: checking whether code for third party package HSL is available configure:20835: result: no configure:20840: checking whether code for third party package ASL is available configure:20869: result: no configure:20874: checking whether code for third party package Mumps is available configure:20903: result: no configure:20915: checking whether directory Ipopt is available configure:20930: result: yes configure:20966: checking which command should be used to link input files configure:20976: result: ln -s configure:21180: creating ./config.status
This file was extended by Ipopt config.status 3.5stable, which was generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status
on humberto-laptop
config.status:744: creating Makefile config.status:927: executing depfiles commands configure:22322: configuring in Ipopt configure:22439: running /bin/bash './configure' --prefix=/home/humberto/CoinIpopt --cache-file=/dev/null --srcdir=. configure:22444: error: /bin/bash './configure' failed for Ipopt
ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_ADD_CFLAGS_set= ac_cv_env_ADD_CFLAGS_value= ac_cv_env_ADD_CXXFLAGS_set= ac_cv_env_ADD_CXXFLAGS_value= ac_cv_env_ADD_FFLAGS_set= ac_cv_env_ADD_FFLAGS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CDEFS_set= ac_cv_env_CDEFS_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_COIN_SKIP_PROJECTS_set= ac_cv_env_COIN_SKIP_PROJECTS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXDEFS_set= ac_cv_env_CXXDEFS_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_DBG_CFLAGS_set= ac_cv_env_DBG_CFLAGS_value= ac_cv_env_DBG_CXXFLAGS_set= ac_cv_env_DBG_CXXFLAGS_value= ac_cv_env_DBG_FFLAGS_set= ac_cv_env_DBG_FFLAGS_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_MPICC_set= ac_cv_env_MPICC_value= ac_cv_env_MPICXX_set= ac_cv_env_MPICXX_value= ac_cv_env_MPIF77_set= ac_cv_env_MPIF77_value= ac_cv_env_OPT_CFLAGS_set= ac_cv_env_OPT_CFLAGS_value= ac_cv_env_OPT_CXXFLAGS_set= ac_cv_env_OPT_CXXFLAGS_value= ac_cv_env_OPT_FFLAGS_set= ac_cv_env_OPT_FFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=mawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_F77=gfortran ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '_s/^.[ ]([ABCDGIRSTW][ABCDGIRSTW])[ ][ ]([_A-Za-z][_A-Za-z0-9])$/\1 \2 \2/p'_' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '_s/^: ([^ ]) $/ {\"\1\", (ltptr) 0},/p'\ -e '_s/^[BCDEGRST] ([^ ]) ([^ ])$/ {"\2", (ltptr) \&\2},/p'\' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '_s/^. . (.)$/extern int \1;/p'_' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '_s/^.[ ]\([ABCDGIRSTW][ABCDGIRSTW]\)[ ][ ]\([_A-Za-z][A-Za-z0-9]*\)\$/\1 \2 \2/p'\"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '_s/^: \([^ ]\) \$/ {\\"\1\\", (ltptr) 0},/p'\ -e '_s/^[BCDEGRST] \([^ ]\) \([^ ]\)\$/ {\"\2\", (ltptr) \&\2},/p'\"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '_s/^. . \(.*\)\$/extern int \1;/p'_"'
ACLOCAL='${SHELL} /home/humberto/CoinIpopt/missing --run aclocal-1.9' ADD_CFLAGS='' ADD_CXXFLAGS='' ADD_FFLAGS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/humberto/CoinIpopt/missing --run tar' AR='ar' AUTOCONF='${SHELL} /home/humberto/CoinIpopt/missing --run autoconf' AUTOHEADER='${SHELL} /home/humberto/CoinIpopt/missing --run autoheader' AUTOMAKE='${SHELL} /home/humberto/CoinIpopt/missing --run automake-1.9' AUX_DIR='' AWK='mawk' BUILDTOOLSDIR='' CC='gcc' CCDEPMODE='depmode=gcc3' CDEFS='' CFLAGS='-O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas ' COIN_SKIP_PROJECTS='' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEFS='' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas ' CYGPATH_W='echo' DBG_CFLAGS='-g -pipe -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas ' DBG_CXXFLAGS='-g -pipe -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas ' DBG_FFLAGS='-g -pipe ' DEFS='-DPACKAGE_NAME=\"Ipopt\" -DPACKAGE_TARNAME=\"ipopt\" -DPACKAGE_VERSION=\"3.5stable\" -DPACKAGE_STRING=\"Ipopt\ 3.5stable\" -DPACKAGE_BUGREPORT=\"http://projects.coin-or.org/Ipopt/newticket\" -DPACKAGE=\"ipopt\" -DVERSION=\"3.5stable\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 ' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='gfortran' FFLAGS='-O3 -fomit-frame-pointer -pipe ' HAVE_EXTERNALS_FALSE='' HAVE_EXTERNALS_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBEXT='a' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOLM4='' LN_S='ln -s' LTLIBOBJS='' LT_LDFLAGS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/humberto/CoinIpopt/missing --run makeinfo' MPICC='' MPICXX='' MPIF77='' OBJEXT='o' OPT_CFLAGS='-O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas ' OPT_CXXFLAGS='-O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas ' OPT_FFLAGS='-O3 -fomit-frame-pointer -pipe ' PACKAGE='ipopt' PACKAGE_BUGREPORT='http://projects.coin-or.org/Ipopt/newticket' PACKAGE_NAME='Ipopt' PACKAGE_STRING='Ipopt 3.5stable' PACKAGE_TARNAME='ipopt' PACKAGE_VERSION='3.5stable' PATH_SEPARATOR=':' RANLIB='ranlib' RPATH_FLAGS=' -Wl,--rpath -Wl,/home/humberto/CoinIpopt/lib' SET_MAKE='' SHELL='/bin/bash' STRIP='strip' VERSION='3.5stable' VPATH_DISTCLEANFILES='' abs_bin_dir='/home/humberto/CoinIpopt/bin' abs_include_dir='/home/humberto/CoinIpopt/include' abs_lib_dir='/home/humberto/CoinIpopt/lib' abs_source_dir='/home/humberto/CoinIpopt' ac_c_preproc_warn_flag='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' ac_cxx_preproc_warn_flag='' amfastdepCC_FALSE='#' am__fastdepCC_TRUE='' amfastdepCXX_FALSE='#' amfastdepCXX_TRUE='' aminclude='include' amleading_dot='.' amquote='' amtar='${AMTAR} chof - "$$tardir"' amuntar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='${prefix}' have_autoconf='' have_automake='' have_svn='' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/humberto/CoinIpopt/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='/home/humberto/CoinIpopt' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sol_cc_compiler='' subdirs=' Ipopt' sysconfdir='${prefix}/etc' target_alias=''
configure: exit 1
Humberto
Comment by @svigerske created at 2009-02-14 13:38:00
Hi,
this one just said configure:22444: error: /bin/bash './configure' failed for Ipopt
Can you also attach the config.log from the Ipopt subdirectory?
Stefan
Comment by humberto created at 2009-02-14 22:35:57
Replying to [comment:3 stefan]:
Hi,
this one just said
configure:22444: error: /bin/bash './configure' failed for Ipopt
Can you also attach the config.log from the Ipopt subdirectory?Stefan
Hi,
Below is the config.log from the Ipopt subdirectory
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
It was created by Ipopt configure 3.5.5, which was generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --prefix=/home/humberto/CoinIpopt --cache-file=/dev/null --srcdir=.
hostname = humberto-laptop uname -m = i686 uname -r = 2.6.27-9-generic uname -s = Linux uname -v = #1 SMP Thu Nov 20 21:57:00 UTC 2008
/usr/bin/uname -p = unknown /bin/uname -X = unknown
/bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown
PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games
configure:1683: checking build system type configure:1701: result: i686-pc-linux-gnu configure:1742: checking whether we want to compile in debug mode configure:1789: result: no configure:1837: checking for egrep configure:1847: result: grep -E configure:1852: checking whether ln -s works configure:1856: result: yes configure:2079: checking for xlc configure:2108: result: no configure:2079: checking for gcc configure:2095: found /usr/bin/gcc configure:2105: result: gcc configure:2126: checking for C compiler version configure:2129: gcc --version </dev/null >&5 gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2132: $? = 0
configure:2134: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11)
configure:2137: $? = 0
configure:2139: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2142: $? = 1
configure:2165: checking for C compiler default output file name
configure:2168: gcc conftest.c >&5
configure:2171: $? = 0
configure:2217: result: a.out
configure:2222: checking whether the C compiler works
configure:2228: ./a.out
configure:2231: $? = 0
configure:2248: result: yes
configure:2255: checking whether we are cross compiling
configure:2257: result: no
configure:2260: checking for suffix of executables
configure:2262: gcc -o conftest conftest.c >&5
configure:2265: $? = 0
configure:2290: result:
configure:2296: checking for suffix of object files
configure:2317: gcc -c conftest.c >&5
configure:2320: $? = 0
configure:2342: result: o
configure:2346: checking whether we are using the GNU C compiler
configure:2370: gcc -c conftest.c >&5
configure:2376: $? = 0
configure:2380: test -z
|| test ! -s conftest.err
configure:2383: $? = 0
configure:2386: test -s conftest.o
configure:2389: $? = 0
configure:2402: result: yes
configure:2408: checking whether gcc accepts -g
configure:2429: gcc -c -g conftest.c >&5
configure:2435: $? = 0
configure:2439: test -z
|| test ! -s conftest.err
configure:2442: $? = 0
configure:2445: test -s conftest.o
configure:2448: $? = 0
configure:2459: result: yes
configure:2476: checking for gcc option to accept ANSI C
configure:2546: gcc -c -g -O2 conftest.c >&5
configure:2552: $? = 0
configure:2556: test -z
|| test ! -s conftest.err
configure:2559: $? = 0
configure:2562: test -s conftest.o
configure:2565: $? = 0
configure:2583: result: none needed
configure:2601: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or 'attribute' before 'me'
configure:2607: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3062: gcc -o conftest -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5
configure:3068: $? = 0
configure:3072: test -z
|| test ! -s conftest.err
configure:3075: $? = 0
configure:3078: test -s conftest
configure:3081: $? = 0
configure:3148: C compiler options are: -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas
configure:3277: checking for xlC_r
configure:3306: result: no
configure:3277: checking for aCC
configure:3306: result: no
configure:3277: checking for CC
configure:3306: result: no
configure:3277: checking for g++
configure:3293: found /usr/bin/g++
configure:3303: result: g++
configure:3319: checking for C++ compiler version
configure:3322: g++ --version </dev/null >&5
g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3325: $? = 0 configure:3327: g++ -v </dev/null >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) configure:3330: $? = 0 configure:3332: g++ -V </dev/null >&5 g++: '-V' option must have argument configure:3335: $? = 1 configure:3338: checking whether we are using the GNU C++ compiler configure:3362: g++ -c conftest.cc >&5 configure:3368: $? = 0 configure:3372: test -z | test ! -s conftest.err configure:3375: $? = 0 configure:3378: test -s conftest.o configure:3381: $? = 0 configure:3394: result: yes configure:3400: checking whether g++ accepts -g configure:3421: g++ -c -g conftest.cc >&5 configure:3427: $? = 0 configure:3431: test -z | test ! -s conftest.err configure:3434: $? = 0 configure:3437: test -s conftest.o configure:3440: $? = 0 configure:3451: result: yes configure:3493: g++ -c -g -O2 conftest.cc >&5 configure:3499: $? = 0 configure:3503: test -z | test ! -s conftest.err configure:3506: $? = 0 configure:3509: test -s conftest.o configure:3512: $? = 0 configure:3538: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:15: error: 'exit' was not declared in this scope configure:3544: $? = 1 configure: failed program was: | / confdefs.h. / | |||
---|---|---|---|---|---|---|---|
#define PACKAGE_NAME "Ipopt" | |||||||
#define PACKAGE_TARNAME "ipopt" | |||||||
#define PACKAGE_VERSION "3.5.5" | |||||||
#define PACKAGE_STRING "Ipopt 3.5.5" | |||||||
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |||||||
#define COIN_IPOPT_VERBOSITY 0 | |||||||
#define COIN_IPOPT_CHECKLEVEL 0 | |||||||
/ end confdefs.h. / | |||||||
int | |||||||
main () | |||||||
{ | |||||||
exit (42); | |||||||
; | |||||||
return 0; | |||||||
} |
configure:3493: g++ -c -g -O2 conftest.cc >&5 conftest.cc:11: error: 'void std::exit(int)' should have been declared inside 'std' configure:3499: $? = 1 configure: failed program was: | / confdefs.h. / |
---|---|
#define PACKAGE_NAME "Ipopt" | |
#define PACKAGE_TARNAME "ipopt" | |
#define PACKAGE_VERSION "3.5.5" | |
#define PACKAGE_STRING "Ipopt 3.5.5" | |
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |
#define COIN_IPOPT_VERBOSITY 0 | |
#define COIN_IPOPT_CHECKLEVEL 0 | |
/ end confdefs.h. / | |
extern "C" void std::exit (int) throw (); using std::exit; | |
#include |
|
int | |
main () | |
{ | |
exit (42); | |
; | |
return 0; | |
} |
configure:3493: g++ -c -g -O2 conftest.cc >&5 conftest.cc:11: error: 'void std::exit(int)' should have been declared inside 'std' In file included from conftest.cc:12: /usr/include/stdlib.h:531: error: declaration of 'void std::exit(int) throw ()' throws different exceptions conftest.cc:11: error: from previous declaration 'void std::exit(int)' configure:3499: $? = 1 configure: failed program was: | / confdefs.h. / |
---|---|
#define PACKAGE_NAME "Ipopt" | |
#define PACKAGE_TARNAME "ipopt" | |
#define PACKAGE_VERSION "3.5.5" | |
#define PACKAGE_STRING "Ipopt 3.5.5" | |
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |
#define COIN_IPOPT_VERBOSITY 0 | |
#define COIN_IPOPT_CHECKLEVEL 0 | |
/ end confdefs.h. / | |
extern "C" void std::exit (int); using std::exit; | |
#include |
|
int | |
main () | |
{ | |
exit (42); | |
; | |
return 0; | |
} |
configure:3493: g++ -c -g -O2 conftest.cc >&5
configure:3499: $? = 0
configure:3503: test -z
|| test ! -s conftest.err
configure:3506: $? = 0
configure:3509: test -s conftest.o
configure:3512: $? = 0
configure:3538: g++ -c -g -O2 conftest.cc >&5
configure:3544: $? = 0
configure:3548: test -z
|| test ! -s conftest.err
configure:3551: $? = 0
configure:3554: test -s conftest.o
configure:3557: $? = 0
configure:3925: g++ -o conftest -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5
configure:3931: $? = 0
configure:3935: test -z
|| test ! -s conftest.err
configure:3938: $? = 0
configure:3941: test -s conftest
configure:3944: $? = 0
configure:4011: C++ compiler options are: -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas
configure:4106: Assuming that CXXLIBS is "-lstdc++ -lm".
configure:4164: Trying to determine Fortran compiler name
configure:4170: checking for xlf_r
configure:4199: result: no
configure:4170: checking for fort77
configure:4199: result: no
configure:4170: checking for gfortran
configure:4186: found /usr/bin/gfortran
configure:4196: result: gfortran
configure:4301: checking for Fortran 77 compiler version
configure:4304: gfortran --version </dev/null >&5
GNU Fortran (Ubuntu 4.3.2-1ubuntu11) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING
configure:4307: $? = 0 configure:4309: gfortran -v </dev/null >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) configure:4312: $? = 0 configure:4314: gfortran -V </dev/null >&5 gfortran: '-V' option must have argument configure:4317: $? = 1 configure:4325: checking whether we are using the GNU Fortran 77 compiler configure:4339: gfortran -c conftest.F >&5 configure:4345: $? = 0 configure:4349: test -z | test ! -s conftest.err configure:4352: $? = 0 configure:4355: test -s conftest.o configure:4358: $? = 0 configure:4371: result: yes configure:4377: checking whether gfortran accepts -g configure:4389: gfortran -c -g conftest.f >&5 configure:4395: $? = 0 configure:4399: test -z | test ! -s conftest.err configure:4402: $? = 0 configure:4405: test -s conftest.o configure:4408: $? = 0 configure:4420: result: yes configure:4702: gfortran -o conftest -O3 -fomit-frame-pointer -pipe conftest.f >&5 configure:4708: $? = 0 configure:4712: test -z | test ! -s conftest.err
configure:4715: $? = 0
configure:4718: test -s conftest
configure:4721: $? = 0
configure:4779: Fortran compiler options are: -O3 -fomit-frame-pointer -pipe configure:4822: checking how to get verbose linking output from gfortran configure:4833: gfortran -c -O3 -fomit-frame-pointer -pipe conftest.f >&5 configure:4839: $? = 0 configure:4843: test -z |
test ! -s conftest.err configure:4846: $? = 0 configure:4849: test -s conftest.o configure:4852: $? = 0 configure:4869: gfortran -o conftest -O3 -fomit-frame-pointer -pipe -v conftest.f >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) COLLECT_GCC_OPTIONS='-o' 'conftest' '-O3' '-fomit-frame-pointer' '-pipe' '-v' '-shared-libgcc' '-mtune=generic' /usr/lib/gcc/i486-linux-gnu/4.3.2/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -auxbase conftest -O3 -version -fomit-frame-pointer -fintrinsic-modules-path /usr/lib/gcc/i486-linux-gnu/4.3.2/finclude -o - | as -V -Qy -o /tmp/cczUwAMf.o - GNU F95 (Ubuntu 4.3.2-1ubuntu11) version 4.3.2 (i486-linux-gnu) compiled by GNU C version 4.3.2, GMP version 4.2.2, MPFR version 2.3.2. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GNU assembler version 2.18.93 (i486-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.18.93.20081009 COMPILER_PATH=/usr/lib/gcc/i486-linux-gnu/4.3.2/:/usr/lib/gcc/i486-linux-gnu/4.3.2/:/usr/lib/gcc/i486-linux-gnu/:/usr/lib/gcc/i486-linux-gnu/4.3.2/:/usr/lib/gcc/i486-linux-gnu/:/usr/lib/gcc/i486-linux-gnu/4.3.2/:/usr/lib/gcc/i486-linux-gnu/ LIBRARY_PATH=/usr/lib/gcc/i486-linux-gnu/4.3.2/:/usr/lib/gcc/i486-linux-gnu/4.3.2/:/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../:/lib/:/usr/lib/ COLLECT_GCC_OPTIONS='-o' 'conftest' '-O3' '-fomit-frame-pointer' '-pipe' '-v' '-shared-libgcc' '-mtune=generic' /usr/lib/gcc/i486-linux-gnu/4.3.2/collect2 --eh-frame-hdr -m elf_i386 --hash-style=both -dynamic-linker /lib/ld-linux.so.2 -o conftest -z relro /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crt1.o /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.2/crtbegin.o -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../.. /tmp/cczUwAMf.o -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i486-linux-gnu/4.3.2/crtend.o /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crtn.o configure:4924: result: -v configure:4926: checking for Fortran libraries of gfortran configure:4947: gfortran -o conftest -O3 -fomit-frame-pointer -pipe -v conftest.f >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) COLLECT_GCC_OPTIONS='-o' 'conftest' '-O3' '-fomit-frame-pointer' '-pipe' '-v' '-shared-libgcc' '-mtune=generic' /usr/lib/gcc/i486-linux-gnu/4.3.2/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -auxbase conftest -O3 -version -fomit-frame-pointer -fintrinsic-modules-path /usr/lib/gcc/i486-linux-gnu/4.3.2/finclude -o - | as -V -Qy -o /tmp/ccVzex4m.o - GNU F95 (Ubuntu 4.3.2-1ubuntu11) version 4.3.2 (i486-linux-gnu) compiled by GNU C version 4.3.2, GMP version 4.2.2, MPFR version 2.3.2. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GNU assembler version 2.18.93 (i486-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.18.93.20081009 COMPILER_PATH=/usr/lib/gcc/i486-linux-gnu/4.3.2/:/usr/lib/gcc/i486-linux-gnu/4.3.2/:/usr/lib/gcc/i486-linux-gnu/:/usr/lib/gcc/i486-linux-gnu/4.3.2/:/usr/lib/gcc/i486-linux-gnu/:/usr/lib/gcc/i486-linux-gnu/4.3.2/:/usr/lib/gcc/i486-linux-gnu/ LIBRARY_PATH=/usr/lib/gcc/i486-linux-gnu/4.3.2/:/usr/lib/gcc/i486-linux-gnu/4.3.2/:/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../:/lib/:/usr/lib/ COLLECT_GCC_OPTIONS='-o' 'conftest' '-O3' '-fomit-frame-pointer' '-pipe' '-v' '-shared-libgcc' '-mtune=generic' /usr/lib/gcc/i486-linux-gnu/4.3.2/collect2 --eh-frame-hdr -m elf_i386 --hash-style=both -dynamic-linker /lib/ld-linux.so.2 -o conftest -z relro /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crt1.o /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.2/crtbegin.o -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../.. /tmp/ccVzex4m.o -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i486-linux-gnu/4.3.2/crtend.o /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crtn.o configure:5108: result: -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../.. -lgfortranbegin -lgfortran -lm -lgcc_s configure:5123: checking for dummy main to link with Fortran libraries configure:5162: gcc -o conftest -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../.. -lgfortranbegin -lgfortran -lm -lgcc_s >&5 configure:5168: $? = 0 configure:5172: test -z | test ! -s conftest.err configure:5175: $? = 0 configure:5178: test -s conftest configure:5181: $? = 0 configure:5259: result: none configure:5295: checking for Fortran name-mangling scheme configure:5309: gfortran -c -O3 -fomit-frame-pointer -pipe conftest.f >&5 configure:5315: $? = 0 configure:5319: test -z | test ! -s conftest.err
configure:5322: $? = 0
configure:5325: test -s conftest.o
configure:5328: $? = 0
configure:5375: gcc -o conftest -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c cfortran_test.o -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../.. -lgfortranbegin -lgfortran -lm -lgcc_s >&5
/tmp/ccJR9ZOD.o: In function main': conftest.c:(.text+0xf): undefined reference to foobar'
collect2: ld returned 1 exit status
configure:5381: $? = 1
configure: failed program was: |
/ confdefs.h. / | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
#define PACKAGE_NAME "Ipopt" | |||||||||||||||
#define PACKAGE_TARNAME "ipopt" | |||||||||||||||
#define PACKAGE_VERSION "3.5.5" | |||||||||||||||
#define PACKAGE_STRING "Ipopt 3.5.5" | |||||||||||||||
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |||||||||||||||
#define COIN_IPOPT_VERBOSITY 0 | |||||||||||||||
#define COIN_IPOPT_CHECKLEVEL 0 | |||||||||||||||
#ifdef __cplusplus | |||||||||||||||
extern "C" void exit (int) throw (); | |||||||||||||||
#endif | |||||||||||||||
/ end confdefs.h. / | |||||||||||||||
/ Override any gcc2 internal prototype to avoid an error. / | |||||||||||||||
#ifdef __cplusplus | |||||||||||||||
extern "C" | |||||||||||||||
#endif | |||||||||||||||
/* We use char because int might match the return type of a gcc2 | |||||||||||||||
builtin and then its argument prototype would still apply. */ | |||||||||||||||
char foobar (); | |||||||||||||||
#ifdef F77_DUMMY_MAIN | |||||||||||||||
# ifdef __cplusplus | |||||||||||||||
extern "C" | |||||||||||||||
# endif | |||||||||||||||
int F77_DUMMY_MAIN() { return 1; } | |||||||||||||||
#endif | |||||||||||||||
int | |||||||||||||||
main () | |||||||||||||||
{ | |||||||||||||||
foobar (); | |||||||||||||||
; | |||||||||||||||
return 0; | |||||||||||||||
} |
configure:5375: gcc -o conftest -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c cfortran_test.o -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../.. -lgfortranbegin -lgfortran -lm -lgcc_s >&5 configure:5381: $? = 0 configure:5385: test -z | test ! -s conftest.err configure:5388: $? = 0 configure:5391: test -s conftest configure:5394: $? = 0 configure:5462: gcc -o conftest -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c cfortran_test.o -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../.. -lgfortranbegin -lgfortran -lm -lgcc_s >&5 configure:5468: $? = 0 configure:5472: test -z | test ! -s conftest.err configure:5475: $? = 0 configure:5478: test -s conftest configure:5481: $? = 0 configure:5531: result: lower case, underscore, no extra underscore configure:5784: checking for a BSD-compatible install configure:5839: result: /usr/bin/install -c configure:5850: checking whether build environment is sane configure:5893: result: yes configure:5958: checking for gawk configure:5987: result: no configure:5958: checking for mawk configure:5974: found /usr/bin/mawk configure:5984: result: mawk configure:5994: checking whether make sets $(MAKE) configure:6014: result: yes configure:6044: checking for style of include used by make configure:6072: result: GNU configure:6252: checking dependency style of gcc configure:6342: result: gcc3 configure:6361: checking dependency style of g++ configure:6451: result: gcc3 configure:6469: checking whether to enable maintainer-specific portions of Makefiles configure:6478: result: no configure:21849: Using libtool script in directory .. configure:21934: checking for COIN project Ipopt configure:21989: result: . configure:22008: checking for int * configure:22040: gcc -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:22046: $? = 0 configure:22050: test -z | test ! -s conftest.err configure:22053: $? = 0 configure:22056: test -s conftest.o configure:22059: $? = 0 configure:22070: result: yes configure:22073: checking size of int * configure:22440: gcc -o conftest -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas conftest.c >&5 configure:22443: $? = 0 configure:22445: ./conftest configure:22448: $? = 0 configure:22471: result: 4 configure:22523: Using CXXAR="ar cru". configure:22571: checking cmath usability configure:22583: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 configure:22589: $? = 0 configure:22593: test -z | test ! -s conftest.err configure:22596: $? = 0 configure:22599: test -s conftest.o configure:22602: $? = 0 configure:22612: result: yes configure:22616: checking cmath presence configure:22626: g++ -E conftest.cc configure:22632: $? = 0 configure:22652: result: yes configure:22687: checking for cmath configure:22694: result: yes configure:22900: checking cctype usability configure:22912: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 configure:22918: $? = 0 configure:22922: test -z | test ! -s conftest.err configure:22925: $? = 0 configure:22928: test -s conftest.o configure:22931: $? = 0 configure:22941: result: yes configure:22945: checking cctype presence configure:22955: g++ -E conftest.cc configure:22961: $? = 0 configure:22981: result: yes configure:23016: checking for cctype configure:23023: result: yes configure:23229: checking cassert usability configure:23241: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 configure:23247: $? = 0 configure:23251: test -z | test ! -s conftest.err configure:23254: $? = 0 configure:23257: test -s conftest.o configure:23260: $? = 0 configure:23270: result: yes configure:23274: checking cassert presence configure:23284: g++ -E conftest.cc configure:23290: $? = 0 configure:23310: result: yes configure:23345: checking for cassert configure:23352: result: yes configure:23558: checking cstdio usability configure:23570: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 configure:23576: $? = 0 configure:23580: test -z | test ! -s conftest.err configure:23583: $? = 0 configure:23586: test -s conftest.o configure:23589: $? = 0 configure:23599: result: yes configure:23603: checking cstdio presence configure:23613: g++ -E conftest.cc configure:23619: $? = 0 configure:23639: result: yes configure:23674: checking for cstdio configure:23681: result: yes configure:23887: checking cstdlib usability configure:23899: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 configure:23905: $? = 0 configure:23909: test -z | test ! -s conftest.err configure:23912: $? = 0 configure:23915: test -s conftest.o configure:23918: $? = 0 configure:23928: result: yes configure:23932: checking cstdlib presence configure:23942: g++ -E conftest.cc configure:23948: $? = 0 configure:23968: result: yes configure:24003: checking for cstdlib configure:24010: result: yes configure:24216: checking cstdarg usability configure:24228: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 configure:24234: $? = 0 configure:24238: test -z | test ! -s conftest.err configure:24241: $? = 0 configure:24244: test -s conftest.o configure:24247: $? = 0 configure:24257: result: yes configure:24261: checking cstdarg presence configure:24271: g++ -E conftest.cc configure:24277: $? = 0 configure:24297: result: yes configure:24332: checking for cstdarg configure:24339: result: yes configure:24545: checking cstring usability configure:24557: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 configure:24563: $? = 0 configure:24567: test -z | test ! -s conftest.err configure:24570: $? = 0 configure:24573: test -s conftest.o configure:24576: $? = 0 configure:24586: result: yes configure:24590: checking cstring presence configure:24600: g++ -E conftest.cc configure:24606: $? = 0 configure:24626: result: yes configure:24661: checking for cstring configure:24668: result: yes configure:24874: checking cfloat usability configure:24886: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 configure:24892: $? = 0 configure:24896: test -z | test ! -s conftest.err configure:24899: $? = 0 configure:24902: test -s conftest.o configure:24905: $? = 0 configure:24915: result: yes configure:24919: checking cfloat presence configure:24929: g++ -E conftest.cc configure:24935: $? = 0 configure:24955: result: yes configure:24990: checking for cfloat configure:24997: result: yes configure:25203: checking ctime usability configure:25215: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 configure:25221: $? = 0 configure:25225: test -z | test ! -s conftest.err configure:25228: $? = 0 configure:25231: test -s conftest.o configure:25234: $? = 0 configure:25244: result: yes configure:25248: checking ctime presence configure:25258: g++ -E conftest.cc configure:25264: $? = 0 configure:25284: result: yes configure:25319: checking for ctime configure:25326: result: yes configure:25541: checking cieeefp usability configure:25553: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 conftest.cc:74:19: error: cieeefp: No such file or directory configure:25559: $? = 1 configure: failed program was: | / confdefs.h. / | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
#define PACKAGE_NAME "Ipopt" | |||||||||||||||||||||||||
#define PACKAGE_TARNAME "ipopt" | |||||||||||||||||||||||||
#define PACKAGE_VERSION "3.5.5" | |||||||||||||||||||||||||
#define PACKAGE_STRING "Ipopt 3.5.5" | |||||||||||||||||||||||||
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |||||||||||||||||||||||||
#define COIN_IPOPT_VERBOSITY 0 | |||||||||||||||||||||||||
#define COIN_IPOPT_CHECKLEVEL 0 | |||||||||||||||||||||||||
#ifdef __cplusplus | |||||||||||||||||||||||||
extern "C" void exit (int) throw (); | |||||||||||||||||||||||||
#endif | |||||||||||||||||||||||||
#define F77FUNC(name,NAME) name ## | |||||||||||||||||||||||||
#define F77FUNC(name,NAME) name ## _ | |||||||||||||||||||||||||
#define PACKAGE "ipopt" | |||||||||||||||||||||||||
#define VERSION "3.5.5" | |||||||||||||||||||||||||
#define STDC_HEADERS 1 | |||||||||||||||||||||||||
#define HAVE_SYS_TYPES_H 1 | |||||||||||||||||||||||||
#define HAVE_SYS_STAT_H 1 | |||||||||||||||||||||||||
#define HAVE_STDLIB_H 1 | |||||||||||||||||||||||||
#define HAVE_STRING_H 1 | |||||||||||||||||||||||||
#define HAVE_MEMORY_H 1 | |||||||||||||||||||||||||
#define HAVE_STRINGS_H 1 | |||||||||||||||||||||||||
#define HAVE_INTTYPES_H 1 | |||||||||||||||||||||||||
#define HAVE_STDINT_H 1 | |||||||||||||||||||||||||
#define HAVE_UNISTD_H 1 | |||||||||||||||||||||||||
#define HAVE_DLFCN_H 1 | |||||||||||||||||||||||||
#define COIN_HAS_IPOPT 1 | |||||||||||||||||||||||||
#define SIZEOF_INT_P 4 | |||||||||||||||||||||||||
#define HAVE_CMATH 1 | |||||||||||||||||||||||||
#define HAVE_CCTYPE 1 | |||||||||||||||||||||||||
#define HAVE_CASSERT 1 | |||||||||||||||||||||||||
#define HAVE_CSTDIO 1 | |||||||||||||||||||||||||
#define HAVE_CSTDLIB 1 | |||||||||||||||||||||||||
#define HAVE_CSTDARG 1 | |||||||||||||||||||||||||
#define HAVE_CSTRING 1 | |||||||||||||||||||||||||
#define HAVE_CFLOAT 1 | |||||||||||||||||||||||||
#define HAVE_CTIME 1 | |||||||||||||||||||||||||
/ end confdefs.h. / | |||||||||||||||||||||||||
#include |
|||||||||||||||||||||||||
#if HAVE_SYS_TYPES_H | |||||||||||||||||||||||||
# include <sys/types.h> | |||||||||||||||||||||||||
#endif | |||||||||||||||||||||||||
#if HAVE_SYS_STAT_H | |||||||||||||||||||||||||
# include <sys/stat.h> | |||||||||||||||||||||||||
#endif | |||||||||||||||||||||||||
#if STDC_HEADERS | |||||||||||||||||||||||||
# include |
|||||||||||||||||||||||||
# include |
|||||||||||||||||||||||||
#else | |||||||||||||||||||||||||
# if HAVE_STDLIB_H | |||||||||||||||||||||||||
# include |
|||||||||||||||||||||||||
# endif | |||||||||||||||||||||||||
#endif | |||||||||||||||||||||||||
#if HAVE_STRING_H | |||||||||||||||||||||||||
# if !STDC_HEADERS && HAVE_MEMORY_H | |||||||||||||||||||||||||
# include |
|||||||||||||||||||||||||
# endif | |||||||||||||||||||||||||
# include |
|||||||||||||||||||||||||
#endif | |||||||||||||||||||||||||
#if HAVE_STRINGS_H | |||||||||||||||||||||||||
# include |
|||||||||||||||||||||||||
#endif | |||||||||||||||||||||||||
#if HAVE_INTTYPES_H | |||||||||||||||||||||||||
# include |
|||||||||||||||||||||||||
#else | |||||||||||||||||||||||||
# if HAVE_STDINT_H | |||||||||||||||||||||||||
# include |
|||||||||||||||||||||||||
# endif | |||||||||||||||||||||||||
#endif | |||||||||||||||||||||||||
#if HAVE_UNISTD_H | |||||||||||||||||||||||||
# include |
|||||||||||||||||||||||||
#endif | |||||||||||||||||||||||||
#include |
configure:25582: result: no configure:25586: checking cieeefp presence configure:25596: g++ -E conftest.cc conftest.cc:40:19: error: cieeefp: No such file or directory configure:25602: $? = 1 configure: failed program was: | / confdefs.h. / |
---|---|
#define PACKAGE_NAME "Ipopt" | |
#define PACKAGE_TARNAME "ipopt" | |
#define PACKAGE_VERSION "3.5.5" | |
#define PACKAGE_STRING "Ipopt 3.5.5" | |
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |
#define COIN_IPOPT_VERBOSITY 0 | |
#define COIN_IPOPT_CHECKLEVEL 0 | |
#ifdef __cplusplus | |
extern "C" void exit (int) throw (); | |
#endif | |
#define F77FUNC(name,NAME) name ## | |
#define F77FUNC(name,NAME) name ## _ | |
#define PACKAGE "ipopt" | |
#define VERSION "3.5.5" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define COIN_HAS_IPOPT 1 | |
#define SIZEOF_INT_P 4 | |
#define HAVE_CMATH 1 | |
#define HAVE_CCTYPE 1 | |
#define HAVE_CASSERT 1 | |
#define HAVE_CSTDIO 1 | |
#define HAVE_CSTDLIB 1 | |
#define HAVE_CSTDARG 1 | |
#define HAVE_CSTRING 1 | |
#define HAVE_CFLOAT 1 | |
#define HAVE_CTIME 1 | |
/ end confdefs.h. / | |
#include |
configure:25622: result: no configure:25657: checking for cieeefp configure:25664: result: no configure:25699: checking ieeefp.h usability configure:25711: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 conftest.cc:74:20: error: ieeefp.h: No such file or directory configure:25717: $? = 1 configure: failed program was: | / confdefs.h. / |
---|---|
#define PACKAGE_NAME "Ipopt" | |
#define PACKAGE_TARNAME "ipopt" | |
#define PACKAGE_VERSION "3.5.5" | |
#define PACKAGE_STRING "Ipopt 3.5.5" | |
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |
#define COIN_IPOPT_VERBOSITY 0 | |
#define COIN_IPOPT_CHECKLEVEL 0 | |
#ifdef __cplusplus | |
extern "C" void exit (int) throw (); | |
#endif | |
#define F77FUNC(name,NAME) name ## | |
#define F77FUNC(name,NAME) name ## _ | |
#define PACKAGE "ipopt" | |
#define VERSION "3.5.5" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define COIN_HAS_IPOPT 1 | |
#define SIZEOF_INT_P 4 | |
#define HAVE_CMATH 1 | |
#define HAVE_CCTYPE 1 | |
#define HAVE_CASSERT 1 | |
#define HAVE_CSTDIO 1 | |
#define HAVE_CSTDLIB 1 | |
#define HAVE_CSTDARG 1 | |
#define HAVE_CSTRING 1 | |
#define HAVE_CFLOAT 1 | |
#define HAVE_CTIME 1 | |
/ end confdefs.h. / | |
#include |
|
#if HAVE_SYS_TYPES_H | |
# include <sys/types.h> | |
#endif | |
#if HAVE_SYS_STAT_H | |
# include <sys/stat.h> | |
#endif | |
#if STDC_HEADERS | |
# include |
|
# include |
|
#else | |
# if HAVE_STDLIB_H | |
# include |
|
# endif | |
#endif | |
#if HAVE_STRING_H | |
# if !STDC_HEADERS && HAVE_MEMORY_H | |
# include |
|
# endif | |
# include |
|
#endif | |
#if HAVE_STRINGS_H | |
# include |
|
#endif | |
#if HAVE_INTTYPES_H | |
# include |
|
#else | |
# if HAVE_STDINT_H | |
# include |
|
# endif | |
#endif | |
#if HAVE_UNISTD_H | |
# include |
|
#endif | |
#include |
configure:25740: result: no configure:25744: checking ieeefp.h presence configure:25754: g++ -E conftest.cc conftest.cc:40:20: error: ieeefp.h: No such file or directory configure:25760: $? = 1 configure: failed program was: | / confdefs.h. / |
---|---|
#define PACKAGE_NAME "Ipopt" | |
#define PACKAGE_TARNAME "ipopt" | |
#define PACKAGE_VERSION "3.5.5" | |
#define PACKAGE_STRING "Ipopt 3.5.5" | |
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |
#define COIN_IPOPT_VERBOSITY 0 | |
#define COIN_IPOPT_CHECKLEVEL 0 | |
#ifdef __cplusplus | |
extern "C" void exit (int) throw (); | |
#endif | |
#define F77FUNC(name,NAME) name ## | |
#define F77FUNC(name,NAME) name ## _ | |
#define PACKAGE "ipopt" | |
#define VERSION "3.5.5" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define COIN_HAS_IPOPT 1 | |
#define SIZEOF_INT_P 4 | |
#define HAVE_CMATH 1 | |
#define HAVE_CCTYPE 1 | |
#define HAVE_CASSERT 1 | |
#define HAVE_CSTDIO 1 | |
#define HAVE_CSTDLIB 1 | |
#define HAVE_CSTDARG 1 | |
#define HAVE_CSTRING 1 | |
#define HAVE_CFLOAT 1 | |
#define HAVE_CTIME 1 | |
/ end confdefs.h. / | |
#include |
configure:25780: result: no configure:25815: checking for ieeefp.h configure:25822: result: no configure:25849: checking whether finite is declared configure:25903: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:75: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object conftest.cc:75: warning: unused variable 'p' configure:25909: $? = 0 configure:25913: test -z | test ! -s conftest.err configure:25916: $? = 0 configure:25919: test -s conftest.o configure:25922: $? = 0 configure:25933: result: yes configure:26138: checking whether va_copy is declared configure:26178: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 configure:26184: $? = 0 configure:26188: test -z | test ! -s conftest.err configure:26191: $? = 0 configure:26194: test -s conftest.o configure:26197: $? = 0 configure:26208: result: yes configure:26223: checking whether drand48 is declared configure:26264: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:64: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object conftest.cc:64: warning: unused variable 'p' configure:26270: $? = 0 configure:26274: test -z | test ! -s conftest.err configure:26277: $? = 0 configure:26280: test -s conftest.o configure:26283: $? = 0 configure:26294: result: yes configure:26305: checking whether rand is declared configure:26346: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:65: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object conftest.cc:65: warning: unused variable 'p' configure:26352: $? = 0 configure:26356: test -z | test ! -s conftest.err configure:26359: $? = 0 configure:26362: test -s conftest.o configure:26365: $? = 0 configure:26376: result: yes configure:26387: checking whether srand is declared configure:26428: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:66: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object conftest.cc:66: warning: unused variable 'p' configure:26434: $? = 0 configure:26438: test -z | test ! -s conftest.err configure:26441: $? = 0 configure:26444: test -s conftest.o configure:26447: $? = 0 configure:26458: result: yes configure:28068: checking whether -lblas has BLAS configure:28336: g++ -o conftest -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc -lblas >&5 /usr/bin/ld: cannot find -lblas collect2: ld returned 1 exit status configure:28342: $? = 1 configure: failed program was: | / confdefs.h. / | |||||
---|---|---|---|---|---|---|---|---|---|---|---|
#define PACKAGE_NAME "Ipopt" | |||||||||||
#define PACKAGE_TARNAME "ipopt" | |||||||||||
#define PACKAGE_VERSION "3.5.5" | |||||||||||
#define PACKAGE_STRING "Ipopt 3.5.5" | |||||||||||
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |||||||||||
#define COIN_IPOPT_VERBOSITY 0 | |||||||||||
#define COIN_IPOPT_CHECKLEVEL 0 | |||||||||||
#ifdef __cplusplus | |||||||||||
extern "C" void exit (int) throw (); | |||||||||||
#endif | |||||||||||
#define F77FUNC(name,NAME) name ## | |||||||||||
#define F77FUNC(name,NAME) name ## _ | |||||||||||
#define PACKAGE "ipopt" | |||||||||||
#define VERSION "3.5.5" | |||||||||||
#define STDC_HEADERS 1 | |||||||||||
#define HAVE_SYS_TYPES_H 1 | |||||||||||
#define HAVE_SYS_STAT_H 1 | |||||||||||
#define HAVE_STDLIB_H 1 | |||||||||||
#define HAVE_STRING_H 1 | |||||||||||
#define HAVE_MEMORY_H 1 | |||||||||||
#define HAVE_STRINGS_H 1 | |||||||||||
#define HAVE_INTTYPES_H 1 | |||||||||||
#define HAVE_STDINT_H 1 | |||||||||||
#define HAVE_UNISTD_H 1 | |||||||||||
#define HAVE_DLFCN_H 1 | |||||||||||
#define COIN_HAS_IPOPT 1 | |||||||||||
#define SIZEOF_INT_P 4 | |||||||||||
#define HAVE_CMATH 1 | |||||||||||
#define HAVE_CCTYPE 1 | |||||||||||
#define HAVE_CASSERT 1 | |||||||||||
#define HAVE_CSTDIO 1 | |||||||||||
#define HAVE_CSTDLIB 1 | |||||||||||
#define HAVE_CSTDARG 1 | |||||||||||
#define HAVE_CSTRING 1 | |||||||||||
#define HAVE_CFLOAT 1 | |||||||||||
#define HAVE_CTIME 1 | |||||||||||
#define MY_C_FINITE finite | |||||||||||
#define HAVE_VA_COPY 1 | |||||||||||
#define HAVE_DRAND48 1 | |||||||||||
#define HAVE_RAND 1 | |||||||||||
#define HAVE_STD__RAND 1 | |||||||||||
/ end confdefs.h. / | |||||||||||
extern "C" {void daxpy_();} | |||||||||||
#ifdef F77_DUMMY_MAIN | |||||||||||
# ifdef __cplusplus | |||||||||||
extern "C" | |||||||||||
# endif | |||||||||||
int F77_DUMMY_MAIN() { return 1; } | |||||||||||
#endif | |||||||||||
int | |||||||||||
main () | |||||||||||
{ | |||||||||||
daxpy_() | |||||||||||
; | |||||||||||
return 0; | |||||||||||
} |
configure:28400: g++ -o conftest -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas conftest.cc -lblas -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../.. -lgfortranbegin -lgfortran -lm -lgcc_s >&5 /usr/bin/ld: cannot find -lblas collect2: ld returned 1 exit status configure:28406: $? = 1 configure: failed program was: | / confdefs.h. / |
---|---|
#define PACKAGE_NAME "Ipopt" | |
#define PACKAGE_TARNAME "ipopt" | |
#define PACKAGE_VERSION "3.5.5" | |
#define PACKAGE_STRING "Ipopt 3.5.5" | |
#define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket" | |
#define COIN_IPOPT_VERBOSITY 0 | |
#define COIN_IPOPT_CHECKLEVEL 0 | |
#ifdef __cplusplus | |
extern "C" void exit (int) throw (); | |
#endif | |
#define F77FUNC(name,NAME) name ## | |
#define F77FUNC(name,NAME) name ## _ | |
#define PACKAGE "ipopt" | |
#define VERSION "3.5.5" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define COIN_HAS_IPOPT 1 | |
#define SIZEOF_INT_P 4 | |
#define HAVE_CMATH 1 | |
#define HAVE_CCTYPE 1 | |
#define HAVE_CASSERT 1 | |
#define HAVE_CSTDIO 1 | |
#define HAVE_CSTDLIB 1 | |
#define HAVE_CSTDARG 1 | |
#define HAVE_CSTRING 1 | |
#define HAVE_CFLOAT 1 | |
#define HAVE_CTIME 1 | |
#define MY_C_FINITE finite | |
#define HAVE_VA_COPY 1 | |
#define HAVE_DRAND48 1 | |
#define HAVE_RAND 1 | |
#define HAVE_STD__RAND 1 | |
/ end confdefs.h. / | |
extern "C" {void daxpy_();} | |
#ifdef F77_DUMMY_MAIN | |
# ifdef __cplusplus | |
extern "C" | |
# endif | |
int F77_DUMMY_MAIN() { return 1; } | |
#endif | |
int | |
main () | |
{ | |
daxpy_() | |
; | |
return 0; | |
} |
configure:28432: result: no configure:28496: error: cannot find BLAS
ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_ADD_CFLAGS_set= ac_cv_env_ADD_CFLAGS_value= ac_cv_env_ADD_CXXFLAGS_set= ac_cv_env_ADD_CXXFLAGS_value= ac_cv_env_ADD_FFLAGS_set= ac_cv_env_ADD_FFLAGS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CDEFS_set= ac_cv_env_CDEFS_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXAR_set= ac_cv_env_CXXAR_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXDEFS_set= ac_cv_env_CXXDEFS_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXXLIBS_set= ac_cv_env_CXXLIBS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_DBG_CFLAGS_set= ac_cv_env_DBG_CFLAGS_value= ac_cv_env_DBG_CXXFLAGS_set= ac_cv_env_DBG_CXXFLAGS_value= ac_cv_env_DBG_FFLAGS_set= ac_cv_env_DBG_FFLAGS_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_MPICC_set= ac_cv_env_MPICC_value= ac_cv_env_MPICXX_set= ac_cv_env_MPICXX_value= ac_cv_env_MPIF77_set= ac_cv_env_MPIF77_value= ac_cv_env_OPT_CFLAGS_set= ac_cv_env_OPT_CFLAGS_value= ac_cv_env_OPT_CXXFLAGS_set= ac_cv_env_OPT_CXXFLAGS_value= ac_cv_env_OPT_FFLAGS_set= ac_cv_env_OPT_FFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=yes ac_cv_f77_dummy_main=none ac_cv_f77_libs=' -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../.. -lgfortranbegin -lgfortran -lm -lgcc_s' ac_cv_f77_mangling='lower case, underscore, no extra underscore' ac_cv_fortran_dummy_main=none ac_cv_have_decl_drand48=yes ac_cv_have_decl_finite=yes ac_cv_have_decl_rand=yes ac_cv_have_decl_srand=yes ac_cv_have_decl_va_copy=yes ac_cv_header_cassert=yes ac_cv_header_cctype=yes ac_cv_header_cfloat=yes ac_cv_header_cieeefp=no ac_cv_header_cmath=yes ac_cv_header_cstdarg=yes ac_cv_header_cstdio=yes ac_cv_header_cstdlib=yes ac_cv_header_cstring=yes ac_cv_header_ctime=yes ac_cv_header_ieeefp_h=no ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=mawk ac_cv_prog_F77=gfortran ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=yes ac_cv_prog_f77_v=-v ac_cv_prog_make_make_set=yes ac_cv_sizeof_int_p=4 ac_cv_type_int_p=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3
ACLOCAL='${SHELL} /home/humberto/CoinIpopt/missing --run aclocal-1.9' ADDLIBS='-lm ' ADD_CFLAGS='' ADD_CXXFLAGS='' ADD_FFLAGS='' AIX_FIX_COMPILER_BUG_FALSE='' AIX_FIX_COMPILER_BUG_TRUE='#' ALWAYS_FALSE_FALSE='' ALWAYS_FALSE_TRUE='#' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/humberto/CoinIpopt/missing --run tar' AR='ar' ASLLIB='' ASL_CPPFLAGS='' ASTYLE='' ASTYLEFLAGS='' AUTOCONF='${SHELL} /home/humberto/CoinIpopt/missing --run autoconf' AUTOHEADER='${SHELL} /home/humberto/CoinIpopt/missing --run autoheader' AUTOMAKE='${SHELL} /home/humberto/CoinIpopt/missing --run automake-1.9' AUX_DIR='' AWK='mawk' BIT32FCOMMENT='' BIT64FCOMMENT='C' BITS_PER_POINTER='32' BLUEGENEEXTRA='echo' BUILDTOOLSDIR='' BUILD_HSLLOADER_FALSE='' BUILD_HSLLOADER_TRUE='' BUILD_INEXACT_FALSE='' BUILD_INEXACT_TRUE='' BUILD_LINEARSOLVERLOADER_FALSE='' BUILD_LINEARSOLVERLOADER_TRUE='' BUILD_PARDISOLOADER_FALSE='' BUILD_PARDISOLOADER_TRUE='' CC='gcc' CCDEPMODE='depmode=gcc3' CDEFS='' CFLAGS='-O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas ' COIN_BUILD_BLAS_FALSE='' COIN_BUILD_BLAS_TRUE='#' COIN_BUILD_LAPACK_FALSE='' COIN_BUILD_LAPACK_TRUE='' COIN_BUILD_MUMPS_FALSE='' COIN_BUILD_MUMPS_TRUE='' COIN_HAS_ASL_FALSE='' COIN_HAS_ASL_TRUE='' COIN_HAS_BLAS_FALSE='' COIN_HAS_BLAS_TRUE='#' COIN_HAS_IPOPT_FALSE='#' COIN_HAS_IPOPT_TRUE='' COIN_HAS_LAPACK_FALSE='' COIN_HAS_LAPACK_TRUE='' COIN_HAS_MUMPS_FALSE='' COIN_HAS_MUMPS_TRUE='' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXAR='ar cru' CXXCPP='g++ -E' CXXDEFS='' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas ' CXXLIBS='-lstdc++ -lm' CYGPATH_W='echo' DBG_CFLAGS='-g -pipe -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas ' DBG_CXXFLAGS='-g -pipe -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas ' DBG_FFLAGS='-g -pipe ' DEFS='' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='gfortran' FADDLIBS='' FFLAGS='-O3 -fomit-frame-pointer -pipe ' FLIBS=' -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../.. -lgfortranbegin -lgfortran -lm -lgcc_s' HAVE_EXTERNALS_FALSE='' HAVE_EXTERNALS_TRUE='#' HAVE_MA27_FALSE='' HAVE_MA27_TRUE='' HAVE_MA28_FALSE='' HAVE_MA28_TRUE='' HAVE_MA57_FALSE='' HAVE_MA57_TRUE='' HAVE_MC19_FALSE='' HAVE_MC19_TRUE='' HAVE_PARDISO_FALSE='' HAVE_PARDISO_TRUE='' HAVE_WSMP_FALSE='' HAVE_WSMP_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' IPALLLIBS='' IPOPTDOCDIR='/home/humberto/CoinIpopt/lib/../share/doc/coin/Ipopt' IPOPTOBJDIR='/home/humberto/CoinIpopt/Ipopt/.' IPOPTSRCDIR='/home/humberto/CoinIpopt/Ipopt' JAVA_HOME='' JIPOPTDLL='' LDFLAGS='' LIBEXT='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/../libtool' LIBTOOLM4='' LN_S='ln -s' LTLIBOBJS='' LT_LDFLAGS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/humberto/CoinIpopt/missing --run makeinfo' MATLAB_HOME='' MPICC='' MPICXX='' MPIF77='' MUMPSINCDIR='' MUMPSLIB='' MUMPS_INCFLAGS='' OBJEXT='o' OPT_CFLAGS='-O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas ' OPT_CXXFLAGS='-O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas ' OPT_FFLAGS='-O3 -fomit-frame-pointer -pipe ' PACKAGE='ipopt' PACKAGE_BUGREPORT='http://projects.coin-or.org/Ipopt/newticket' PACKAGE_NAME='Ipopt' PACKAGE_STRING='Ipopt 3.5.5' PACKAGE_TARNAME='ipopt' PACKAGE_VERSION='3.5.5' PATH_SEPARATOR=':' RANLIB='ranlib' RPATH_FLAGS=' -Wl,--rpath -Wl,/home/humberto/CoinIpopt/lib' SET_MAKE='' SHARED_FLAGS='' SHELL='/bin/bash' STRIP='strip' VERSION='3.5.5' VPATH_DISTCLEANFILES='' abs_bin_dir='/home/humberto/CoinIpopt/bin' abs_include_dir='/home/humberto/CoinIpopt/include' abs_lib_dir='/home/humberto/CoinIpopt/lib' abs_source_dir='/home/humberto/CoinIpopt/Ipopt' ac_c_preproc_warn_flag='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' ac_cxx_preproc_warn_flag='' amfastdepCC_FALSE='#' am__fastdepCC_TRUE='' amfastdepCXX_FALSE='#' amfastdepCXX_TRUE='' aminclude='include' amleading_dot='.' amquote='' amtar='${AMTAR} chof - "$$tardir"' amuntar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' have_autoconf='' have_automake='' have_svn='' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/humberto/CoinIpopt/install-sh' ipoptlib='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='/home/humberto/CoinIpopt' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sol_cc_compiler='' sysconfdir='${prefix}/etc' target_alias=''
extern "C" void exit (int) throw ();
configure: exit 1
Humberto
Comment by @svigerske created at 2009-02-14 22:45:25
Hi,
looks like it does not recognize that you have BLAS under ThirdParty/Blas. Is there a file daxpy.f under ThirdParty/Blas. It should have been created when you executed get.Blas. Did configure create a Makefile in ThirdParty/Blas ? Is a libcoinblas.la successfully created when you do make in ThirdParty/Blas ?
Stefan
Comment by humberto created at 2009-02-17 13:31:42
Replying to [comment:5 stefan]:
Hi,
looks like it does not recognize that you have BLAS under ThirdParty/Blas. Is there a file daxpy.f under ThirdParty/Blas. It should have been created when you executed get.Blas. Did configure create a Makefile in ThirdParty/Blas ? Is a libcoinblas.la successfully created when you do make in ThirdParty/Blas ?
Stefan
Hi,
Yes the file daxpy.f is under ThirdParty/Blas. In ThirdParty/Blas there are two Makefile files with extensions am and in. I have not done make in ThirdParty/Blas, What commands I need to use? In ThirdParty/Blas there are more than 150 fortran files, I assume this is libcoinblas.la
Humberto
Comment by @svigerske created at 2009-02-17 13:43:49
Hi,
configure should have created a Makefile in ThirdParty/Blas. But according to the first config.log file, it did not recognize that Blas is there:
configure:20738: checking whether code for third party package Blas is available
configure:20767: result: no
Please run configure again and check whether it found you Blas download under ThirdParty/Blas. It should print a line like
checking whether code for third party package Blas is available... yes
Looks like it also did not find your other third party packages (Lapack, HSL, Mumps...).
Best, Stefan
Comment by humberto created at 2009-02-22 15:19:34
Replying to [comment:7 stefan]:
Hi,
configure should have created a Makefile in ThirdParty/Blas. But according to the first config.log file, it did not recognize that Blas is there: {{{ configure:20738: checking whether code for third party package Blas is available configure:20767: result: no }}} Please run configure again and check whether it found you Blas download under ThirdParty/Blas. It should print a line like {{{ checking whether code for third party package Blas is available... yes }}} Looks like it also did not find your other third party packages (Lapack, HSL, Mumps...).
Best, Stefan
Hi,
Finally, I was able to configure Ipopt. My problem was that the ThirdParty directory with the packages (Blas, Lapack, Mumps...) was inside of the Ipopt directory and the configure script run from CoinIpopt did not find ThirdParty. I moved ThirdParty to CoinIpopt and I ran configure from CoinIpopt, it stoped with the line “configure: Main configuration of Ipopt successful".
I also did successfully the following steps: Build code with $ make; Verify that the compilation was successful with $ make test;Install Ipopt with $ make install. I appreciate for your help and for any advice you can tell me.
Humberto
Comment by @andrea5w created at 2009-02-23 03:09:22
Resolution: worksforme
Issue created by migration from Trac.
Original creator: humberto
Original creation time: 2009-02-13 14:09:11
Assignee: @andrea5w
Version: 0.5
I would appreciate if somebody help me with to configure Ipopt. I have tried to configure Ipopt from different ways without success. I have the following folders: CoinIpopt/Ipopt/ThirdParty and in ThirdParty are ASL, BLAS, HSL, Lapack and Mumps. I used the following command
humberto
@
humberto-laptop:~/CoinIpopt$ ./configurestoping the configuration with the following lines:
checking whether -lblas has BLAS... no configure: error: cannot find BLAS configure: error: /bin/bash './configure' failed for Ipopt humberto
@
humberto-laptop:~/CoinIpopt$Below is the last part from the config.log
----------------
Cache variables.
----------------
ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_ADD_CFLAGS_set= ac_cv_env_ADD_CFLAGS_value= ac_cv_env_ADD_CXXFLAGS_set= ac_cv_env_ADD_CXXFLAGS_value= ac_cv_env_ADD_FFLAGS_set= ac_cv_env_ADD_FFLAGS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CDEFS_set= ac_cv_env_CDEFS_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_COIN_SKIP_PROJECTS_set= ac_cv_env_COIN_SKIP_PROJECTS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXDEFS_set= ac_cv_env_CXXDEFS_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_DBG_CFLAGS_set= ac_cv_env_DBG_CFLAGS_value= ac_cv_env_DBG_CXXFLAGS_set= ac_cv_env_DBG_CXXFLAGS_value= ac_cv_env_DBG_FFLAGS_set= ac_cv_env_DBG_FFLAGS_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_MPICC_set= ac_cv_env_MPICC_value= ac_cv_env_MPICXX_set= ac_cv_env_MPICXX_value= ac_cv_env_MPIF77_set= ac_cv_env_MPIF77_value= ac_cv_env_OPT_CFLAGS_set= ac_cv_env_OPT_CFLAGS_value= ac_cv_env_OPT_CXXFLAGS_set= ac_cv_env_OPT_CXXFLAGS_value= ac_cv_env_OPT_FFLAGS_set= ac_cv_env_OPT_FFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=mawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_F77=gfortran ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '_s/^.[ ]([ABCDGIRSTW][ABCDGIRSTW])[ ][ ]([_A-Za-z][_A-Za-z0-9])$/\1 \2 \2/p'_' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '_s/^: ([^ ]) $/ {\"\1\", (ltptr) 0},/p'\ -e '_s/^[BCDEGRST] ([^ ]) ([^ ])$/ {"\2", (ltptr) \&\2},/p'\' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '_s/^. . (.)$/extern int \1;/p'_' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '_s/^.[ ]\([ABCDGIRSTW][ABCDGIRSTW]\)[ ][ ]\([_A-Za-z][A-Za-z0-9]*\)\$/\1 \2 \2/p'\"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '_s/^: \([^ ]\) \$/ {\\"\1\\", (ltptr) 0},/p'\ -e '_s/^[BCDEGRST] \([^ ]\) \([^ ]\)\$/ {\"\2\", (ltptr) \&\2},/p'\"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '_s/^. . \(.*\)\$/extern int \1;/p'_"'
-----------------
Output variables.
-----------------
ACLOCAL='${SHELL} /home/humberto/CoinIpopt/missing --run aclocal-1.9' ADD_CFLAGS='' ADD_CXXFLAGS='' ADD_FFLAGS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/humberto/CoinIpopt/missing --run tar' AR='ar' AUTOCONF='${SHELL} /home/humberto/CoinIpopt/missing --run autoconf' AUTOHEADER='${SHELL} /home/humberto/CoinIpopt/missing --run autoheader' AUTOMAKE='${SHELL} /home/humberto/CoinIpopt/missing --run automake-1.9' AUX_DIR='' AWK='mawk' BUILDTOOLSDIR='' CC='gcc' CCDEPMODE='depmode=gcc3' CDEFS='' CFLAGS='-O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas ' COIN_SKIP_PROJECTS='' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEFS='' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas ' CYGPATH_W='echo' DBG_CFLAGS='-g -pipe -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas ' DBG_CXXFLAGS='-g -pipe -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas ' DBG_FFLAGS='-g -pipe ' DEFS='-DPACKAGE_NAME=\"Ipopt\" -DPACKAGE_TARNAME=\"ipopt\" -DPACKAGE_VERSION=\"3.5stable\" -DPACKAGE_STRING=\"Ipopt\ 3.5stable\" -DPACKAGE_BUGREPORT=\"http://projects.coin-or.org/Ipopt/newticket\" -DPACKAGE=\"ipopt\" -DVERSION=\"3.5stable\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 ' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='gfortran' FFLAGS='-O3 -fomit-frame-pointer -pipe ' HAVE_EXTERNALS_FALSE='' HAVE_EXTERNALS_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBEXT='a' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOLM4='' LN_S='ln -s' LTLIBOBJS='' LT_LDFLAGS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/humberto/CoinIpopt/missing --run makeinfo' MPICC='' MPICXX='' MPIF77='' OBJEXT='o' OPT_CFLAGS='-O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas ' OPT_CXXFLAGS='-O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas ' OPT_FFLAGS='-O3 -fomit-frame-pointer -pipe ' PACKAGE='ipopt' PACKAGE_BUGREPORT='http://projects.coin-or.org/Ipopt/newticket' PACKAGE_NAME='Ipopt' PACKAGE_STRING='Ipopt 3.5stable' PACKAGE_TARNAME='ipopt' PACKAGE_VERSION='3.5stable' PATH_SEPARATOR=':' RANLIB='ranlib' RPATH_FLAGS=' -Wl,--rpath -Wl,/home/humberto/CoinIpopt/lib' SET_MAKE='' SHELL='/bin/bash' STRIP='strip' VERSION='3.5stable' VPATH_DISTCLEANFILES='' abs_bin_dir='/home/humberto/CoinIpopt/bin' abs_include_dir='/home/humberto/CoinIpopt/include' abs_lib_dir='/home/humberto/CoinIpopt/lib' abs_source_dir='/home/humberto/CoinIpopt' ac_c_preproc_warn_flag='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' ac_cxx_preproc_warn_flag='' amfastdepCC_FALSE='#' am__fastdepCC_TRUE='' amfastdepCXX_FALSE='#' amfastdepCXX_TRUE='' aminclude='include' amleading_dot='.' amquote='' amtar='${AMTAR} chof - "$$tardir"' amuntar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='${prefix}' have_autoconf='' have_automake='' have_svn='' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/humberto/CoinIpopt/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='/home/humberto/CoinIpopt' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sol_cc_compiler='' subdirs=' Ipopt' sysconfdir='${prefix}/etc' target_alias=''
configure: exit 1