Skip to content

Instantly share code, notes, and snippets.

@rschwarz
Created September 10, 2016 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rschwarz/e8f7373dd6cdccbddb823612657d8378 to your computer and use it in GitHub Desktop.
Save rschwarz/e8f7373dd6cdccbddb823612657d8378 to your computer and use it in GitHub Desktop.
Ipopt compilation with additional configure flags
julia> Pkg.build("Ipopt")
INFO: Building Ipopt
INFO: Attempting to Create directory /home/rs/.julia/v0.4/Ipopt/deps/downloads
INFO: Directory /home/rs/.julia/v0.4/Ipopt/deps/downloads already created
INFO: Downloading file http://www.coin-or.org/download/source/Ipopt/Ipopt-3.12.1.tgz
INFO: Done downloading file http://www.coin-or.org/download/source/Ipopt/Ipopt-3.12.1.tgz
INFO: Attempting to Create directory /home/rs/.julia/v0.4/Ipopt/deps/src
INFO: Directory /home/rs/.julia/v0.4/Ipopt/deps/src already created
INFO: Attempting to Create directory /home/rs/.julia/v0.4/Ipopt/deps
INFO: Directory /home/rs/.julia/v0.4/Ipopt/deps already created
INFO: Path /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1 already created
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Blas
INFO: Attempting to Create directory build
INFO: Directory build already created
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Blas
Running script for downloading the source code for BLAS
Downloading the source code from projects.coin-or.org...
--2016-09-10 13:21:11-- http://www.coin-or.org/BuildTools/Blas/blas-20130815.tgz
Resolving www.coin-or.org (www.coin-or.org)... 130.127.206.21
Connecting to www.coin-or.org (www.coin-or.org)|130.127.206.21|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 99927 (98K) [application/x-gzip]
Saving to: ‘blas-20130815.tgz’
blas-20130815.tgz 100%[=====================>] 97.58K 142KB/s in 0.7s
2016-09-10 13:21:13 (142 KB/s) - ‘blas-20130815.tgz’ saved [99927/99927]
Uncompressing the tarball...
Unpacking the source code...
Deleting the tar file...
Moving the source files from BLAS subdirectory
Done downloading the source code for BLAS.
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Blas/build
checking for svnversion... no
checking build system type... x86_64-unknown-linux-gnu
checking whether we want to compile in debug mode... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
configure: C compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DBLAS_BUILD
configure: Trying to determine Fortran compiler name
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: Fortran compiler options are: -O3 -pipe
checking how to get verbose linking output from gfortran... -v
checking for Fortran libraries of gfortran... -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lgcc_s -lquadmath
configure: Corrected Fortran libraries: -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking for pkg-config... no
checking for egrep... grep -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: Build is "x86_64-unknown-linux-gnu".
checking if library version is set... 5:2:4
checking which command should be used to link input files... ln -s
configure: creating ./config.status
config.status: creating Makefile
config.status: creating coinblas.pc
config.status: creating coinblas-uninstalled.pc
config.status: executing depfiles commands
configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure: Configuration of ThirdPartyBlas successful
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Blas/build
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Blas/build'
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib"
/bin/bash ./libtool --mode=install /usr/bin/install -c 'libcoinblas.la' '/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.la'
/usr/bin/install -c .libs/libcoinblas.lai /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.la
/usr/bin/install -c .libs/libcoinblas.a /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a
chmod 644 /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a
ranlib /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a
PATH="$PATH:/sbin" ldconfig -n /home/rs/.julia/v0.4/Ipopt/deps/usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/rs/.julia/v0.4/Ipopt/deps/usr/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig"
/usr/bin/install -c -m 644 'coinblas.pc' '/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig/coinblas.pc'
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Blas/build'
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Lapack
INFO: Attempting to Create directory build
INFO: Directory build already created
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Lapack
Running script for downloading the source code for LAPACK
Downloading the source code from projects.coin-or.org...
--2016-09-10 13:21:21-- http://www.coin-or.org/BuildTools/Lapack/lapack-3.4.2.tgz
Resolving www.coin-or.org (www.coin-or.org)... 130.127.206.21
Connecting to www.coin-or.org (www.coin-or.org)|130.127.206.21|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6168281 (5.9M) [application/x-gzip]
Saving to: ‘lapack-3.4.2.tgz’
lapack-3.4.2.tgz 100%[=====================>] 5.88M 930KB/s in 9.9s
2016-09-10 13:21:31 (610 KB/s) - ‘lapack-3.4.2.tgz’ saved [6168281/6168281]
Uncompressing the tarball...
Unpacking the source code...
Deleting the tar file...
Done downloading the source code for LAPACK.
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Lapack/build
checking for svnversion... no
checking build system type... x86_64-unknown-linux-gnu
checking whether we want to compile in debug mode... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
configure: C compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DLAPACK_BUILD
configure: Trying to determine Fortran compiler name
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: Fortran compiler options are: -O3 -pipe
checking how to get verbose linking output from gfortran... -v
checking for Fortran libraries of gfortran... -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lgcc_s -lquadmath
configure: Corrected Fortran libraries: -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking for pkg-config... no
checking whether user supplied BLASLIB="/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran" works... yes: /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran
checking for egrep... grep -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: Build is "x86_64-unknown-linux-gnu".
checking if library version is set... 6:2:5
checking which command should be used to link input files... ln -s
configure: creating ./config.status
config.status: creating Makefile
config.status: creating coinlapack.pc
config.status: creating coinlapack-uninstalled.pc
config.status: linking ../LAPACK/SRC/dbdsqr.f to dbdsqr.f
config.status: linking ../LAPACK/SRC/dgebal.f to dgebal.f
config.status: linking ../LAPACK/SRC/dgebak.f to dgebak.f
config.status: linking ../LAPACK/SRC/dgebd2.f to dgebd2.f
config.status: linking ../LAPACK/SRC/dgebrd.f to dgebrd.f
config.status: linking ../LAPACK/SRC/dgeev.f to dgeev.f
config.status: linking ../LAPACK/SRC/dgehd2.f to dgehd2.f
config.status: linking ../LAPACK/SRC/dgehrd.f to dgehrd.f
config.status: linking ../LAPACK/SRC/dgelq2.f to dgelq2.f
config.status: linking ../LAPACK/SRC/dgelqf.f to dgelqf.f
config.status: linking ../LAPACK/SRC/dgels.f to dgels.f
config.status: linking ../LAPACK/SRC/dgeqr2.f to dgeqr2.f
config.status: linking ../LAPACK/SRC/dgeqrf.f to dgeqrf.f
config.status: linking ../LAPACK/SRC/dgesvd.f to dgesvd.f
config.status: linking ../LAPACK/SRC/dgesv.f to dgesv.f
config.status: linking ../LAPACK/SRC/dgetf2.f to dgetf2.f
config.status: linking ../LAPACK/SRC/dgetrf.f to dgetrf.f
config.status: linking ../LAPACK/SRC/dgetri.f to dgetri.f
config.status: linking ../LAPACK/SRC/dgetrs.f to dgetrs.f
config.status: linking ../LAPACK/SRC/dggbak.f to dggbak.f
config.status: linking ../LAPACK/SRC/dggbal.f to dggbal.f
config.status: linking ../LAPACK/SRC/dgghrd.f to dgghrd.f
config.status: linking ../LAPACK/SRC/dggev.f to dggev.f
config.status: linking ../LAPACK/SRC/dhgeqz.f to dhgeqz.f
config.status: linking ../LAPACK/SRC/dhseqr.f to dhseqr.f
config.status: linking ../LAPACK/SRC/disnan.f to disnan.f
config.status: linking ../LAPACK/SRC/dlabad.f to dlabad.f
config.status: linking ../LAPACK/SRC/dlabrd.f to dlabrd.f
config.status: linking ../LAPACK/SRC/dlacpy.f to dlacpy.f
config.status: linking ../LAPACK/SRC/dladiv.f to dladiv.f
config.status: linking ../LAPACK/SRC/dlaebz.f to dlaebz.f
config.status: linking ../LAPACK/SRC/dlae2.f to dlae2.f
config.status: linking ../LAPACK/SRC/dlaev2.f to dlaev2.f
config.status: linking ../LAPACK/SRC/dlaexc.f to dlaexc.f
config.status: linking ../LAPACK/SRC/dlagtf.f to dlagtf.f
config.status: linking ../LAPACK/SRC/dlagts.f to dlagts.f
config.status: linking ../LAPACK/SRC/dlag2.f to dlag2.f
config.status: linking ../LAPACK/SRC/dlahqr.f to dlahqr.f
config.status: linking ../LAPACK/SRC/dlahr2.f to dlahr2.f
config.status: linking ../LAPACK/SRC/dlaisnan.f to dlaisnan.f
config.status: linking ../LAPACK/SRC/dlaln2.f to dlaln2.f
config.status: linking ../LAPACK/SRC/dlaneg.f to dlaneg.f
config.status: linking ../LAPACK/SRC/dlange.f to dlange.f
config.status: linking ../LAPACK/SRC/dlanhs.f to dlanhs.f
config.status: linking ../LAPACK/SRC/dlanst.f to dlanst.f
config.status: linking ../LAPACK/SRC/dlansy.f to dlansy.f
config.status: linking ../LAPACK/SRC/dlanv2.f to dlanv2.f
config.status: linking ../LAPACK/SRC/dlapy2.f to dlapy2.f
config.status: linking ../LAPACK/SRC/dlapy3.f to dlapy3.f
config.status: linking ../LAPACK/SRC/dlaqr0.f to dlaqr0.f
config.status: linking ../LAPACK/SRC/dlaqr1.f to dlaqr1.f
config.status: linking ../LAPACK/SRC/dlaqr2.f to dlaqr2.f
config.status: linking ../LAPACK/SRC/dlaqr3.f to dlaqr3.f
config.status: linking ../LAPACK/SRC/dlaqr4.f to dlaqr4.f
config.status: linking ../LAPACK/SRC/dlaqr5.f to dlaqr5.f
config.status: linking ../LAPACK/SRC/dlarf.f to dlarf.f
config.status: linking ../LAPACK/SRC/dlarfb.f to dlarfb.f
config.status: linking ../LAPACK/SRC/dlarfg.f to dlarfg.f
config.status: linking ../LAPACK/SRC/dlarft.f to dlarft.f
config.status: linking ../LAPACK/SRC/dlarfx.f to dlarfx.f
config.status: linking ../LAPACK/SRC/dlarnv.f to dlarnv.f
config.status: linking ../LAPACK/SRC/dlarra.f to dlarra.f
config.status: linking ../LAPACK/SRC/dlarrb.f to dlarrb.f
config.status: linking ../LAPACK/SRC/dlarrc.f to dlarrc.f
config.status: linking ../LAPACK/SRC/dlarrd.f to dlarrd.f
config.status: linking ../LAPACK/SRC/dlarre.f to dlarre.f
config.status: linking ../LAPACK/SRC/dlarrf.f to dlarrf.f
config.status: linking ../LAPACK/SRC/dlarrj.f to dlarrj.f
config.status: linking ../LAPACK/SRC/dlarrk.f to dlarrk.f
config.status: linking ../LAPACK/SRC/dlarrr.f to dlarrr.f
config.status: linking ../LAPACK/SRC/dlarrv.f to dlarrv.f
config.status: linking ../LAPACK/SRC/dlartg.f to dlartg.f
config.status: linking ../LAPACK/SRC/dlartv.f to dlartv.f
config.status: linking ../LAPACK/SRC/dlaruv.f to dlaruv.f
config.status: linking ../LAPACK/SRC/dlar1v.f to dlar1v.f
config.status: linking ../LAPACK/SRC/dlas2.f to dlas2.f
config.status: linking ../LAPACK/SRC/dlascl.f to dlascl.f
config.status: linking ../LAPACK/SRC/dlaset.f to dlaset.f
config.status: linking ../LAPACK/SRC/dlasq1.f to dlasq1.f
config.status: linking ../LAPACK/SRC/dlasq2.f to dlasq2.f
config.status: linking ../LAPACK/SRC/dlasq3.f to dlasq3.f
config.status: linking ../LAPACK/SRC/dlasq4.f to dlasq4.f
config.status: linking ../LAPACK/SRC/dlasq5.f to dlasq5.f
config.status: linking ../LAPACK/SRC/dlasq6.f to dlasq6.f
config.status: linking ../LAPACK/SRC/dlasr.f to dlasr.f
config.status: linking ../LAPACK/SRC/dlasrt.f to dlasrt.f
config.status: linking ../LAPACK/SRC/dlaswp.f to dlaswp.f
config.status: linking ../LAPACK/SRC/dlassq.f to dlassq.f
config.status: linking ../LAPACK/SRC/dlasv2.f to dlasv2.f
config.status: linking ../LAPACK/SRC/dlasyf.f to dlasyf.f
config.status: linking ../LAPACK/SRC/dlasy2.f to dlasy2.f
config.status: linking ../LAPACK/SRC/dlatrd.f to dlatrd.f
config.status: linking ../LAPACK/SRC/dorg2l.f to dorg2l.f
config.status: linking ../LAPACK/SRC/dorg2r.f to dorg2r.f
config.status: linking ../LAPACK/SRC/dorgbr.f to dorgbr.f
config.status: linking ../LAPACK/SRC/dorghr.f to dorghr.f
config.status: linking ../LAPACK/SRC/dorglq.f to dorglq.f
config.status: linking ../LAPACK/SRC/dorgl2.f to dorgl2.f
config.status: linking ../LAPACK/SRC/dorgql.f to dorgql.f
config.status: linking ../LAPACK/SRC/dorgqr.f to dorgqr.f
config.status: linking ../LAPACK/SRC/dorgtr.f to dorgtr.f
config.status: linking ../LAPACK/SRC/dorm2r.f to dorm2r.f
config.status: linking ../LAPACK/SRC/dormbr.f to dormbr.f
config.status: linking ../LAPACK/SRC/dormhr.f to dormhr.f
config.status: linking ../LAPACK/SRC/dorml2.f to dorml2.f
config.status: linking ../LAPACK/SRC/dormlq.f to dormlq.f
config.status: linking ../LAPACK/SRC/dormql.f to dormql.f
config.status: linking ../LAPACK/SRC/dormqr.f to dormqr.f
config.status: linking ../LAPACK/SRC/dormtr.f to dormtr.f
config.status: linking ../LAPACK/SRC/dorm2l.f to dorm2l.f
config.status: linking ../LAPACK/SRC/dpotf2.f to dpotf2.f
config.status: linking ../LAPACK/SRC/dpotrf.f to dpotrf.f
config.status: linking ../LAPACK/SRC/dpotrs.f to dpotrs.f
config.status: linking ../LAPACK/SRC/dppsv.f to dppsv.f
config.status: linking ../LAPACK/SRC/dpptrf.f to dpptrf.f
config.status: linking ../LAPACK/SRC/dpptrs.f to dpptrs.f
config.status: linking ../LAPACK/SRC/dstebz.f to dstebz.f
config.status: linking ../LAPACK/SRC/dstein.f to dstein.f
config.status: linking ../LAPACK/SRC/dstemr.f to dstemr.f
config.status: linking ../LAPACK/SRC/dsteqr.f to dsteqr.f
config.status: linking ../LAPACK/SRC/dsterf.f to dsterf.f
config.status: linking ../LAPACK/SRC/dsyev.f to dsyev.f
config.status: linking ../LAPACK/SRC/dsyevr.f to dsyevr.f
config.status: linking ../LAPACK/SRC/dsyevx.f to dsyevx.f
config.status: linking ../LAPACK/SRC/dsytd2.f to dsytd2.f
config.status: linking ../LAPACK/SRC/dsytf2.f to dsytf2.f
config.status: linking ../LAPACK/SRC/dsytrd.f to dsytrd.f
config.status: linking ../LAPACK/SRC/dsytrf.f to dsytrf.f
config.status: linking ../LAPACK/SRC/dsytri.f to dsytri.f
config.status: linking ../LAPACK/SRC/dtgevc.f to dtgevc.f
config.status: linking ../LAPACK/SRC/dtrevc.f to dtrevc.f
config.status: linking ../LAPACK/SRC/dtrexc.f to dtrexc.f
config.status: linking ../LAPACK/SRC/dtrti2.f to dtrti2.f
config.status: linking ../LAPACK/SRC/dtrtri.f to dtrtri.f
config.status: linking ../LAPACK/SRC/dtrtrs.f to dtrtrs.f
config.status: linking ../LAPACK/SRC/ieeeck.f to ieeeck.f
config.status: linking ../LAPACK/SRC/iladlc.f to iladlc.f
config.status: linking ../LAPACK/SRC/iladlr.f to iladlr.f
config.status: linking ../LAPACK/SRC/ilaenv.f to ilaenv.f
config.status: linking ../LAPACK/SRC/iparmq.f to iparmq.f
config.status: linking ../LAPACK/SRC/sgetf2.f to sgetf2.f
config.status: linking ../LAPACK/SRC/sgetrf.f to sgetrf.f
config.status: linking ../LAPACK/SRC/slaswp.f to slaswp.f
config.status: linking ../LAPACK/SRC/zgetf2.f to zgetf2.f
config.status: linking ../LAPACK/SRC/zgetrf.f to zgetrf.f
config.status: linking ../LAPACK/SRC/zlacgv.f to zlacgv.f
config.status: linking ../LAPACK/SRC/zlacpy.f to zlacpy.f
config.status: linking ../LAPACK/SRC/zlaev2.f to zlaev2.f
config.status: linking ../LAPACK/SRC/zlaswp.f to zlaswp.f
config.status: linking ../LAPACK/SRC/zpotf2.f to zpotf2.f
config.status: linking ../LAPACK/SRC/zrot.f to zrot.f
config.status: linking ../LAPACK/SRC/zsymv.f to zsymv.f
config.status: linking ../LAPACK/SRC/zsyr.f to zsyr.f
config.status: linking ../LAPACK/SRC/zsytri.f to zsytri.f
config.status: linking ../LAPACK/INSTALL/dlamch.f to dlamch.f
config.status: linking ../LAPACK/INSTALL/slamch.f to slamch.f
config.status: executing depfiles commands
configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure: Configuration of ThirdPartyLapack successful
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Lapack/build
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dbdsqr.lo dbdsqr.f
gfortran -O3 -pipe -c dbdsqr.f -fPIC -o dbdsqr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgebal.lo dgebal.f
gfortran -O3 -pipe -c dgebal.f -fPIC -o dgebal.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgebak.lo dgebak.f
gfortran -O3 -pipe -c dgebak.f -fPIC -o dgebak.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgebd2.lo dgebd2.f
gfortran -O3 -pipe -c dgebd2.f -fPIC -o dgebd2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgebrd.lo dgebrd.f
gfortran -O3 -pipe -c dgebrd.f -fPIC -o dgebrd.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgeev.lo dgeev.f
gfortran -O3 -pipe -c dgeev.f -fPIC -o dgeev.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgehd2.lo dgehd2.f
gfortran -O3 -pipe -c dgehd2.f -fPIC -o dgehd2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgehrd.lo dgehrd.f
gfortran -O3 -pipe -c dgehrd.f -fPIC -o dgehrd.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgelq2.lo dgelq2.f
gfortran -O3 -pipe -c dgelq2.f -fPIC -o dgelq2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgelqf.lo dgelqf.f
gfortran -O3 -pipe -c dgelqf.f -fPIC -o dgelqf.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgels.lo dgels.f
gfortran -O3 -pipe -c dgels.f -fPIC -o dgels.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgeqr2.lo dgeqr2.f
gfortran -O3 -pipe -c dgeqr2.f -fPIC -o dgeqr2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgeqrf.lo dgeqrf.f
gfortran -O3 -pipe -c dgeqrf.f -fPIC -o dgeqrf.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgesvd.lo dgesvd.f
gfortran -O3 -pipe -c dgesvd.f -fPIC -o dgesvd.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgesv.lo dgesv.f
gfortran -O3 -pipe -c dgesv.f -fPIC -o dgesv.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgetf2.lo dgetf2.f
gfortran -O3 -pipe -c dgetf2.f -fPIC -o dgetf2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgetrf.lo dgetrf.f
gfortran -O3 -pipe -c dgetrf.f -fPIC -o dgetrf.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgetri.lo dgetri.f
gfortran -O3 -pipe -c dgetri.f -fPIC -o dgetri.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgetrs.lo dgetrs.f
gfortran -O3 -pipe -c dgetrs.f -fPIC -o dgetrs.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dggbak.lo dggbak.f
gfortran -O3 -pipe -c dggbak.f -fPIC -o dggbak.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dggbal.lo dggbal.f
gfortran -O3 -pipe -c dggbal.f -fPIC -o dggbal.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dgghrd.lo dgghrd.f
gfortran -O3 -pipe -c dgghrd.f -fPIC -o dgghrd.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dggev.lo dggev.f
gfortran -O3 -pipe -c dggev.f -fPIC -o dggev.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dhgeqz.lo dhgeqz.f
gfortran -O3 -pipe -c dhgeqz.f -fPIC -o dhgeqz.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dhseqr.lo dhseqr.f
gfortran -O3 -pipe -c dhseqr.f -fPIC -o dhseqr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o disnan.lo disnan.f
gfortran -O3 -pipe -c disnan.f -fPIC -o disnan.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlabad.lo dlabad.f
gfortran -O3 -pipe -c dlabad.f -fPIC -o dlabad.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlabrd.lo dlabrd.f
gfortran -O3 -pipe -c dlabrd.f -fPIC -o dlabrd.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlacpy.lo dlacpy.f
gfortran -O3 -pipe -c dlacpy.f -fPIC -o dlacpy.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dladiv.lo dladiv.f
gfortran -O3 -pipe -c dladiv.f -fPIC -o dladiv.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaebz.lo dlaebz.f
gfortran -O3 -pipe -c dlaebz.f -fPIC -o dlaebz.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlae2.lo dlae2.f
gfortran -O3 -pipe -c dlae2.f -fPIC -o dlae2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaev2.lo dlaev2.f
gfortran -O3 -pipe -c dlaev2.f -fPIC -o dlaev2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaexc.lo dlaexc.f
gfortran -O3 -pipe -c dlaexc.f -fPIC -o dlaexc.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlagtf.lo dlagtf.f
gfortran -O3 -pipe -c dlagtf.f -fPIC -o dlagtf.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlagts.lo dlagts.f
gfortran -O3 -pipe -c dlagts.f -fPIC -o dlagts.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlag2.lo dlag2.f
gfortran -O3 -pipe -c dlag2.f -fPIC -o dlag2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlahqr.lo dlahqr.f
gfortran -O3 -pipe -c dlahqr.f -fPIC -o dlahqr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlahr2.lo dlahr2.f
gfortran -O3 -pipe -c dlahr2.f -fPIC -o dlahr2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaisnan.lo dlaisnan.f
gfortran -O3 -pipe -c dlaisnan.f -fPIC -o dlaisnan.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaln2.lo dlaln2.f
gfortran -O3 -pipe -c dlaln2.f -fPIC -o dlaln2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -O0 -c -o dlamch.lo dlamch.f
gfortran -O3 -pipe -O0 -c dlamch.f -fPIC -o dlamch.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaneg.lo dlaneg.f
gfortran -O3 -pipe -c dlaneg.f -fPIC -o dlaneg.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlange.lo dlange.f
gfortran -O3 -pipe -c dlange.f -fPIC -o dlange.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlanhs.lo dlanhs.f
gfortran -O3 -pipe -c dlanhs.f -fPIC -o dlanhs.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlanst.lo dlanst.f
gfortran -O3 -pipe -c dlanst.f -fPIC -o dlanst.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlansy.lo dlansy.f
gfortran -O3 -pipe -c dlansy.f -fPIC -o dlansy.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlanv2.lo dlanv2.f
gfortran -O3 -pipe -c dlanv2.f -fPIC -o dlanv2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlapy2.lo dlapy2.f
gfortran -O3 -pipe -c dlapy2.f -fPIC -o dlapy2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlapy3.lo dlapy3.f
gfortran -O3 -pipe -c dlapy3.f -fPIC -o dlapy3.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaqr0.lo dlaqr0.f
gfortran -O3 -pipe -c dlaqr0.f -fPIC -o dlaqr0.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaqr1.lo dlaqr1.f
gfortran -O3 -pipe -c dlaqr1.f -fPIC -o dlaqr1.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaqr2.lo dlaqr2.f
gfortran -O3 -pipe -c dlaqr2.f -fPIC -o dlaqr2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaqr3.lo dlaqr3.f
gfortran -O3 -pipe -c dlaqr3.f -fPIC -o dlaqr3.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaqr4.lo dlaqr4.f
gfortran -O3 -pipe -c dlaqr4.f -fPIC -o dlaqr4.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaqr5.lo dlaqr5.f
gfortran -O3 -pipe -c dlaqr5.f -fPIC -o dlaqr5.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarf.lo dlarf.f
gfortran -O3 -pipe -c dlarf.f -fPIC -o dlarf.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarfb.lo dlarfb.f
gfortran -O3 -pipe -c dlarfb.f -fPIC -o dlarfb.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarfg.lo dlarfg.f
gfortran -O3 -pipe -c dlarfg.f -fPIC -o dlarfg.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarft.lo dlarft.f
gfortran -O3 -pipe -c dlarft.f -fPIC -o dlarft.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarfx.lo dlarfx.f
gfortran -O3 -pipe -c dlarfx.f -fPIC -o dlarfx.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarnv.lo dlarnv.f
gfortran -O3 -pipe -c dlarnv.f -fPIC -o dlarnv.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarra.lo dlarra.f
gfortran -O3 -pipe -c dlarra.f -fPIC -o dlarra.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarrb.lo dlarrb.f
gfortran -O3 -pipe -c dlarrb.f -fPIC -o dlarrb.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarrc.lo dlarrc.f
gfortran -O3 -pipe -c dlarrc.f -fPIC -o dlarrc.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarrd.lo dlarrd.f
gfortran -O3 -pipe -c dlarrd.f -fPIC -o dlarrd.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarre.lo dlarre.f
gfortran -O3 -pipe -c dlarre.f -fPIC -o dlarre.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarrf.lo dlarrf.f
gfortran -O3 -pipe -c dlarrf.f -fPIC -o dlarrf.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarrj.lo dlarrj.f
gfortran -O3 -pipe -c dlarrj.f -fPIC -o dlarrj.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarrk.lo dlarrk.f
gfortran -O3 -pipe -c dlarrk.f -fPIC -o dlarrk.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarrr.lo dlarrr.f
gfortran -O3 -pipe -c dlarrr.f -fPIC -o dlarrr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlarrv.lo dlarrv.f
gfortran -O3 -pipe -c dlarrv.f -fPIC -o dlarrv.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlartg.lo dlartg.f
gfortran -O3 -pipe -c dlartg.f -fPIC -o dlartg.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlartv.lo dlartv.f
gfortran -O3 -pipe -c dlartv.f -fPIC -o dlartv.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaruv.lo dlaruv.f
gfortran -O3 -pipe -c dlaruv.f -fPIC -o dlaruv.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlar1v.lo dlar1v.f
gfortran -O3 -pipe -c dlar1v.f -fPIC -o dlar1v.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlas2.lo dlas2.f
gfortran -O3 -pipe -c dlas2.f -fPIC -o dlas2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlascl.lo dlascl.f
gfortran -O3 -pipe -c dlascl.f -fPIC -o dlascl.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaset.lo dlaset.f
gfortran -O3 -pipe -c dlaset.f -fPIC -o dlaset.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlasq1.lo dlasq1.f
gfortran -O3 -pipe -c dlasq1.f -fPIC -o dlasq1.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlasq2.lo dlasq2.f
gfortran -O3 -pipe -c dlasq2.f -fPIC -o dlasq2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlasq3.lo dlasq3.f
gfortran -O3 -pipe -c dlasq3.f -fPIC -o dlasq3.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlasq4.lo dlasq4.f
gfortran -O3 -pipe -c dlasq4.f -fPIC -o dlasq4.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlasq5.lo dlasq5.f
gfortran -O3 -pipe -c dlasq5.f -fPIC -o dlasq5.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlasq6.lo dlasq6.f
gfortran -O3 -pipe -c dlasq6.f -fPIC -o dlasq6.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlasr.lo dlasr.f
gfortran -O3 -pipe -c dlasr.f -fPIC -o dlasr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlasrt.lo dlasrt.f
gfortran -O3 -pipe -c dlasrt.f -fPIC -o dlasrt.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlaswp.lo dlaswp.f
gfortran -O3 -pipe -c dlaswp.f -fPIC -o dlaswp.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlassq.lo dlassq.f
gfortran -O3 -pipe -c dlassq.f -fPIC -o dlassq.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlasv2.lo dlasv2.f
gfortran -O3 -pipe -c dlasv2.f -fPIC -o dlasv2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlasyf.lo dlasyf.f
gfortran -O3 -pipe -c dlasyf.f -fPIC -o dlasyf.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlasy2.lo dlasy2.f
gfortran -O3 -pipe -c dlasy2.f -fPIC -o dlasy2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dlatrd.lo dlatrd.f
gfortran -O3 -pipe -c dlatrd.f -fPIC -o dlatrd.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dorg2l.lo dorg2l.f
gfortran -O3 -pipe -c dorg2l.f -fPIC -o dorg2l.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dorg2r.lo dorg2r.f
gfortran -O3 -pipe -c dorg2r.f -fPIC -o dorg2r.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dorgbr.lo dorgbr.f
gfortran -O3 -pipe -c dorgbr.f -fPIC -o dorgbr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dorghr.lo dorghr.f
gfortran -O3 -pipe -c dorghr.f -fPIC -o dorghr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dorglq.lo dorglq.f
gfortran -O3 -pipe -c dorglq.f -fPIC -o dorglq.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dorgl2.lo dorgl2.f
gfortran -O3 -pipe -c dorgl2.f -fPIC -o dorgl2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dorgql.lo dorgql.f
gfortran -O3 -pipe -c dorgql.f -fPIC -o dorgql.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dorgqr.lo dorgqr.f
gfortran -O3 -pipe -c dorgqr.f -fPIC -o dorgqr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dorgtr.lo dorgtr.f
gfortran -O3 -pipe -c dorgtr.f -fPIC -o dorgtr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dorm2r.lo dorm2r.f
gfortran -O3 -pipe -c dorm2r.f -fPIC -o dorm2r.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dormbr.lo dormbr.f
gfortran -O3 -pipe -c dormbr.f -fPIC -o dormbr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dormhr.lo dormhr.f
gfortran -O3 -pipe -c dormhr.f -fPIC -o dormhr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dorml2.lo dorml2.f
gfortran -O3 -pipe -c dorml2.f -fPIC -o dorml2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dormlq.lo dormlq.f
gfortran -O3 -pipe -c dormlq.f -fPIC -o dormlq.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dormql.lo dormql.f
gfortran -O3 -pipe -c dormql.f -fPIC -o dormql.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dormqr.lo dormqr.f
gfortran -O3 -pipe -c dormqr.f -fPIC -o dormqr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dormtr.lo dormtr.f
gfortran -O3 -pipe -c dormtr.f -fPIC -o dormtr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dorm2l.lo dorm2l.f
gfortran -O3 -pipe -c dorm2l.f -fPIC -o dorm2l.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dpotf2.lo dpotf2.f
gfortran -O3 -pipe -c dpotf2.f -fPIC -o dpotf2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dpotrf.lo dpotrf.f
gfortran -O3 -pipe -c dpotrf.f -fPIC -o dpotrf.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dpotrs.lo dpotrs.f
gfortran -O3 -pipe -c dpotrs.f -fPIC -o dpotrs.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dppsv.lo dppsv.f
gfortran -O3 -pipe -c dppsv.f -fPIC -o dppsv.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dpptrf.lo dpptrf.f
gfortran -O3 -pipe -c dpptrf.f -fPIC -o dpptrf.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dpptrs.lo dpptrs.f
gfortran -O3 -pipe -c dpptrs.f -fPIC -o dpptrs.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dstebz.lo dstebz.f
gfortran -O3 -pipe -c dstebz.f -fPIC -o dstebz.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dstein.lo dstein.f
gfortran -O3 -pipe -c dstein.f -fPIC -o dstein.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dstemr.lo dstemr.f
gfortran -O3 -pipe -c dstemr.f -fPIC -o dstemr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dsteqr.lo dsteqr.f
gfortran -O3 -pipe -c dsteqr.f -fPIC -o dsteqr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dsterf.lo dsterf.f
gfortran -O3 -pipe -c dsterf.f -fPIC -o dsterf.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dsyev.lo dsyev.f
gfortran -O3 -pipe -c dsyev.f -fPIC -o dsyev.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dsyevr.lo dsyevr.f
gfortran -O3 -pipe -c dsyevr.f -fPIC -o dsyevr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dsyevx.lo dsyevx.f
gfortran -O3 -pipe -c dsyevx.f -fPIC -o dsyevx.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dsytd2.lo dsytd2.f
gfortran -O3 -pipe -c dsytd2.f -fPIC -o dsytd2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dsytf2.lo dsytf2.f
gfortran -O3 -pipe -c dsytf2.f -fPIC -o dsytf2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dsytrd.lo dsytrd.f
gfortran -O3 -pipe -c dsytrd.f -fPIC -o dsytrd.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dsytrf.lo dsytrf.f
gfortran -O3 -pipe -c dsytrf.f -fPIC -o dsytrf.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dsytri.lo dsytri.f
gfortran -O3 -pipe -c dsytri.f -fPIC -o dsytri.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dtgevc.lo dtgevc.f
gfortran -O3 -pipe -c dtgevc.f -fPIC -o dtgevc.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dtrevc.lo dtrevc.f
gfortran -O3 -pipe -c dtrevc.f -fPIC -o dtrevc.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dtrexc.lo dtrexc.f
gfortran -O3 -pipe -c dtrexc.f -fPIC -o dtrexc.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dtrti2.lo dtrti2.f
gfortran -O3 -pipe -c dtrti2.f -fPIC -o dtrti2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dtrtri.lo dtrtri.f
gfortran -O3 -pipe -c dtrtri.f -fPIC -o dtrtri.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o dtrtrs.lo dtrtrs.f
gfortran -O3 -pipe -c dtrtrs.f -fPIC -o dtrtrs.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o ieeeck.lo ieeeck.f
gfortran -O3 -pipe -c ieeeck.f -fPIC -o ieeeck.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o iladlc.lo iladlc.f
gfortran -O3 -pipe -c iladlc.f -fPIC -o iladlc.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o iladlr.lo iladlr.f
gfortran -O3 -pipe -c iladlr.f -fPIC -o iladlr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o ilaenv.lo ilaenv.f
gfortran -O3 -pipe -c ilaenv.f -fPIC -o ilaenv.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o iparmq.lo iparmq.f
gfortran -O3 -pipe -c iparmq.f -fPIC -o iparmq.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o sgetf2.lo sgetf2.f
gfortran -O3 -pipe -c sgetf2.f -fPIC -o sgetf2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o sgetrf.lo sgetrf.f
gfortran -O3 -pipe -c sgetrf.f -fPIC -o sgetrf.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -O0 -c -o slamch.lo slamch.f
gfortran -O3 -pipe -O0 -c slamch.f -fPIC -o slamch.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o slaswp.lo slaswp.f
gfortran -O3 -pipe -c slaswp.f -fPIC -o slaswp.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o zgetf2.lo zgetf2.f
gfortran -O3 -pipe -c zgetf2.f -fPIC -o zgetf2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o zgetrf.lo zgetrf.f
gfortran -O3 -pipe -c zgetrf.f -fPIC -o zgetrf.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o zlacgv.lo zlacgv.f
gfortran -O3 -pipe -c zlacgv.f -fPIC -o zlacgv.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o zlacpy.lo zlacpy.f
gfortran -O3 -pipe -c zlacpy.f -fPIC -o zlacpy.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o zlaev2.lo zlaev2.f
gfortran -O3 -pipe -c zlaev2.f -fPIC -o zlaev2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o zlaswp.lo zlaswp.f
gfortran -O3 -pipe -c zlaswp.f -fPIC -o zlaswp.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o zpotf2.lo zpotf2.f
gfortran -O3 -pipe -c zpotf2.f -fPIC -o zpotf2.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o zrot.lo zrot.f
gfortran -O3 -pipe -c zrot.f -fPIC -o zrot.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o zsymv.lo zsymv.f
gfortran -O3 -pipe -c zsymv.f -fPIC -o zsymv.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o zsyr.lo zsyr.f
gfortran -O3 -pipe -c zsyr.f -fPIC -o zsyr.o
/bin/bash ./libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o zsytri.lo zsytri.f
gfortran -O3 -pipe -c zsytri.f -fPIC -o zsytri.o
/bin/bash ./libtool --tag=F77 --mode=link gfortran -O3 -pipe -o libcoinlapack.la -rpath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib -no-undefined -version-info 6:2:5 dbdsqr.lo dgebal.lo dgebak.lo dgebd2.lo dgebrd.lo dgeev.lo dgehd2.lo dgehrd.lo dgelq2.lo dgelqf.lo dgels.lo dgeqr2.lo dgeqrf.lo dgesvd.lo dgesv.lo dgetf2.lo dgetrf.lo dgetri.lo dgetrs.lo dggbak.lo dggbal.lo dgghrd.lo dggev.lo dhgeqz.lo dhseqr.lo disnan.lo dlabad.lo dlabrd.lo dlacpy.lo dladiv.lo dlaebz.lo dlae2.lo dlaev2.lo dlaexc.lo dlagtf.lo dlagts.lo dlag2.lo dlahqr.lo dlahr2.lo dlaisnan.lo dlaln2.lo dlamch.lo dlaneg.lo dlange.lo dlanhs.lo dlanst.lo dlansy.lo dlanv2.lo dlapy2.lo dlapy3.lo dlaqr0.lo dlaqr1.lo dlaqr2.lo dlaqr3.lo dlaqr4.lo dlaqr5.lo dlarf.lo dlarfb.lo dlarfg.lo dlarft.lo dlarfx.lo dlarnv.lo dlarra.lo dlarrb.lo dlarrc.lo dlarrd.lo dlarre.lo dlarrf.lo dlarrj.lo dlarrk.lo dlarrr.lo dlarrv.lo dlartg.lo dlartv.lo dlaruv.lo dlar1v.lo dlas2.lo dlascl.lo dlaset.lo dlasq1.lo dlasq2.lo dlasq3.lo dlasq4.lo dlasq5.lo dlasq6.lo dlasr.lo dlasrt.lo dlaswp.lo dlassq.lo dlasv2.lo dlasyf.lo dlasy2.lo dlatrd.lo dorg2l.lo dorg2r.lo dorgbr.lo dorghr.lo dorglq.lo dorgl2.lo dorgql.lo dorgqr.lo dorgtr.lo dorm2r.lo dormbr.lo dormhr.lo dorml2.lo dormlq.lo dormql.lo dormqr.lo dormtr.lo dorm2l.lo dpotf2.lo dpotrf.lo dpotrs.lo dppsv.lo dpptrf.lo dpptrs.lo dstebz.lo dstein.lo dstemr.lo dsteqr.lo dsterf.lo dsyev.lo dsyevr.lo dsyevx.lo dsytd2.lo dsytf2.lo dsytrd.lo dsytrf.lo dsytri.lo dtgevc.lo dtrevc.lo dtrexc.lo dtrti2.lo dtrtri.lo dtrtrs.lo ieeeck.lo iladlc.lo iladlr.lo ilaenv.lo iparmq.lo sgetf2.lo sgetrf.lo slamch.lo slaswp.lo zgetf2.lo zgetrf.lo zlacgv.lo zlacpy.lo zlaev2.lo zlaswp.lo zpotf2.lo zrot.lo zsymv.lo zsyr.lo zsytri.lo /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran
mkdir .libs
*** Warning: Linking the shared library libcoinlapack.la against the
*** static library /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a is not portable!
ar cru .libs/libcoinlapack.a /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a dbdsqr.o dgebal.o dgebak.o dgebd2.o dgebrd.o dgeev.o dgehd2.o dgehrd.o dgelq2.o dgelqf.o dgels.o dgeqr2.o dgeqrf.o dgesvd.o dgesv.o dgetf2.o dgetrf.o dgetri.o dgetrs.o dggbak.o dggbal.o dgghrd.o dggev.o dhgeqz.o dhseqr.o disnan.o dlabad.o dlabrd.o dlacpy.o dladiv.o dlaebz.o dlae2.o dlaev2.o dlaexc.o dlagtf.o dlagts.o dlag2.o dlahqr.o dlahr2.o dlaisnan.o dlaln2.o dlamch.o dlaneg.o dlange.o dlanhs.o dlanst.o dlansy.o dlanv2.o dlapy2.o dlapy3.o dlaqr0.o dlaqr1.o dlaqr2.o dlaqr3.o dlaqr4.o dlaqr5.o dlarf.o dlarfb.o dlarfg.o dlarft.o dlarfx.o dlarnv.o dlarra.o dlarrb.o dlarrc.o dlarrd.o dlarre.o dlarrf.o dlarrj.o dlarrk.o dlarrr.o dlarrv.o dlartg.o dlartv.o dlaruv.o dlar1v.o dlas2.o dlascl.o dlaset.o dlasq1.o dlasq2.o dlasq3.o dlasq4.o dlasq5.o dlasq6.o dlasr.o dlasrt.o dlaswp.o dlassq.o dlasv2.o dlasyf.o dlasy2.o dlatrd.o dorg2l.o dorg2r.o dorgbr.o dorghr.o dorglq.o dorgl2.o dorgql.o dorgqr.o dorgtr.o dorm2r.o dormbr.o dormhr.o dorml2.o dormlq.o dormql.o dormqr.o dormtr.o dorm2l.o dpotf2.o dpotrf.o dpotrs.o dppsv.o dpptrf.o dpptrs.o dstebz.o dstein.o dstemr.o dsteqr.o dsterf.o dsyev.o dsyevr.o dsyevx.o dsytd2.o dsytf2.o dsytrd.o dsytrf.o dsytri.o dtgevc.o dtrevc.o dtrexc.o dtrti2.o dtrtri.o dtrtrs.o ieeeck.o iladlc.o iladlr.o ilaenv.o iparmq.o sgetf2.o sgetrf.o slamch.o slaswp.o zgetf2.o zgetrf.o zlacgv.o zlacpy.o zlaev2.o zlaswp.o zpotf2.o zrot.o zsymv.o zsyr.o zsytri.o /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a
ranlib .libs/libcoinlapack.a
creating libcoinlapack.la
(cd .libs && rm -f libcoinlapack.la && ln -s ../libcoinlapack.la libcoinlapack.la)
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Lapack/build'
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib"
/bin/bash ./libtool --mode=install /usr/bin/install -c 'libcoinlapack.la' '/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.la'
/usr/bin/install -c .libs/libcoinlapack.lai /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.la
/usr/bin/install -c .libs/libcoinlapack.a /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a
chmod 644 /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a
ranlib /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a
PATH="$PATH:/sbin" ldconfig -n /home/rs/.julia/v0.4/Ipopt/deps/usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/rs/.julia/v0.4/Ipopt/deps/usr/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig"
/usr/bin/install -c -m 644 'coinlapack.pc' '/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig/coinlapack.pc'
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Lapack/build'
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL
Running script for downloading the source code for the ASL
Downloading the source code from Github...
--2016-09-10 13:22:08-- https://github.com/ampl/mp/archive/1.3.0.tar.gz
Resolving github.com (github.com)... 192.30.253.112
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/ampl/mp/tar.gz/1.3.0 [following]
--2016-09-10 13:22:09-- https://codeload.github.com/ampl/mp/tar.gz/1.3.0
Resolving codeload.github.com (codeload.github.com)... 192.30.253.120
Connecting to codeload.github.com (codeload.github.com)|192.30.253.120|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1322272 (1.3M) [application/x-gzip]
Saving to: ‘1.3.0.tar.gz’
1.3.0.tar.gz 100%[=====================>] 1.26M 388KB/s in 3.6s
2016-09-10 13:22:13 (356 KB/s) - ‘1.3.0.tar.gz’ saved [1322272/1322272]
Download finished.
Unpacking the source code...
Adding No_dtoa to CFLAGS...
Deleting the tar file...
Done downloading the source code for ASL.
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps
Running script for downloading the source code for MUMPS
Downloading the source code from ...
--2016-09-10 13:22:13-- http://mumps.enseeiht.fr/MUMPS_4.10.0.tar.gz
Resolving mumps.enseeiht.fr (mumps.enseeiht.fr)... 147.127.176.144
Connecting to mumps.enseeiht.fr (mumps.enseeiht.fr)|147.127.176.144|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2481516 (2.4M) [application/x-gzip]
Saving to: ‘MUMPS_4.10.0.tar.gz’
MUMPS_4.10.0.tar.gz 100%[=====================>] 2.37M 550KB/s in 5.0s
2016-09-10 13:22:19 (481 KB/s) - ‘MUMPS_4.10.0.tar.gz’ saved [2481516/2481516]
Uncompressing the tarball...
Unpacking the source code...
Deleting the tar file...
Done downloading the source code for MUMPS.
Apply a patch to work around a bug in MUMPS.
patching file MUMPS/src/dmumps_part2.F
Verify that there are no error message in the output above.
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1
configure: WARNING: you should use --build, --host, --target
checking build system type... x86_64-unknown-linux-gnu
checking whether we want to compile in debug mode... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
configure: C compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether C++ compiler g++ works... yes
configure: C++ compiler options are: -O3 -pipe -DNDEBUG
configure: Trying to determine Fortran compiler name
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: Fortran compiler options are: -O3 -pipe
checking for egrep... grep -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: Build is "x86_64-unknown-linux-gnu".
checking if library version is set... no
checking whether source of project ASL is available and should be compiled... yes, source in ThirdParty/ASL
checking whether source of project Blas is available and should be compiled... no, --with-blas has been specified
checking whether source of project Lapack is available and should be compiled... no, --with-lapack has been specified
checking whether source of project Metis is available and should be compiled... no, source file ./ThirdParty/Metis/metis-4.0/Lib/balance.c not available
checking whether source of project HSL is available and should be compiled... no, source file ./ThirdParty/HSL/coinhsl/common/deps.f not available
checking whether source of project Mumps is available and should be compiled... yes, source in ThirdParty/Mumps
checking whether source of project Ipopt is available and should be compiled... yes, source in Ipopt
configure: configuring doxygen documentation options
checking for doxygen... no
checking for dot... NO
checking which command should be used to link input files... ln -s
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doxydoc/doxygen.conf
config.status: executing depfiles commands
configure: configuring in ThirdParty/ASL
configure: running /bin/bash './configure' --prefix=/home/rs/.julia/v0.4/Ipopt/deps/usr '--prefix=/home/rs/.julia/v0.4/Ipopt/deps/usr' 'coin_skip_warn_cxxflags=yes' '--with-blas=/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran' '--with-lapack=/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a' '' 'build_alias=' 'host_alias=' 'target_alias=' --cache-file=/dev/null --srcdir=.
configure: WARNING: you should use --build, --host, --target
checking build system type... x86_64-unknown-linux-gnu
checking for svnversion... no
checking whether we want to compile in debug mode... no
checking for egrep... grep -E
checking whether ln -s works... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
configure: C compiler options are: -O3 -pipe -DNDEBUG -DASL_BUILD
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Using libtool script in directory ../..
checking if library version is set... 4:2:3
checking for pkg-config... no
checking for getrusage... yes
checking for long long... yes
checking for ssize_t... yes
checking for dlopen in -ldl... yes
configure: Command line flags for (n)make "-j 1 CFLAGS=" -O3 -pipe -DNDEBUG -DASL_BUILD -fPIC -DPIC"".
checking which command should be used to link input files... ln -s
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compile_MS_ASL
config.status: creating compile_Unix_ASL
config.status: creating coinasl.pc
config.status: creating coinasl-uninstalled.pc
config.status: executing depfiles commands
configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure: Configuration of ThirdPartyASL successful
configure: configuring in ThirdParty/Mumps
configure: running /bin/bash './configure' --prefix=/home/rs/.julia/v0.4/Ipopt/deps/usr '--prefix=/home/rs/.julia/v0.4/Ipopt/deps/usr' 'coin_skip_warn_cxxflags=yes' '--with-blas=/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran' '--with-lapack=/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a' '' 'build_alias=' 'host_alias=' 'target_alias=' --cache-file=/dev/null --srcdir=.
configure: WARNING: you should use --build, --host, --target
checking for svnversion... no
checking build system type... x86_64-unknown-linux-gnu
checking whether we want to compile in debug mode... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
configure: C compiler options are: -O3 -pipe -DNDEBUG -DMUMPS_BUILD
configure: Trying to determine Fortran compiler name
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: Fortran compiler options are: -O3 -pipe
checking how to get verbose linking output from gfortran... -v
checking for Fortran libraries of gfortran... -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lgcc_s -lquadmath
configure: Corrected Fortran libraries: -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Using libtool script in directory ../..
checking if library version is set... 6:2:5
checking for pkg-config... no
checking whether user supplied BLASLIB="/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran" works... yes: /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran
checking for COIN-OR package Metis... skipped check via pkg-config, redirect to fallback
checking for COIN-OR package Metis (fallback)... no, dependency coinmetis not available
checking whether we can compile Fortran 90 code... yes
checking for additional preprocessor C flags... -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d
checking for additional preprocessor Fortran flags...
checking which command should be used to link input files... ln -s
configure: creating ./config.status
config.status: creating Makefile
config.status: creating coinmumps.pc
config.status: creating coinmumps-uninstalled.pc
config.status: executing depfiles commands
configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure: Configuration of ThirdPartyMumps successful
configure: configuring in Ipopt
configure: running /bin/bash './configure' --prefix=/home/rs/.julia/v0.4/Ipopt/deps/usr '--prefix=/home/rs/.julia/v0.4/Ipopt/deps/usr' 'coin_skip_warn_cxxflags=yes' '--with-blas=/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran' '--with-lapack=/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a' '' 'build_alias=' 'host_alias=' 'target_alias=' --cache-file=/dev/null --srcdir=.
configure: WARNING: you should use --build, --host, --target
checking build system type... x86_64-unknown-linux-gnu
checking for svnversion... no
checking whether we want to compile in debug mode... no
checking for egrep... grep -E
checking whether ln -s works... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
configure: C compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether C++ compiler g++ works... yes
configure: C++ compiler options are: -O3 -pipe -DNDEBUG -DIPOPT_BUILD
configure: Assuming that CXXLIBS is "-lstdc++ -lm".
configure: Trying to determine Fortran compiler name
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: Fortran compiler options are: -O3 -pipe
checking how to get verbose linking output from gfortran... -v
checking for Fortran libraries of gfortran... -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lgcc_s -lquadmath
configure: Corrected Fortran libraries: -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Using libtool script in directory ..
checking if library version is set... 11:1:10
configure: configuring doxygen documentation options
checking for doxygen... no
checking for dot... NO
checking for pkg-config... no
checking whether user supplied BLASLIB="/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran" works... yes: /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran
checking whether user supplied LAPACKLIB="/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a" works... yes: /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath
checking for COIN-OR package ASL... skipped check via pkg-config, redirect to fallback
checking for COIN-OR package ASL (fallback)... yes
checking for COIN-OR package HSL... skipped check via pkg-config, redirect to fallback
checking for COIN-OR package HSL (fallback)... no, dependency coinhsl not available
checking for COIN-OR package Mumps... skipped check via pkg-config, redirect to fallback
checking for COIN-OR package Mumps (fallback)... yes
checking for int *... yes
checking size of int *... 8
configure: Using CXXAR="ar cru".
checking cmath usability... yes
checking cmath presence... yes
checking for cmath... yes
checking cctype usability... yes
checking cctype presence... yes
checking for cctype... yes
checking cassert usability... yes
checking cassert presence... yes
checking for cassert... yes
checking cstdio usability... yes
checking cstdio presence... yes
checking for cstdio... yes
checking cstdlib usability... yes
checking cstdlib presence... yes
checking for cstdlib... yes
checking cstdarg usability... yes
checking cstdarg presence... yes
checking for cstdarg... yes
checking cstring usability... yes
checking cstring presence... yes
checking for cstring... yes
checking cfloat usability... yes
checking cfloat presence... yes
checking for cfloat... yes
checking ctime usability... yes
checking ctime presence... yes
checking for ctime... yes
checking cstddef usability... yes
checking cstddef presence... yes
checking for cstddef... yes
checking for cmath... (cached) yes
checking for cfloat... (cached) yes
checking cieeefp usability... no
checking cieeefp presence... no
checking for cieeefp... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking whether isfinite is declared... no
checking whether finite is declared... yes
checking whether va_copy is declared... yes
checking whether drand48 is declared... yes
checking whether rand is declared... yes
checking whether srand is declared... yes
checking whether MKL is being used... no
checking for MPI_Initialized... no
checking whether this is a VPATH configuration... no
checking for matlab installation... no
checking whether the linear solver loader should be compiled... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dlopen in -ldl... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking which command should be used to link input files... ln -s
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Common/Makefile
config.status: creating src/LinAlg/Makefile
config.status: creating src/LinAlg/TMatrices/Makefile
config.status: creating src/Interfaces/Makefile
config.status: creating src/Algorithm/Makefile
config.status: creating src/Algorithm/LinearSolvers/Makefile
config.status: creating src/Algorithm/Inexact/Makefile
config.status: creating src/contrib/CGPenalty/Makefile
config.status: creating src/contrib/LinearSolverLoader/Makefile
config.status: creating src/Apps/Makefile
config.status: creating src/Apps/AmplSolver/Makefile
config.status: creating src/Apps/CUTErInterface/Makefile
config.status: creating examples/hs071_f/Makefile
config.status: creating examples/hs071_f/hs071_f.f
config.status: creating examples/Cpp_example/Makefile
config.status: creating examples/hs071_cpp/Makefile
config.status: creating examples/hs071_c/Makefile
config.status: creating examples/ScalableProblems/Makefile
config.status: creating tutorial/CodingExercise/C/1-skeleton/Makefile
config.status: creating tutorial/CodingExercise/C/2-mistake/Makefile
config.status: creating tutorial/CodingExercise/C/3-solution/Makefile
config.status: creating tutorial/CodingExercise/Cpp/1-skeleton/Makefile
config.status: creating tutorial/CodingExercise/Cpp/2-mistake/Makefile
config.status: creating tutorial/CodingExercise/Cpp/3-solution/Makefile
config.status: creating tutorial/CodingExercise/Matlab/1-skeleton/startup.m
config.status: creating tutorial/CodingExercise/Matlab/2-mistake/startup.m
config.status: creating tutorial/CodingExercise/Matlab/3-solution/startup.m
config.status: creating tutorial/CodingExercise/Fortran/1-skeleton/TutorialFortran.f
config.status: creating tutorial/CodingExercise/Fortran/2-mistake/TutorialFortran.f
config.status: creating tutorial/CodingExercise/Fortran/3-solution/TutorialFortran.f
config.status: creating tutorial/CodingExercise/Fortran/1-skeleton/Makefile
config.status: creating tutorial/CodingExercise/Fortran/2-mistake/Makefile
config.status: creating tutorial/CodingExercise/Fortran/3-solution/Makefile
config.status: creating test/Makefile
config.status: creating test/run_unitTests
config.status: creating contrib/MatlabInterface/src/Makefile
config.status: creating contrib/MatlabInterface/examples/startup.m
config.status: creating contrib/JavaInterface/Makefile
config.status: creating contrib/sIPOPT/Makefile
config.status: creating contrib/sIPOPT/AmplSolver/Makefile
config.status: creating contrib/sIPOPT/examples/parametric_cpp/Makefile
config.status: creating contrib/sIPOPT/examples/redhess_cpp/Makefile
config.status: creating contrib/sIPOPT/src/Makefile
config.status: creating ipopt.pc
config.status: creating ipopt-uninstalled.pc
config.status: creating doxydoc/doxygen.conf
config.status: creating contrib/RInterface/src/Makevars
config.status: creating ipoptamplinterface.pc
config.status: creating ipoptamplinterface-uninstalled.pc
config.status: creating src/Common/config.h
config.status: creating src/Common/config_ipopt.h
config.status: creating examples/ScalableProblems/config.h
config.status: linking ./examples/hs071_cpp/hs071_main.cpp to test/hs071_main.cpp
config.status: linking ./examples/hs071_cpp/hs071_nlp.cpp to test/hs071_nlp.cpp
config.status: linking ./examples/hs071_cpp/hs071_nlp.hpp to test/hs071_nlp.hpp
config.status: linking ./examples/hs071_c/hs071_c.c to test/hs071_c.c
config.status: executing depfiles commands
configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure: Configuration of Ipopt successful
configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure: Main configuration of Ipopt successful
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1
Making all in ThirdParty/ASL
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL'
./compile_Unix_ASL
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL/compdir'
gcc -c -O3 -pipe -DNDEBUG -DASL_BUILD -fPIC -DPIC -DASL_NO_FPINITMT fpinit.c
gcc -O3 -pipe -DNDEBUG -DASL_BUILD -fPIC -DPIC arithchk.c fpinit.o -lm ||\
gcc -DNO_LONG_LONG -O3 -pipe -DNDEBUG -DASL_BUILD -fPIC -DPIC arithchk.c fpinit.o -lm ||\
gcc -DNO_SSIZE_T -O3 -pipe -DNDEBUG -DASL_BUILD -fPIC -DPIC arithchk.c fpinit.o -lm ||\
gcc -DNO_SSIZE_T -DNO_SSIZE_T -O3 -pipe -DNDEBUG -DASL_BUILD -fPIC -DPIC arithchk.c fpinit.o -lm
./a.out >arith.h
rm -f a.out arithchk.o fpinit.o
cat stdio1.h0 >stdio1.h
sed "s!System_details!`uname -sm`!" details.c0 >details.c
gcc -c -O3 -pipe -DNDEBUG -DASL_BUILD -fPIC -DPIC asldate.c atof.c auxinfo.c avltree.c b_search.c basename.c bscanf.c com2eval.c comeval.c con1ival.c con2ival.c con2val.c conadj.c conpval.c conscale.c conval.c derprop.c details.c dtoa1.c duthes.c dynlink.c f_read.c fg_read.c fg_write.c fgh_read.c fpecatch.c fpinit.c fullhes.c func_add.c funcadd1.c g_fmt.c genrowno.c getenv.c getstub.c htcl.c indic_cons.c jac0dim.c jac2dim.c jacdim.c jacinc.c jacinc1.c libnamsave.c mach.c mainexit.c mip_pri.c misc.c mpec_adj.c mqpcheckv.c mypow.c names.c nl_obj.c nqpcheck.c nqpcheckZ.c obj2val.c obj_adj.c obj_prec.c objconst.c objval.c objval_.c op_type.c pfg_read.c pfghread.c printf.c pshvprod.c punknown.c qp_read.c qpcheck.c qpcheckZ.c qsortv.c readsol.c repwhere.c rops.c rops2.c sigcatch.c sos_add.c sphes.c sscanf.c stderr.c studchk0.c suf_sos.c value.c writesol.c wrtsol_.c ws_desc.c wsu_desc.c x2check.c xectim.c xp1known.c xp2known.c
x=`echo asldate.c atof.c auxinfo.c avltree.c b_search.c basename.c bscanf.c com2eval.c comeval.c con1ival.c con2ival.c con2val.c conadj.c conpval.c conscale.c conval.c derprop.c details.c dtoa1.c duthes.c dynlink.c f_read.c fg_read.c fg_write.c fgh_read.c fpecatch.c fpinit.c fullhes.c func_add.c funcadd1.c g_fmt.c genrowno.c getenv.c getstub.c htcl.c indic_cons.c jac0dim.c jac2dim.c jacdim.c jacinc.c jacinc1.c libnamsave.c mach.c mainexit.c mip_pri.c misc.c mpec_adj.c mqpcheckv.c mypow.c names.c nl_obj.c nqpcheck.c nqpcheckZ.c obj2val.c obj_adj.c obj_prec.c objconst.c objval.c objval_.c op_type.c pfg_read.c pfghread.c printf.c pshvprod.c punknown.c qp_read.c qpcheck.c qpcheckZ.c qsortv.c readsol.c repwhere.c rops.c rops2.c sigcatch.c sos_add.c sphes.c sscanf.c stderr.c studchk0.c suf_sos.c value.c writesol.c wrtsol_.c ws_desc.c wsu_desc.c x2check.c xectim.c xp1known.c xp2known.c | sed 's/\.[cs]/.o/g'` && ar rv amplsolver.a $x && rm $x
ar: creating amplsolver.a
a - asldate.o
a - atof.o
a - auxinfo.o
a - avltree.o
a - b_search.o
a - basename.o
a - bscanf.o
a - com2eval.o
a - comeval.o
a - con1ival.o
a - con2ival.o
a - con2val.o
a - conadj.o
a - conpval.o
a - conscale.o
a - conval.o
a - derprop.o
a - details.o
a - dtoa1.o
a - duthes.o
a - dynlink.o
a - f_read.o
a - fg_read.o
a - fg_write.o
a - fgh_read.o
a - fpecatch.o
a - fpinit.o
a - fullhes.o
a - func_add.o
a - funcadd1.o
a - g_fmt.o
a - genrowno.o
a - getenv.o
a - getstub.o
a - htcl.o
a - indic_cons.o
a - jac0dim.o
a - jac2dim.o
a - jacdim.o
a - jacinc.o
a - jacinc1.o
a - libnamsave.o
a - mach.o
a - mainexit.o
a - mip_pri.o
a - misc.o
a - mpec_adj.o
a - mqpcheckv.o
a - mypow.o
a - names.o
a - nl_obj.o
a - nqpcheck.o
a - nqpcheckZ.o
a - obj2val.o
a - obj_adj.o
a - obj_prec.o
a - objconst.o
a - objval.o
a - objval_.o
a - op_type.o
a - pfg_read.o
a - pfghread.o
a - printf.o
a - pshvprod.o
a - punknown.o
a - qp_read.o
a - qpcheck.o
a - qpcheckZ.o
a - qsortv.o
a - readsol.o
a - repwhere.o
a - rops.o
a - rops2.o
a - sigcatch.o
a - sos_add.o
a - sphes.o
a - sscanf.o
a - stderr.o
a - studchk0.o
a - suf_sos.o
a - value.o
a - writesol.o
a - wrtsol_.o
a - ws_desc.o
a - wsu_desc.o
a - x2check.o
a - xectim.o
a - xp1known.o
a - xp2known.o
ranlib amplsolver.a || true
gcc -c -O3 -pipe -DNDEBUG -DASL_BUILD -fPIC -DPIC funcadd0.c
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL/compdir'
mkdir -p -- linkdir ; cd linkdir ; \
ar x ../libamplsolver.a ; \
for i in *.o ; do \
lofile=`echo $i | sed -e 's/.o$/.lo/'`; \
echo "# fake line" > $lofile ; \
echo "# Generated by fake libtool" >> $lofile ; \
echo "pic_object='$i'" >> $lofile ; \
echo "non_pic_object='$i'" >> $lofile ; \
done ; cd ..
/bin/bash ./../../libtool --tag=CC --mode=link gcc -O3 -pipe -DNDEBUG -DASL_BUILD -o libcoinasl.la -rpath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib -no-undefined -version-info 4:2:3 linkdir/*.lo -lm -ldl
mkdir .libs
gcc -shared linkdir/asldate.o linkdir/atof.o linkdir/auxinfo.o linkdir/avltree.o linkdir/basename.o linkdir/bscanf.o linkdir/b_search.o linkdir/com2eval.o linkdir/comeval.o linkdir/con1ival.o linkdir/con2ival.o linkdir/con2val.o linkdir/conadj.o linkdir/conpval.o linkdir/conscale.o linkdir/conval.o linkdir/derprop.o linkdir/details.o linkdir/dtoa1.o linkdir/duthes.o linkdir/dynlink.o linkdir/fgh_read.o linkdir/fg_read.o linkdir/fg_write.o linkdir/fpecatch.o linkdir/fpinit.o linkdir/f_read.o linkdir/fullhes.o linkdir/funcadd1.o linkdir/func_add.o linkdir/genrowno.o linkdir/getenv.o linkdir/getstub.o linkdir/g_fmt.o linkdir/htcl.o linkdir/indic_cons.o linkdir/jac0dim.o linkdir/jac2dim.o linkdir/jacdim.o linkdir/jacinc1.o linkdir/jacinc.o linkdir/libnamsave.o linkdir/mach.o linkdir/mainexit.o linkdir/mip_pri.o linkdir/misc.o linkdir/mpec_adj.o linkdir/mqpcheckv.o linkdir/mypow.o linkdir/names.o linkdir/nl_obj.o linkdir/nqpcheck.o linkdir/nqpcheckZ.o linkdir/obj2val.o linkdir/obj_adj.o linkdir/objconst.o linkdir/obj_prec.o linkdir/objval_.o linkdir/objval.o linkdir/op_type.o linkdir/pfghread.o linkdir/pfg_read.o linkdir/printf.o linkdir/pshvprod.o linkdir/punknown.o linkdir/qpcheck.o linkdir/qpcheckZ.o linkdir/qp_read.o linkdir/qsortv.o linkdir/readsol.o linkdir/repwhere.o linkdir/rops2.o linkdir/rops.o linkdir/sigcatch.o linkdir/sos_add.o linkdir/sphes.o linkdir/sscanf.o linkdir/stderr.o linkdir/studchk0.o linkdir/suf_sos.o linkdir/value.o linkdir/writesol.o linkdir/wrtsol_.o linkdir/ws_desc.o linkdir/wsu_desc.o linkdir/x2check.o linkdir/xectim.o linkdir/xp1known.o linkdir/xp2known.o -lm -ldl -Wl,-soname -Wl,libcoinasl.so.1 -o .libs/libcoinasl.so.1.3.2
(cd .libs && rm -f libcoinasl.so.1 && ln -s libcoinasl.so.1.3.2 libcoinasl.so.1)
(cd .libs && rm -f libcoinasl.so && ln -s libcoinasl.so.1.3.2 libcoinasl.so)
creating libcoinasl.la
(cd .libs && rm -f libcoinasl.la && ln -s ../libcoinasl.la libcoinasl.la)
rm -rf linkdir
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL'
Making all in ThirdParty/Mumps
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps'
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o tools_common_mod.lo `test -f 'MUMPS/src/tools_common_mod.F' || echo './'`MUMPS/src/tools_common_mod.F
mkdir .libs
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/tools_common_mod.F -fPIC -o .libs/tools_common_mod.o
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_comm_buffer.lo `test -f 'MUMPS/src/dmumps_comm_buffer.F' || echo './'`MUMPS/src/dmumps_comm_buffer.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_comm_buffer.F -fPIC -o .libs/dmumps_comm_buffer.o
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_struc_def.lo `test -f 'MUMPS/src/dmumps_struc_def.F' || echo './'`MUMPS/src/dmumps_struc_def.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_struc_def.F -fPIC -o .libs/dmumps_struc_def.o
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o mumps_ooc_common.lo `test -f 'MUMPS/src/mumps_ooc_common.F' || echo './'`MUMPS/src/mumps_ooc_common.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/mumps_ooc_common.F -fPIC -o .libs/mumps_ooc_common.o
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o mumps_static_mapping.lo `test -f 'MUMPS/src/mumps_static_mapping.F' || echo './'`MUMPS/src/mumps_static_mapping.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/mumps_static_mapping.F -fPIC -o .libs/mumps_static_mapping.o
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_ooc_buffer.lo `test -f 'MUMPS/src/dmumps_ooc_buffer.F' || echo './'`MUMPS/src/dmumps_ooc_buffer.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_ooc_buffer.F -fPIC -o .libs/dmumps_ooc_buffer.o
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_load.lo `test -f 'MUMPS/src/dmumps_load.F' || echo './'`MUMPS/src/dmumps_load.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_load.F -fPIC -o .libs/dmumps_load.o
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_ooc.lo `test -f 'MUMPS/src/dmumps_ooc.F' || echo './'`MUMPS/src/dmumps_ooc.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_ooc.F -fPIC -o .libs/dmumps_ooc.o
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o mumps_sol_es.lo `test -f 'MUMPS/src/mumps_sol_es.F' || echo './'`MUMPS/src/mumps_sol_es.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/mumps_sol_es.F -fPIC -o .libs/mumps_sol_es.o
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part2.lo `test -f 'MUMPS/src/dmumps_part2.F' || echo './'`MUMPS/src/dmumps_part2.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part2.F -fPIC -o .libs/dmumps_part2.o
MUMPS/src/dmumps_part2.F:4416.31:
CALL DMUMPS_557(id%N, IPE(1), NV(1), IPS(1), NE(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ipe' at (1)
MUMPS/src/dmumps_part2.F:4426.25:
CALL DMUMPS_201(NE(1), ND(1), id%INFOG(6), id%INFOG(5),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ne' at (1)
MUMPS/src/dmumps_part2.F:4463.36:
CALL DMUMPS_97(id%N, FRERE(1), FILS(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'frere' at (1)
MUMPS/src/dmumps_part2.F:4475.33:
CALL DMUMPS_97(id%N, FRERE(1), FILS(1), NFSIZ(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'frere' at (1)
MUMPS/src/dmumps_part2.F:2851.19:
& PERM,FLAG(1))
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'posi' at (1)
MUMPS/src/dmumps_part2.F:2854.19:
& PERM,FLAG(1))
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'posi' at (1)
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part1.lo `test -f 'MUMPS/src/dmumps_part1.F' || echo './'`MUMPS/src/dmumps_part1.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part1.F -fPIC -o .libs/dmumps_part1.o
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part3.lo `test -f 'MUMPS/src/dmumps_part3.F' || echo './'`MUMPS/src/dmumps_part3.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part3.F -fPIC -o .libs/dmumps_part3.o
MUMPS/src/dmumps_part3.F:6046.21:
& id%ELTVAR( IELTPTR ), id%A_ELT( RELTPTR ),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'eltvar' at (1)
MUMPS/src/dmumps_part3.F:6064.17:
& id%ELTVAR(IELTPTR),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1)
MUMPS/src/dmumps_part3.F:6072.17:
& id%ELTVAR(IELTPTR),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1)
MUMPS/src/dmumps_part3.F:6104.17:
& id%ELTVAR(IELTPTR),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1)
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part4.lo `test -f 'MUMPS/src/dmumps_part4.F' || echo './'`MUMPS/src/dmumps_part4.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part4.F -fPIC -o .libs/dmumps_part4.o
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part5.lo `test -f 'MUMPS/src/dmumps_part5.F' || echo './'`MUMPS/src/dmumps_part5.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part5.F -fPIC -o .libs/dmumps_part5.o
MUMPS/src/dmumps_part5.F:432.44:
CALL DMUMPS_564(id%KEEP(38), id%PROCNODE(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'procnode' at (1)
MUMPS/src/dmumps_part5.F:439.44:
CALL DMUMPS_537(id%N,id%NSLAVES,ICNTL(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'icntl' at (1)
MUMPS/src/dmumps_part5.F:1311.14:
& id%CANDIDATES(1,1), id%I_AM_CAND(1) )
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'candidates' at (1)
MUMPS/src/dmumps_part5.F:1668.20:
& id%N, id%MAPPING(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'mapping' at (1)
MUMPS/src/dmumps_part5.F:5128.8:
& id%DBLARR(1), KEEP(13), id%INTARR(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'dblarr' at (1)
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part6.lo `test -f 'MUMPS/src/dmumps_part6.F' || echo './'`MUMPS/src/dmumps_part6.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part6.F -fPIC -o .libs/dmumps_part6.o
MUMPS/src/dmumps_part6.F:3575.14:
& root%SCHUR_POINTER(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'val_root' at (1)
MUMPS/src/dmumps_part6.F:3615.14:
& root%RG2L_ROW(1), root%RG2L_COL(1), INVERT,
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rg2l_row' at (1)
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part7.lo `test -f 'MUMPS/src/dmumps_part7.F' || echo './'`MUMPS/src/dmumps_part7.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part7.F -fPIC -o .libs/dmumps_part7.o
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part8.lo `test -f 'MUMPS/src/dmumps_part8.F' || echo './'`MUMPS/src/dmumps_part8.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part8.F -fPIC -o .libs/dmumps_part8.o
MUMPS/src/dmumps_part8.F:545.36:
CALL DMUMPS_535( MTYPE, id%ISOL_loc(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'isol_loc' at (1)
MUMPS/src/dmumps_part8.F:1224.36:
CALL DMUMPS_535( MTYPE, id%ISOL_loc(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'isol_loc' at (1)
MUMPS/src/dmumps_part8.F:1756.32:
& id%MYID_NODES, id%PTLUST_S(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ptrist' at (1)
MUMPS/src/dmumps_part8.F:1764.32:
& id%MYID_NODES, id%PTLUST_S(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ptrist' at (1)
MUMPS/src/dmumps_part8.F:1796.23:
& MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:1805.23:
& MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:3753.13:
& root%IPIV(1), root%LPIV, MASTER_ROOT, MYID_NODES,
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ipiv' at (1)
MUMPS/src/dmumps_part8.F:2101.39:
CALL DMUMPS_245(id%root, id%N, id%S(1), LA_PASSED,
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1)
MUMPS/src/dmumps_part8.F:2141.42:
CALL DMUMPS_245(id%root, id%N, id%S(1), LA_PASSED,
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1)
MUMPS/src/dmumps_part8.F:2253.23:
& MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:2264.16:
& RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:2277.23:
& MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:2287.16:
& RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:2344.23:
& MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:2707.49:
& JDUMMY, id%KEEP(1), id%KEEP8(1), id%PROCNODE_STEPS(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'procnode_steps' at (1)
MUMPS/src/dmumps_part8.F:2715.16:
& id%PTLUST_S(1), id%KEEP(1), id%KEEP8(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ptrist' at (1)
MUMPS/src/dmumps_part8.F:2726.42:
CALL DMUMPS_245( id%root, id%N, id%S(1), LA_PASSED,
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1)
MUMPS/src/dmumps_part8.F:2772.48:
& JDUMMY, id%KEEP(1),id%KEEP8(1), id%PROCNODE_STEPS(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'procnode_steps' at (1)
MUMPS/src/dmumps_part8.F:2782.16:
& id%PTLUST_S(1), id%KEEP(1),id%KEEP8(1),
1
Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'ptrist' at (1)
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o mumps_part9.lo `test -f 'MUMPS/src/mumps_part9.F' || echo './'`MUMPS/src/mumps_part9.F
gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/mumps_part9.F -fPIC -o .libs/mumps_part9.o
if /bin/bash ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_c.lo -MD -MP -MF ".deps/mumps_c.Tpo" -c -o mumps_c.lo `test -f 'MUMPS/src/mumps_c.c' || echo './'`MUMPS/src/mumps_c.c; \
then mv -f ".deps/mumps_c.Tpo" ".deps/mumps_c.Plo"; else rm -f ".deps/mumps_c.Tpo"; exit 1; fi
gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_c.lo -MD -MP -MF .deps/mumps_c.Tpo -c MUMPS/src/mumps_c.c -fPIC -DPIC -o .libs/mumps_c.o
if /bin/bash ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_common.lo -MD -MP -MF ".deps/mumps_common.Tpo" -c -o mumps_common.lo `test -f 'MUMPS/src/mumps_common.c' || echo './'`MUMPS/src/mumps_common.c; \
then mv -f ".deps/mumps_common.Tpo" ".deps/mumps_common.Plo"; else rm -f ".deps/mumps_common.Tpo"; exit 1; fi
gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_common.lo -MD -MP -MF .deps/mumps_common.Tpo -c MUMPS/src/mumps_common.c -fPIC -DPIC -o .libs/mumps_common.o
if /bin/bash ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_orderings.lo -MD -MP -MF ".deps/mumps_orderings.Tpo" -c -o mumps_orderings.lo `test -f 'MUMPS/src/mumps_orderings.c' || echo './'`MUMPS/src/mumps_orderings.c; \
then mv -f ".deps/mumps_orderings.Tpo" ".deps/mumps_orderings.Plo"; else rm -f ".deps/mumps_orderings.Tpo"; exit 1; fi
gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_orderings.lo -MD -MP -MF .deps/mumps_orderings.Tpo -c MUMPS/src/mumps_orderings.c -fPIC -DPIC -o .libs/mumps_orderings.o
if /bin/bash ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io.lo -MD -MP -MF ".deps/mumps_io.Tpo" -c -o mumps_io.lo `test -f 'MUMPS/src/mumps_io.c' || echo './'`MUMPS/src/mumps_io.c; \
then mv -f ".deps/mumps_io.Tpo" ".deps/mumps_io.Plo"; else rm -f ".deps/mumps_io.Tpo"; exit 1; fi
gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io.lo -MD -MP -MF .deps/mumps_io.Tpo -c MUMPS/src/mumps_io.c -fPIC -DPIC -o .libs/mumps_io.o
if /bin/bash ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_basic.lo -MD -MP -MF ".deps/mumps_io_basic.Tpo" -c -o mumps_io_basic.lo `test -f 'MUMPS/src/mumps_io_basic.c' || echo './'`MUMPS/src/mumps_io_basic.c; \
then mv -f ".deps/mumps_io_basic.Tpo" ".deps/mumps_io_basic.Plo"; else rm -f ".deps/mumps_io_basic.Tpo"; exit 1; fi
gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_basic.lo -MD -MP -MF .deps/mumps_io_basic.Tpo -c MUMPS/src/mumps_io_basic.c -fPIC -DPIC -o .libs/mumps_io_basic.o
if /bin/bash ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_thread.lo -MD -MP -MF ".deps/mumps_io_thread.Tpo" -c -o mumps_io_thread.lo `test -f 'MUMPS/src/mumps_io_thread.c' || echo './'`MUMPS/src/mumps_io_thread.c; \
then mv -f ".deps/mumps_io_thread.Tpo" ".deps/mumps_io_thread.Plo"; else rm -f ".deps/mumps_io_thread.Tpo"; exit 1; fi
gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_thread.lo -MD -MP -MF .deps/mumps_io_thread.Tpo -c MUMPS/src/mumps_io_thread.c -fPIC -DPIC -o .libs/mumps_io_thread.o
if /bin/bash ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_err.lo -MD -MP -MF ".deps/mumps_io_err.Tpo" -c -o mumps_io_err.lo `test -f 'MUMPS/src/mumps_io_err.c' || echo './'`MUMPS/src/mumps_io_err.c; \
then mv -f ".deps/mumps_io_err.Tpo" ".deps/mumps_io_err.Plo"; else rm -f ".deps/mumps_io_err.Tpo"; exit 1; fi
gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_err.lo -MD -MP -MF .deps/mumps_io_err.Tpo -c MUMPS/src/mumps_io_err.c -fPIC -DPIC -o .libs/mumps_io_err.o
if /bin/bash ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_size.lo -MD -MP -MF ".deps/mumps_size.Tpo" -c -o mumps_size.lo `test -f 'MUMPS/src/mumps_size.c' || echo './'`MUMPS/src/mumps_size.c; \
then mv -f ".deps/mumps_size.Tpo" ".deps/mumps_size.Plo"; else rm -f ".deps/mumps_size.Tpo"; exit 1; fi
gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_size.lo -MD -MP -MF .deps/mumps_size.Tpo -c MUMPS/src/mumps_size.c -fPIC -DPIC -o .libs/mumps_size.o
/bin/bash ./../../libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o mpi.lo `test -f 'MUMPS/libseq/mpi.f' || echo './'`MUMPS/libseq/mpi.f
gfortran -O3 -pipe -c MUMPS/libseq/mpi.f -fPIC -o .libs/mpi.o
MUMPS/libseq/mpi.f:601.33:
CALL MUMPS_COPY_LOGICAL( SENDBUF, RECVBUF, COUNT )
1
Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to LOGICAL(4)
MUMPS/libseq/mpi.f:603.30:
CALL MUMPS_COPY_REAL( SENDBUF, RECVBUF, COUNT )
1
Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to REAL(4)
MUMPS/libseq/mpi.f:606.42:
CALL MUMPS_COPY_DOUBLE_PRECISION( SENDBUF, RECVBUF, COUNT )
1
Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to REAL(8)
MUMPS/libseq/mpi.f:608.33:
CALL MUMPS_COPY_COMPLEX( SENDBUF, RECVBUF, COUNT )
1
Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to COMPLEX(4)
MUMPS/libseq/mpi.f:610.40:
CALL MUMPS_COPY_DOUBLE_COMPLEX( SENDBUF, RECVBUF, COUNT )
1
Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to COMPLEX(8)
MUMPS/libseq/mpi.f:612.43:
CALL MUMPS_COPY_2DOUBLE_PRECISION( SENDBUF, RECVBUF, COUNT )
1
Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to REAL(8)
if /bin/bash ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mpic.lo -MD -MP -MF ".deps/mpic.Tpo" -c -o mpic.lo `test -f 'MUMPS/libseq/mpic.c' || echo './'`MUMPS/libseq/mpic.c; \
then mv -f ".deps/mpic.Tpo" ".deps/mpic.Plo"; else rm -f ".deps/mpic.Tpo"; exit 1; fi
gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mpic.lo -MD -MP -MF .deps/mpic.Tpo -c MUMPS/libseq/mpic.c -fPIC -DPIC -o .libs/mpic.o
if /bin/bash ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT elapse.lo -MD -MP -MF ".deps/elapse.Tpo" -c -o elapse.lo `test -f 'MUMPS/libseq/elapse.c' || echo './'`MUMPS/libseq/elapse.c; \
then mv -f ".deps/elapse.Tpo" ".deps/elapse.Plo"; else rm -f ".deps/elapse.Tpo"; exit 1; fi
gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -DNDEBUG -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT elapse.lo -MD -MP -MF .deps/elapse.Tpo -c MUMPS/libseq/elapse.c -fPIC -DPIC -o .libs/elapse.o
/bin/bash ./../../libtool --tag=F77 --mode=link gfortran -O3 -pipe -o libcoinmumps.la -rpath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib -no-undefined -version-info 6:2:5 tools_common_mod.lo dmumps_comm_buffer.lo dmumps_struc_def.lo mumps_ooc_common.lo mumps_static_mapping.lo dmumps_ooc_buffer.lo dmumps_load.lo dmumps_ooc.lo dmumps_part1.lo dmumps_part2.lo dmumps_part3.lo dmumps_part4.lo dmumps_part5.lo dmumps_part6.lo dmumps_part7.lo dmumps_part8.lo mumps_part9.lo mumps_sol_es.lo mumps_c.lo mumps_common.lo mumps_orderings.lo mumps_io.lo mumps_io_basic.lo mumps_io_thread.lo mumps_io_err.lo mumps_size.lo mpi.lo mpic.lo elapse.lo /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath
*** Warning: Linking the shared library libcoinmumps.la against the
*** static library /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a is not portable!
gfortran -shared .libs/tools_common_mod.o .libs/dmumps_comm_buffer.o .libs/dmumps_struc_def.o .libs/mumps_ooc_common.o .libs/mumps_static_mapping.o .libs/dmumps_ooc_buffer.o .libs/dmumps_load.o .libs/dmumps_ooc.o .libs/dmumps_part1.o .libs/dmumps_part2.o .libs/dmumps_part3.o .libs/dmumps_part4.o .libs/dmumps_part5.o .libs/dmumps_part6.o .libs/dmumps_part7.o .libs/dmumps_part8.o .libs/mumps_part9.o .libs/mumps_sol_es.o .libs/mumps_c.o .libs/mumps_common.o .libs/mumps_orderings.o .libs/mumps_io.o .libs/mumps_io_basic.o .libs/mumps_io_thread.o .libs/mumps_io_err.o .libs/mumps_size.o .libs/mpi.o .libs/mpic.o .libs/elapse.o /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath -Wl,-soname -Wl,libcoinmumps.so.1 -o .libs/libcoinmumps.so.1.5.2
(cd .libs && rm -f libcoinmumps.so.1 && ln -s libcoinmumps.so.1.5.2 libcoinmumps.so.1)
(cd .libs && rm -f libcoinmumps.so && ln -s libcoinmumps.so.1.5.2 libcoinmumps.so)
creating libcoinmumps.la
(cd .libs && rm -f libcoinmumps.la && ln -s ../libcoinmumps.la libcoinmumps.la)
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps'
Making all in Ipopt
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
Making all in src/Common
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
make all-am
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpDebug.lo -MD -MP -MF ".deps/IpDebug.Tpo" -c -o IpDebug.lo IpDebug.cpp; \
then mv -f ".deps/IpDebug.Tpo" ".deps/IpDebug.Plo"; else rm -f ".deps/IpDebug.Tpo"; exit 1; fi
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpDebug.lo -MD -MP -MF .deps/IpDebug.Tpo -c IpDebug.cpp -fPIC -DPIC -o .libs/IpDebug.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpJournalist.lo -MD -MP -MF ".deps/IpJournalist.Tpo" -c -o IpJournalist.lo IpJournalist.cpp; \
then mv -f ".deps/IpJournalist.Tpo" ".deps/IpJournalist.Plo"; else rm -f ".deps/IpJournalist.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpJournalist.lo -MD -MP -MF .deps/IpJournalist.Tpo -c IpJournalist.cpp -fPIC -DPIC -o .libs/IpJournalist.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpObserver.lo -MD -MP -MF ".deps/IpObserver.Tpo" -c -o IpObserver.lo IpObserver.cpp; \
then mv -f ".deps/IpObserver.Tpo" ".deps/IpObserver.Plo"; else rm -f ".deps/IpObserver.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpObserver.lo -MD -MP -MF .deps/IpObserver.Tpo -c IpObserver.cpp -fPIC -DPIC -o .libs/IpObserver.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpOptionsList.lo -MD -MP -MF ".deps/IpOptionsList.Tpo" -c -o IpOptionsList.lo IpOptionsList.cpp; \
then mv -f ".deps/IpOptionsList.Tpo" ".deps/IpOptionsList.Plo"; else rm -f ".deps/IpOptionsList.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpOptionsList.lo -MD -MP -MF .deps/IpOptionsList.Tpo -c IpOptionsList.cpp -fPIC -DPIC -o .libs/IpOptionsList.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRegOptions.lo -MD -MP -MF ".deps/IpRegOptions.Tpo" -c -o IpRegOptions.lo IpRegOptions.cpp; \
then mv -f ".deps/IpRegOptions.Tpo" ".deps/IpRegOptions.Plo"; else rm -f ".deps/IpRegOptions.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRegOptions.lo -MD -MP -MF .deps/IpRegOptions.Tpo -c IpRegOptions.cpp -fPIC -DPIC -o .libs/IpRegOptions.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTaggedObject.lo -MD -MP -MF ".deps/IpTaggedObject.Tpo" -c -o IpTaggedObject.lo IpTaggedObject.cpp; \
then mv -f ".deps/IpTaggedObject.Tpo" ".deps/IpTaggedObject.Plo"; else rm -f ".deps/IpTaggedObject.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTaggedObject.lo -MD -MP -MF .deps/IpTaggedObject.Tpo -c IpTaggedObject.cpp -fPIC -DPIC -o .libs/IpTaggedObject.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpUtils.lo -MD -MP -MF ".deps/IpUtils.Tpo" -c -o IpUtils.lo IpUtils.cpp; \
then mv -f ".deps/IpUtils.Tpo" ".deps/IpUtils.Plo"; else rm -f ".deps/IpUtils.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpUtils.lo -MD -MP -MF .deps/IpUtils.Tpo -c IpUtils.cpp -fPIC -DPIC -o .libs/IpUtils.o
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -o libcommon.la -no-undefined -version-info 11:1:10 IpDebug.lo IpJournalist.lo IpObserver.lo IpOptionsList.lo IpRegOptions.lo IpTaggedObject.lo IpUtils.lo
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
ar cru .libs/libcommon.a .libs/IpDebug.o .libs/IpJournalist.o .libs/IpObserver.o .libs/IpOptionsList.o .libs/IpRegOptions.o .libs/IpTaggedObject.o .libs/IpUtils.o
ranlib .libs/libcommon.a
creating libcommon.la
(cd .libs && rm -f libcommon.la && ln -s ../libcommon.la libcommon.la)
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
Making all in src/LinAlg
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
Making all in TMatrices
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg/TMatrices'
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./..` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpGenTMatrix.lo -MD -MP -MF ".deps/IpGenTMatrix.Tpo" -c -o IpGenTMatrix.lo IpGenTMatrix.cpp; \
then mv -f ".deps/IpGenTMatrix.Tpo" ".deps/IpGenTMatrix.Plo"; else rm -f ".deps/IpGenTMatrix.Tpo"; exit 1; fi
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./.. -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpGenTMatrix.lo -MD -MP -MF .deps/IpGenTMatrix.Tpo -c IpGenTMatrix.cpp -fPIC -DPIC -o .libs/IpGenTMatrix.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./..` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpSymTMatrix.lo -MD -MP -MF ".deps/IpSymTMatrix.Tpo" -c -o IpSymTMatrix.lo IpSymTMatrix.cpp; \
then mv -f ".deps/IpSymTMatrix.Tpo" ".deps/IpSymTMatrix.Plo"; else rm -f ".deps/IpSymTMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./.. -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpSymTMatrix.lo -MD -MP -MF .deps/IpSymTMatrix.Tpo -c IpSymTMatrix.cpp -fPIC -DPIC -o .libs/IpSymTMatrix.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./..` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTripletHelper.lo -MD -MP -MF ".deps/IpTripletHelper.Tpo" -c -o IpTripletHelper.lo IpTripletHelper.cpp; \
then mv -f ".deps/IpTripletHelper.Tpo" ".deps/IpTripletHelper.Plo"; else rm -f ".deps/IpTripletHelper.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./.. -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTripletHelper.lo -MD -MP -MF .deps/IpTripletHelper.Tpo -c IpTripletHelper.cpp -fPIC -DPIC -o .libs/IpTripletHelper.o
/bin/bash ../../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -o libtmatrices.la -no-undefined -version-info 11:1:10 IpGenTMatrix.lo IpSymTMatrix.lo IpTripletHelper.lo
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
ar cru .libs/libtmatrices.a .libs/IpGenTMatrix.o .libs/IpSymTMatrix.o .libs/IpTripletHelper.o
ranlib .libs/libtmatrices.a
creating libtmatrices.la
(cd .libs && rm -f libtmatrices.la && ln -s ../libtmatrices.la libtmatrices.la)
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg/TMatrices'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpBlas.lo -MD -MP -MF ".deps/IpBlas.Tpo" -c -o IpBlas.lo IpBlas.cpp; \
then mv -f ".deps/IpBlas.Tpo" ".deps/IpBlas.Plo"; else rm -f ".deps/IpBlas.Tpo"; exit 1; fi
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpBlas.lo -MD -MP -MF .deps/IpBlas.Tpo -c IpBlas.cpp -fPIC -DPIC -o .libs/IpBlas.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCompoundMatrix.lo -MD -MP -MF ".deps/IpCompoundMatrix.Tpo" -c -o IpCompoundMatrix.lo IpCompoundMatrix.cpp; \
then mv -f ".deps/IpCompoundMatrix.Tpo" ".deps/IpCompoundMatrix.Plo"; else rm -f ".deps/IpCompoundMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCompoundMatrix.lo -MD -MP -MF .deps/IpCompoundMatrix.Tpo -c IpCompoundMatrix.cpp -fPIC -DPIC -o .libs/IpCompoundMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCompoundSymMatrix.lo -MD -MP -MF ".deps/IpCompoundSymMatrix.Tpo" -c -o IpCompoundSymMatrix.lo IpCompoundSymMatrix.cpp; \
then mv -f ".deps/IpCompoundSymMatrix.Tpo" ".deps/IpCompoundSymMatrix.Plo"; else rm -f ".deps/IpCompoundSymMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCompoundSymMatrix.lo -MD -MP -MF .deps/IpCompoundSymMatrix.Tpo -c IpCompoundSymMatrix.cpp -fPIC -DPIC -o .libs/IpCompoundSymMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCompoundVector.lo -MD -MP -MF ".deps/IpCompoundVector.Tpo" -c -o IpCompoundVector.lo IpCompoundVector.cpp; \
then mv -f ".deps/IpCompoundVector.Tpo" ".deps/IpCompoundVector.Plo"; else rm -f ".deps/IpCompoundVector.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCompoundVector.lo -MD -MP -MF .deps/IpCompoundVector.Tpo -c IpCompoundVector.cpp -fPIC -DPIC -o .libs/IpCompoundVector.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpDenseGenMatrix.lo -MD -MP -MF ".deps/IpDenseGenMatrix.Tpo" -c -o IpDenseGenMatrix.lo IpDenseGenMatrix.cpp; \
then mv -f ".deps/IpDenseGenMatrix.Tpo" ".deps/IpDenseGenMatrix.Plo"; else rm -f ".deps/IpDenseGenMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpDenseGenMatrix.lo -MD -MP -MF .deps/IpDenseGenMatrix.Tpo -c IpDenseGenMatrix.cpp -fPIC -DPIC -o .libs/IpDenseGenMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpDenseSymMatrix.lo -MD -MP -MF ".deps/IpDenseSymMatrix.Tpo" -c -o IpDenseSymMatrix.lo IpDenseSymMatrix.cpp; \
then mv -f ".deps/IpDenseSymMatrix.Tpo" ".deps/IpDenseSymMatrix.Plo"; else rm -f ".deps/IpDenseSymMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpDenseSymMatrix.lo -MD -MP -MF .deps/IpDenseSymMatrix.Tpo -c IpDenseSymMatrix.cpp -fPIC -DPIC -o .libs/IpDenseSymMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpDenseVector.lo -MD -MP -MF ".deps/IpDenseVector.Tpo" -c -o IpDenseVector.lo IpDenseVector.cpp; \
then mv -f ".deps/IpDenseVector.Tpo" ".deps/IpDenseVector.Plo"; else rm -f ".deps/IpDenseVector.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpDenseVector.lo -MD -MP -MF .deps/IpDenseVector.Tpo -c IpDenseVector.cpp -fPIC -DPIC -o .libs/IpDenseVector.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpDiagMatrix.lo -MD -MP -MF ".deps/IpDiagMatrix.Tpo" -c -o IpDiagMatrix.lo IpDiagMatrix.cpp; \
then mv -f ".deps/IpDiagMatrix.Tpo" ".deps/IpDiagMatrix.Plo"; else rm -f ".deps/IpDiagMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpDiagMatrix.lo -MD -MP -MF .deps/IpDiagMatrix.Tpo -c IpDiagMatrix.cpp -fPIC -DPIC -o .libs/IpDiagMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpExpandedMultiVectorMatrix.lo -MD -MP -MF ".deps/IpExpandedMultiVectorMatrix.Tpo" -c -o IpExpandedMultiVectorMatrix.lo IpExpandedMultiVectorMatrix.cpp; \
then mv -f ".deps/IpExpandedMultiVectorMatrix.Tpo" ".deps/IpExpandedMultiVectorMatrix.Plo"; else rm -f ".deps/IpExpandedMultiVectorMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpExpandedMultiVectorMatrix.lo -MD -MP -MF .deps/IpExpandedMultiVectorMatrix.Tpo -c IpExpandedMultiVectorMatrix.cpp -fPIC -DPIC -o .libs/IpExpandedMultiVectorMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpExpansionMatrix.lo -MD -MP -MF ".deps/IpExpansionMatrix.Tpo" -c -o IpExpansionMatrix.lo IpExpansionMatrix.cpp; \
then mv -f ".deps/IpExpansionMatrix.Tpo" ".deps/IpExpansionMatrix.Plo"; else rm -f ".deps/IpExpansionMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpExpansionMatrix.lo -MD -MP -MF .deps/IpExpansionMatrix.Tpo -c IpExpansionMatrix.cpp -fPIC -DPIC -o .libs/IpExpansionMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpIdentityMatrix.lo -MD -MP -MF ".deps/IpIdentityMatrix.Tpo" -c -o IpIdentityMatrix.lo IpIdentityMatrix.cpp; \
then mv -f ".deps/IpIdentityMatrix.Tpo" ".deps/IpIdentityMatrix.Plo"; else rm -f ".deps/IpIdentityMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpIdentityMatrix.lo -MD -MP -MF .deps/IpIdentityMatrix.Tpo -c IpIdentityMatrix.cpp -fPIC -DPIC -o .libs/IpIdentityMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLapack.lo -MD -MP -MF ".deps/IpLapack.Tpo" -c -o IpLapack.lo IpLapack.cpp; \
then mv -f ".deps/IpLapack.Tpo" ".deps/IpLapack.Plo"; else rm -f ".deps/IpLapack.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLapack.lo -MD -MP -MF .deps/IpLapack.Tpo -c IpLapack.cpp -fPIC -DPIC -o .libs/IpLapack.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLowRankUpdateSymMatrix.lo -MD -MP -MF ".deps/IpLowRankUpdateSymMatrix.Tpo" -c -o IpLowRankUpdateSymMatrix.lo IpLowRankUpdateSymMatrix.cpp; \
then mv -f ".deps/IpLowRankUpdateSymMatrix.Tpo" ".deps/IpLowRankUpdateSymMatrix.Plo"; else rm -f ".deps/IpLowRankUpdateSymMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLowRankUpdateSymMatrix.lo -MD -MP -MF .deps/IpLowRankUpdateSymMatrix.Tpo -c IpLowRankUpdateSymMatrix.cpp -fPIC -DPIC -o .libs/IpLowRankUpdateSymMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMatrix.lo -MD -MP -MF ".deps/IpMatrix.Tpo" -c -o IpMatrix.lo IpMatrix.cpp; \
then mv -f ".deps/IpMatrix.Tpo" ".deps/IpMatrix.Plo"; else rm -f ".deps/IpMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMatrix.lo -MD -MP -MF .deps/IpMatrix.Tpo -c IpMatrix.cpp -fPIC -DPIC -o .libs/IpMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMultiVectorMatrix.lo -MD -MP -MF ".deps/IpMultiVectorMatrix.Tpo" -c -o IpMultiVectorMatrix.lo IpMultiVectorMatrix.cpp; \
then mv -f ".deps/IpMultiVectorMatrix.Tpo" ".deps/IpMultiVectorMatrix.Plo"; else rm -f ".deps/IpMultiVectorMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMultiVectorMatrix.lo -MD -MP -MF .deps/IpMultiVectorMatrix.Tpo -c IpMultiVectorMatrix.cpp -fPIC -DPIC -o .libs/IpMultiVectorMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpScaledMatrix.lo -MD -MP -MF ".deps/IpScaledMatrix.Tpo" -c -o IpScaledMatrix.lo IpScaledMatrix.cpp; \
then mv -f ".deps/IpScaledMatrix.Tpo" ".deps/IpScaledMatrix.Plo"; else rm -f ".deps/IpScaledMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpScaledMatrix.lo -MD -MP -MF .deps/IpScaledMatrix.Tpo -c IpScaledMatrix.cpp -fPIC -DPIC -o .libs/IpScaledMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpSumMatrix.lo -MD -MP -MF ".deps/IpSumMatrix.Tpo" -c -o IpSumMatrix.lo IpSumMatrix.cpp; \
then mv -f ".deps/IpSumMatrix.Tpo" ".deps/IpSumMatrix.Plo"; else rm -f ".deps/IpSumMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpSumMatrix.lo -MD -MP -MF .deps/IpSumMatrix.Tpo -c IpSumMatrix.cpp -fPIC -DPIC -o .libs/IpSumMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpSumSymMatrix.lo -MD -MP -MF ".deps/IpSumSymMatrix.Tpo" -c -o IpSumSymMatrix.lo IpSumSymMatrix.cpp; \
then mv -f ".deps/IpSumSymMatrix.Tpo" ".deps/IpSumSymMatrix.Plo"; else rm -f ".deps/IpSumSymMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpSumSymMatrix.lo -MD -MP -MF .deps/IpSumSymMatrix.Tpo -c IpSumSymMatrix.cpp -fPIC -DPIC -o .libs/IpSumSymMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpSymScaledMatrix.lo -MD -MP -MF ".deps/IpSymScaledMatrix.Tpo" -c -o IpSymScaledMatrix.lo IpSymScaledMatrix.cpp; \
then mv -f ".deps/IpSymScaledMatrix.Tpo" ".deps/IpSymScaledMatrix.Plo"; else rm -f ".deps/IpSymScaledMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpSymScaledMatrix.lo -MD -MP -MF .deps/IpSymScaledMatrix.Tpo -c IpSymScaledMatrix.cpp -fPIC -DPIC -o .libs/IpSymScaledMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTransposeMatrix.lo -MD -MP -MF ".deps/IpTransposeMatrix.Tpo" -c -o IpTransposeMatrix.lo IpTransposeMatrix.cpp; \
then mv -f ".deps/IpTransposeMatrix.Tpo" ".deps/IpTransposeMatrix.Plo"; else rm -f ".deps/IpTransposeMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTransposeMatrix.lo -MD -MP -MF .deps/IpTransposeMatrix.Tpo -c IpTransposeMatrix.cpp -fPIC -DPIC -o .libs/IpTransposeMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpVector.lo -MD -MP -MF ".deps/IpVector.Tpo" -c -o IpVector.lo IpVector.cpp; \
then mv -f ".deps/IpVector.Tpo" ".deps/IpVector.Plo"; else rm -f ".deps/IpVector.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpVector.lo -MD -MP -MF .deps/IpVector.Tpo -c IpVector.cpp -fPIC -DPIC -o .libs/IpVector.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpZeroMatrix.lo -MD -MP -MF ".deps/IpZeroMatrix.Tpo" -c -o IpZeroMatrix.lo IpZeroMatrix.cpp; \
then mv -f ".deps/IpZeroMatrix.Tpo" ".deps/IpZeroMatrix.Plo"; else rm -f ".deps/IpZeroMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpZeroMatrix.lo -MD -MP -MF .deps/IpZeroMatrix.Tpo -c IpZeroMatrix.cpp -fPIC -DPIC -o .libs/IpZeroMatrix.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpZeroSymMatrix.lo -MD -MP -MF ".deps/IpZeroSymMatrix.Tpo" -c -o IpZeroSymMatrix.lo IpZeroSymMatrix.cpp; \
then mv -f ".deps/IpZeroSymMatrix.Tpo" ".deps/IpZeroSymMatrix.Plo"; else rm -f ".deps/IpZeroSymMatrix.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpZeroSymMatrix.lo -MD -MP -MF .deps/IpZeroSymMatrix.Tpo -c IpZeroSymMatrix.cpp -fPIC -DPIC -o .libs/IpZeroSymMatrix.o
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -o liblinalg.la -no-undefined -version-info 11:1:10 IpBlas.lo IpCompoundMatrix.lo IpCompoundSymMatrix.lo IpCompoundVector.lo IpDenseGenMatrix.lo IpDenseSymMatrix.lo IpDenseVector.lo IpDiagMatrix.lo IpExpandedMultiVectorMatrix.lo IpExpansionMatrix.lo IpIdentityMatrix.lo IpLapack.lo IpLowRankUpdateSymMatrix.lo IpMatrix.lo IpMultiVectorMatrix.lo IpScaledMatrix.lo IpSumMatrix.lo IpSumSymMatrix.lo IpSymScaledMatrix.lo IpTransposeMatrix.lo IpVector.lo IpZeroMatrix.lo IpZeroSymMatrix.lo
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
ar cru .libs/liblinalg.a .libs/IpBlas.o .libs/IpCompoundMatrix.o .libs/IpCompoundSymMatrix.o .libs/IpCompoundVector.o .libs/IpDenseGenMatrix.o .libs/IpDenseSymMatrix.o .libs/IpDenseVector.o .libs/IpDiagMatrix.o .libs/IpExpandedMultiVectorMatrix.o .libs/IpExpansionMatrix.o .libs/IpIdentityMatrix.o .libs/IpLapack.o .libs/IpLowRankUpdateSymMatrix.o .libs/IpMatrix.o .libs/IpMultiVectorMatrix.o .libs/IpScaledMatrix.o .libs/IpSumMatrix.o .libs/IpSumSymMatrix.o .libs/IpSymScaledMatrix.o .libs/IpTransposeMatrix.o .libs/IpVector.o .libs/IpZeroMatrix.o .libs/IpZeroSymMatrix.o
ranlib .libs/liblinalg.a
creating liblinalg.la
(cd .libs && rm -f liblinalg.la && ln -s ../liblinalg.la liblinalg.la)
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
Making all in src/Algorithm
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
Making all in LinearSolvers
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/LinearSolvers'
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLinearSolversRegOp.lo -MD -MP -MF ".deps/IpLinearSolversRegOp.Tpo" -c -o IpLinearSolversRegOp.lo IpLinearSolversRegOp.cpp; \
then mv -f ".deps/IpLinearSolversRegOp.Tpo" ".deps/IpLinearSolversRegOp.Plo"; else rm -f ".deps/IpLinearSolversRegOp.Tpo"; exit 1; fi
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLinearSolversRegOp.lo -MD -MP -MF .deps/IpLinearSolversRegOp.Tpo -c IpLinearSolversRegOp.cpp -fPIC -DPIC -o .libs/IpLinearSolversRegOp.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpSlackBasedTSymScalingMethod.lo -MD -MP -MF ".deps/IpSlackBasedTSymScalingMethod.Tpo" -c -o IpSlackBasedTSymScalingMethod.lo IpSlackBasedTSymScalingMethod.cpp; \
then mv -f ".deps/IpSlackBasedTSymScalingMethod.Tpo" ".deps/IpSlackBasedTSymScalingMethod.Plo"; else rm -f ".deps/IpSlackBasedTSymScalingMethod.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpSlackBasedTSymScalingMethod.lo -MD -MP -MF .deps/IpSlackBasedTSymScalingMethod.Tpo -c IpSlackBasedTSymScalingMethod.cpp -fPIC -DPIC -o .libs/IpSlackBasedTSymScalingMethod.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTripletToCSRConverter.lo -MD -MP -MF ".deps/IpTripletToCSRConverter.Tpo" -c -o IpTripletToCSRConverter.lo IpTripletToCSRConverter.cpp; \
then mv -f ".deps/IpTripletToCSRConverter.Tpo" ".deps/IpTripletToCSRConverter.Plo"; else rm -f ".deps/IpTripletToCSRConverter.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTripletToCSRConverter.lo -MD -MP -MF .deps/IpTripletToCSRConverter.Tpo -c IpTripletToCSRConverter.cpp -fPIC -DPIC -o .libs/IpTripletToCSRConverter.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTSymDependencyDetector.lo -MD -MP -MF ".deps/IpTSymDependencyDetector.Tpo" -c -o IpTSymDependencyDetector.lo IpTSymDependencyDetector.cpp; \
then mv -f ".deps/IpTSymDependencyDetector.Tpo" ".deps/IpTSymDependencyDetector.Plo"; else rm -f ".deps/IpTSymDependencyDetector.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTSymDependencyDetector.lo -MD -MP -MF .deps/IpTSymDependencyDetector.Tpo -c IpTSymDependencyDetector.cpp -fPIC -DPIC -o .libs/IpTSymDependencyDetector.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTSymLinearSolver.lo -MD -MP -MF ".deps/IpTSymLinearSolver.Tpo" -c -o IpTSymLinearSolver.lo IpTSymLinearSolver.cpp; \
then mv -f ".deps/IpTSymLinearSolver.Tpo" ".deps/IpTSymLinearSolver.Plo"; else rm -f ".deps/IpTSymLinearSolver.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTSymLinearSolver.lo -MD -MP -MF .deps/IpTSymLinearSolver.Tpo -c IpTSymLinearSolver.cpp -fPIC -DPIC -o .libs/IpTSymLinearSolver.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMa27TSolverInterface.lo -MD -MP -MF ".deps/IpMa27TSolverInterface.Tpo" -c -o IpMa27TSolverInterface.lo IpMa27TSolverInterface.cpp; \
then mv -f ".deps/IpMa27TSolverInterface.Tpo" ".deps/IpMa27TSolverInterface.Plo"; else rm -f ".deps/IpMa27TSolverInterface.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMa27TSolverInterface.lo -MD -MP -MF .deps/IpMa27TSolverInterface.Tpo -c IpMa27TSolverInterface.cpp -fPIC -DPIC -o .libs/IpMa27TSolverInterface.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMa57TSolverInterface.lo -MD -MP -MF ".deps/IpMa57TSolverInterface.Tpo" -c -o IpMa57TSolverInterface.lo IpMa57TSolverInterface.cpp; \
then mv -f ".deps/IpMa57TSolverInterface.Tpo" ".deps/IpMa57TSolverInterface.Plo"; else rm -f ".deps/IpMa57TSolverInterface.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMa57TSolverInterface.lo -MD -MP -MF .deps/IpMa57TSolverInterface.Tpo -c IpMa57TSolverInterface.cpp -fPIC -DPIC -o .libs/IpMa57TSolverInterface.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMa86SolverInterface.lo -MD -MP -MF ".deps/IpMa86SolverInterface.Tpo" -c -o IpMa86SolverInterface.lo IpMa86SolverInterface.cpp; \
then mv -f ".deps/IpMa86SolverInterface.Tpo" ".deps/IpMa86SolverInterface.Plo"; else rm -f ".deps/IpMa86SolverInterface.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMa86SolverInterface.lo -MD -MP -MF .deps/IpMa86SolverInterface.Tpo -c IpMa86SolverInterface.cpp -fPIC -DPIC -o .libs/IpMa86SolverInterface.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMa97SolverInterface.lo -MD -MP -MF ".deps/IpMa97SolverInterface.Tpo" -c -o IpMa97SolverInterface.lo IpMa97SolverInterface.cpp; \
then mv -f ".deps/IpMa97SolverInterface.Tpo" ".deps/IpMa97SolverInterface.Plo"; else rm -f ".deps/IpMa97SolverInterface.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMa97SolverInterface.lo -MD -MP -MF .deps/IpMa97SolverInterface.Tpo -c IpMa97SolverInterface.cpp -fPIC -DPIC -o .libs/IpMa97SolverInterface.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMc19TSymScalingMethod.lo -MD -MP -MF ".deps/IpMc19TSymScalingMethod.Tpo" -c -o IpMc19TSymScalingMethod.lo IpMc19TSymScalingMethod.cpp; \
then mv -f ".deps/IpMc19TSymScalingMethod.Tpo" ".deps/IpMc19TSymScalingMethod.Plo"; else rm -f ".deps/IpMc19TSymScalingMethod.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMc19TSymScalingMethod.lo -MD -MP -MF .deps/IpMc19TSymScalingMethod.Tpo -c IpMc19TSymScalingMethod.cpp -fPIC -DPIC -o .libs/IpMc19TSymScalingMethod.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMa28TDependencyDetector.lo -MD -MP -MF ".deps/IpMa28TDependencyDetector.Tpo" -c -o IpMa28TDependencyDetector.lo IpMa28TDependencyDetector.cpp; \
then mv -f ".deps/IpMa28TDependencyDetector.Tpo" ".deps/IpMa28TDependencyDetector.Plo"; else rm -f ".deps/IpMa28TDependencyDetector.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMa28TDependencyDetector.lo -MD -MP -MF .deps/IpMa28TDependencyDetector.Tpo -c IpMa28TDependencyDetector.cpp -fPIC -DPIC -o .libs/IpMa28TDependencyDetector.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMa77SolverInterface.lo -MD -MP -MF ".deps/IpMa77SolverInterface.Tpo" -c -o IpMa77SolverInterface.lo IpMa77SolverInterface.cpp; \
then mv -f ".deps/IpMa77SolverInterface.Tpo" ".deps/IpMa77SolverInterface.Plo"; else rm -f ".deps/IpMa77SolverInterface.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMa77SolverInterface.lo -MD -MP -MF .deps/IpMa77SolverInterface.Tpo -c IpMa77SolverInterface.cpp -fPIC -DPIC -o .libs/IpMa77SolverInterface.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpPardisoSolverInterface.lo -MD -MP -MF ".deps/IpPardisoSolverInterface.Tpo" -c -o IpPardisoSolverInterface.lo IpPardisoSolverInterface.cpp; \
then mv -f ".deps/IpPardisoSolverInterface.Tpo" ".deps/IpPardisoSolverInterface.Plo"; else rm -f ".deps/IpPardisoSolverInterface.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpPardisoSolverInterface.lo -MD -MP -MF .deps/IpPardisoSolverInterface.Tpo -c IpPardisoSolverInterface.cpp -fPIC -DPIC -o .libs/IpPardisoSolverInterface.o
/bin/bash ../../../../libtool --tag=F77 --mode=compile gfortran -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -c -o IpMa28Partition.lo IpMa28Partition.F
gfortran -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -c IpMa28Partition.F -fPIC -o .libs/IpMa28Partition.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMumpsSolverInterface.lo -MD -MP -MF ".deps/IpMumpsSolverInterface.Tpo" -c -o IpMumpsSolverInterface.lo IpMumpsSolverInterface.cpp; \
then mv -f ".deps/IpMumpsSolverInterface.Tpo" ".deps/IpMumpsSolverInterface.Plo"; else rm -f ".deps/IpMumpsSolverInterface.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/libseq -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMumpsSolverInterface.lo -MD -MP -MF .deps/IpMumpsSolverInterface.Tpo -c IpMumpsSolverInterface.cpp -fPIC -DPIC -o .libs/IpMumpsSolverInterface.o
/bin/bash ../../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -o liblinsolvers.la -no-undefined -version-info 11:1:10 IpLinearSolversRegOp.lo IpSlackBasedTSymScalingMethod.lo IpTripletToCSRConverter.lo IpTSymDependencyDetector.lo IpTSymLinearSolver.lo IpMa27TSolverInterface.lo IpMa57TSolverInterface.lo IpMa86SolverInterface.lo IpMa97SolverInterface.lo IpMc19TSymScalingMethod.lo IpMa28TDependencyDetector.lo IpMa77SolverInterface.lo IpPardisoSolverInterface.lo IpMa28Partition.lo IpMumpsSolverInterface.lo
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
ar cru .libs/liblinsolvers.a .libs/IpLinearSolversRegOp.o .libs/IpSlackBasedTSymScalingMethod.o .libs/IpTripletToCSRConverter.o .libs/IpTSymDependencyDetector.o .libs/IpTSymLinearSolver.o .libs/IpMa27TSolverInterface.o .libs/IpMa57TSolverInterface.o .libs/IpMa86SolverInterface.o .libs/IpMa97SolverInterface.o .libs/IpMc19TSymScalingMethod.o .libs/IpMa28TDependencyDetector.o .libs/IpMa77SolverInterface.o .libs/IpPardisoSolverInterface.o .libs/IpMa28Partition.o .libs/IpMumpsSolverInterface.o
ranlib .libs/liblinsolvers.a
creating liblinsolvers.la
(cd .libs && rm -f liblinsolvers.la && ln -s ../liblinsolvers.la liblinsolvers.la)
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/LinearSolvers'
Making all in Inexact
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/Inexact'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/Inexact'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpAdaptiveMuUpdate.lo -MD -MP -MF ".deps/IpAdaptiveMuUpdate.Tpo" -c -o IpAdaptiveMuUpdate.lo IpAdaptiveMuUpdate.cpp; \
then mv -f ".deps/IpAdaptiveMuUpdate.Tpo" ".deps/IpAdaptiveMuUpdate.Plo"; else rm -f ".deps/IpAdaptiveMuUpdate.Tpo"; exit 1; fi
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpAdaptiveMuUpdate.lo -MD -MP -MF .deps/IpAdaptiveMuUpdate.Tpo -c IpAdaptiveMuUpdate.cpp -fPIC -DPIC -o .libs/IpAdaptiveMuUpdate.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpAlgBuilder.lo -MD -MP -MF ".deps/IpAlgBuilder.Tpo" -c -o IpAlgBuilder.lo IpAlgBuilder.cpp; \
then mv -f ".deps/IpAlgBuilder.Tpo" ".deps/IpAlgBuilder.Plo"; else rm -f ".deps/IpAlgBuilder.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpAlgBuilder.lo -MD -MP -MF .deps/IpAlgBuilder.Tpo -c IpAlgBuilder.cpp -fPIC -DPIC -o .libs/IpAlgBuilder.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpAlgorithmRegOp.lo -MD -MP -MF ".deps/IpAlgorithmRegOp.Tpo" -c -o IpAlgorithmRegOp.lo IpAlgorithmRegOp.cpp; \
then mv -f ".deps/IpAlgorithmRegOp.Tpo" ".deps/IpAlgorithmRegOp.Plo"; else rm -f ".deps/IpAlgorithmRegOp.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpAlgorithmRegOp.lo -MD -MP -MF .deps/IpAlgorithmRegOp.Tpo -c IpAlgorithmRegOp.cpp -fPIC -DPIC -o .libs/IpAlgorithmRegOp.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpAugRestoSystemSolver.lo -MD -MP -MF ".deps/IpAugRestoSystemSolver.Tpo" -c -o IpAugRestoSystemSolver.lo IpAugRestoSystemSolver.cpp; \
then mv -f ".deps/IpAugRestoSystemSolver.Tpo" ".deps/IpAugRestoSystemSolver.Plo"; else rm -f ".deps/IpAugRestoSystemSolver.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpAugRestoSystemSolver.lo -MD -MP -MF .deps/IpAugRestoSystemSolver.Tpo -c IpAugRestoSystemSolver.cpp -fPIC -DPIC -o .libs/IpAugRestoSystemSolver.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpBacktrackingLineSearch.lo -MD -MP -MF ".deps/IpBacktrackingLineSearch.Tpo" -c -o IpBacktrackingLineSearch.lo IpBacktrackingLineSearch.cpp; \
then mv -f ".deps/IpBacktrackingLineSearch.Tpo" ".deps/IpBacktrackingLineSearch.Plo"; else rm -f ".deps/IpBacktrackingLineSearch.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpBacktrackingLineSearch.lo -MD -MP -MF .deps/IpBacktrackingLineSearch.Tpo -c IpBacktrackingLineSearch.cpp -fPIC -DPIC -o .libs/IpBacktrackingLineSearch.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpDefaultIterateInitializer.lo -MD -MP -MF ".deps/IpDefaultIterateInitializer.Tpo" -c -o IpDefaultIterateInitializer.lo IpDefaultIterateInitializer.cpp; \
then mv -f ".deps/IpDefaultIterateInitializer.Tpo" ".deps/IpDefaultIterateInitializer.Plo"; else rm -f ".deps/IpDefaultIterateInitializer.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpDefaultIterateInitializer.lo -MD -MP -MF .deps/IpDefaultIterateInitializer.Tpo -c IpDefaultIterateInitializer.cpp -fPIC -DPIC -o .libs/IpDefaultIterateInitializer.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpEquilibrationScaling.lo -MD -MP -MF ".deps/IpEquilibrationScaling.Tpo" -c -o IpEquilibrationScaling.lo IpEquilibrationScaling.cpp; \
then mv -f ".deps/IpEquilibrationScaling.Tpo" ".deps/IpEquilibrationScaling.Plo"; else rm -f ".deps/IpEquilibrationScaling.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpEquilibrationScaling.lo -MD -MP -MF .deps/IpEquilibrationScaling.Tpo -c IpEquilibrationScaling.cpp -fPIC -DPIC -o .libs/IpEquilibrationScaling.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpExactHessianUpdater.lo -MD -MP -MF ".deps/IpExactHessianUpdater.Tpo" -c -o IpExactHessianUpdater.lo IpExactHessianUpdater.cpp; \
then mv -f ".deps/IpExactHessianUpdater.Tpo" ".deps/IpExactHessianUpdater.Plo"; else rm -f ".deps/IpExactHessianUpdater.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpExactHessianUpdater.lo -MD -MP -MF .deps/IpExactHessianUpdater.Tpo -c IpExactHessianUpdater.cpp -fPIC -DPIC -o .libs/IpExactHessianUpdater.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpFilter.lo -MD -MP -MF ".deps/IpFilter.Tpo" -c -o IpFilter.lo IpFilter.cpp; \
then mv -f ".deps/IpFilter.Tpo" ".deps/IpFilter.Plo"; else rm -f ".deps/IpFilter.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpFilter.lo -MD -MP -MF .deps/IpFilter.Tpo -c IpFilter.cpp -fPIC -DPIC -o .libs/IpFilter.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpFilterLSAcceptor.lo -MD -MP -MF ".deps/IpFilterLSAcceptor.Tpo" -c -o IpFilterLSAcceptor.lo IpFilterLSAcceptor.cpp; \
then mv -f ".deps/IpFilterLSAcceptor.Tpo" ".deps/IpFilterLSAcceptor.Plo"; else rm -f ".deps/IpFilterLSAcceptor.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpFilterLSAcceptor.lo -MD -MP -MF .deps/IpFilterLSAcceptor.Tpo -c IpFilterLSAcceptor.cpp -fPIC -DPIC -o .libs/IpFilterLSAcceptor.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpGenAugSystemSolver.lo -MD -MP -MF ".deps/IpGenAugSystemSolver.Tpo" -c -o IpGenAugSystemSolver.lo IpGenAugSystemSolver.cpp; \
then mv -f ".deps/IpGenAugSystemSolver.Tpo" ".deps/IpGenAugSystemSolver.Plo"; else rm -f ".deps/IpGenAugSystemSolver.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpGenAugSystemSolver.lo -MD -MP -MF .deps/IpGenAugSystemSolver.Tpo -c IpGenAugSystemSolver.cpp -fPIC -DPIC -o .libs/IpGenAugSystemSolver.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpGradientScaling.lo -MD -MP -MF ".deps/IpGradientScaling.Tpo" -c -o IpGradientScaling.lo IpGradientScaling.cpp; \
then mv -f ".deps/IpGradientScaling.Tpo" ".deps/IpGradientScaling.Plo"; else rm -f ".deps/IpGradientScaling.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpGradientScaling.lo -MD -MP -MF .deps/IpGradientScaling.Tpo -c IpGradientScaling.cpp -fPIC -DPIC -o .libs/IpGradientScaling.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpIpoptAlg.lo -MD -MP -MF ".deps/IpIpoptAlg.Tpo" -c -o IpIpoptAlg.lo IpIpoptAlg.cpp; \
then mv -f ".deps/IpIpoptAlg.Tpo" ".deps/IpIpoptAlg.Plo"; else rm -f ".deps/IpIpoptAlg.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpIpoptAlg.lo -MD -MP -MF .deps/IpIpoptAlg.Tpo -c IpIpoptAlg.cpp -fPIC -DPIC -o .libs/IpIpoptAlg.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpIpoptCalculatedQuantities.lo -MD -MP -MF ".deps/IpIpoptCalculatedQuantities.Tpo" -c -o IpIpoptCalculatedQuantities.lo IpIpoptCalculatedQuantities.cpp; \
then mv -f ".deps/IpIpoptCalculatedQuantities.Tpo" ".deps/IpIpoptCalculatedQuantities.Plo"; else rm -f ".deps/IpIpoptCalculatedQuantities.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpIpoptCalculatedQuantities.lo -MD -MP -MF .deps/IpIpoptCalculatedQuantities.Tpo -c IpIpoptCalculatedQuantities.cpp -fPIC -DPIC -o .libs/IpIpoptCalculatedQuantities.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpIpoptData.lo -MD -MP -MF ".deps/IpIpoptData.Tpo" -c -o IpIpoptData.lo IpIpoptData.cpp; \
then mv -f ".deps/IpIpoptData.Tpo" ".deps/IpIpoptData.Plo"; else rm -f ".deps/IpIpoptData.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpIpoptData.lo -MD -MP -MF .deps/IpIpoptData.Tpo -c IpIpoptData.cpp -fPIC -DPIC -o .libs/IpIpoptData.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpIteratesVector.lo -MD -MP -MF ".deps/IpIteratesVector.Tpo" -c -o IpIteratesVector.lo IpIteratesVector.cpp; \
then mv -f ".deps/IpIteratesVector.Tpo" ".deps/IpIteratesVector.Plo"; else rm -f ".deps/IpIteratesVector.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpIteratesVector.lo -MD -MP -MF .deps/IpIteratesVector.Tpo -c IpIteratesVector.cpp -fPIC -DPIC -o .libs/IpIteratesVector.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLeastSquareMults.lo -MD -MP -MF ".deps/IpLeastSquareMults.Tpo" -c -o IpLeastSquareMults.lo IpLeastSquareMults.cpp; \
then mv -f ".deps/IpLeastSquareMults.Tpo" ".deps/IpLeastSquareMults.Plo"; else rm -f ".deps/IpLeastSquareMults.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLeastSquareMults.lo -MD -MP -MF .deps/IpLeastSquareMults.Tpo -c IpLeastSquareMults.cpp -fPIC -DPIC -o .libs/IpLeastSquareMults.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLimMemQuasiNewtonUpdater.lo -MD -MP -MF ".deps/IpLimMemQuasiNewtonUpdater.Tpo" -c -o IpLimMemQuasiNewtonUpdater.lo IpLimMemQuasiNewtonUpdater.cpp; \
then mv -f ".deps/IpLimMemQuasiNewtonUpdater.Tpo" ".deps/IpLimMemQuasiNewtonUpdater.Plo"; else rm -f ".deps/IpLimMemQuasiNewtonUpdater.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLimMemQuasiNewtonUpdater.lo -MD -MP -MF .deps/IpLimMemQuasiNewtonUpdater.Tpo -c IpLimMemQuasiNewtonUpdater.cpp -fPIC -DPIC -o .libs/IpLimMemQuasiNewtonUpdater.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLoqoMuOracle.lo -MD -MP -MF ".deps/IpLoqoMuOracle.Tpo" -c -o IpLoqoMuOracle.lo IpLoqoMuOracle.cpp; \
then mv -f ".deps/IpLoqoMuOracle.Tpo" ".deps/IpLoqoMuOracle.Plo"; else rm -f ".deps/IpLoqoMuOracle.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLoqoMuOracle.lo -MD -MP -MF .deps/IpLoqoMuOracle.Tpo -c IpLoqoMuOracle.cpp -fPIC -DPIC -o .libs/IpLoqoMuOracle.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLowRankAugSystemSolver.lo -MD -MP -MF ".deps/IpLowRankAugSystemSolver.Tpo" -c -o IpLowRankAugSystemSolver.lo IpLowRankAugSystemSolver.cpp; \
then mv -f ".deps/IpLowRankAugSystemSolver.Tpo" ".deps/IpLowRankAugSystemSolver.Plo"; else rm -f ".deps/IpLowRankAugSystemSolver.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLowRankAugSystemSolver.lo -MD -MP -MF .deps/IpLowRankAugSystemSolver.Tpo -c IpLowRankAugSystemSolver.cpp -fPIC -DPIC -o .libs/IpLowRankAugSystemSolver.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLowRankSSAugSystemSolver.lo -MD -MP -MF ".deps/IpLowRankSSAugSystemSolver.Tpo" -c -o IpLowRankSSAugSystemSolver.lo IpLowRankSSAugSystemSolver.cpp; \
then mv -f ".deps/IpLowRankSSAugSystemSolver.Tpo" ".deps/IpLowRankSSAugSystemSolver.Plo"; else rm -f ".deps/IpLowRankSSAugSystemSolver.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpLowRankSSAugSystemSolver.lo -MD -MP -MF .deps/IpLowRankSSAugSystemSolver.Tpo -c IpLowRankSSAugSystemSolver.cpp -fPIC -DPIC -o .libs/IpLowRankSSAugSystemSolver.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMonotoneMuUpdate.lo -MD -MP -MF ".deps/IpMonotoneMuUpdate.Tpo" -c -o IpMonotoneMuUpdate.lo IpMonotoneMuUpdate.cpp; \
then mv -f ".deps/IpMonotoneMuUpdate.Tpo" ".deps/IpMonotoneMuUpdate.Plo"; else rm -f ".deps/IpMonotoneMuUpdate.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpMonotoneMuUpdate.lo -MD -MP -MF .deps/IpMonotoneMuUpdate.Tpo -c IpMonotoneMuUpdate.cpp -fPIC -DPIC -o .libs/IpMonotoneMuUpdate.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpNLPBoundsRemover.lo -MD -MP -MF ".deps/IpNLPBoundsRemover.Tpo" -c -o IpNLPBoundsRemover.lo IpNLPBoundsRemover.cpp; \
then mv -f ".deps/IpNLPBoundsRemover.Tpo" ".deps/IpNLPBoundsRemover.Plo"; else rm -f ".deps/IpNLPBoundsRemover.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpNLPBoundsRemover.lo -MD -MP -MF .deps/IpNLPBoundsRemover.Tpo -c IpNLPBoundsRemover.cpp -fPIC -DPIC -o .libs/IpNLPBoundsRemover.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpNLPScaling.lo -MD -MP -MF ".deps/IpNLPScaling.Tpo" -c -o IpNLPScaling.lo IpNLPScaling.cpp; \
then mv -f ".deps/IpNLPScaling.Tpo" ".deps/IpNLPScaling.Plo"; else rm -f ".deps/IpNLPScaling.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpNLPScaling.lo -MD -MP -MF .deps/IpNLPScaling.Tpo -c IpNLPScaling.cpp -fPIC -DPIC -o .libs/IpNLPScaling.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpOptErrorConvCheck.lo -MD -MP -MF ".deps/IpOptErrorConvCheck.Tpo" -c -o IpOptErrorConvCheck.lo IpOptErrorConvCheck.cpp; \
then mv -f ".deps/IpOptErrorConvCheck.Tpo" ".deps/IpOptErrorConvCheck.Plo"; else rm -f ".deps/IpOptErrorConvCheck.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpOptErrorConvCheck.lo -MD -MP -MF .deps/IpOptErrorConvCheck.Tpo -c IpOptErrorConvCheck.cpp -fPIC -DPIC -o .libs/IpOptErrorConvCheck.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpOrigIpoptNLP.lo -MD -MP -MF ".deps/IpOrigIpoptNLP.Tpo" -c -o IpOrigIpoptNLP.lo IpOrigIpoptNLP.cpp; \
then mv -f ".deps/IpOrigIpoptNLP.Tpo" ".deps/IpOrigIpoptNLP.Plo"; else rm -f ".deps/IpOrigIpoptNLP.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpOrigIpoptNLP.lo -MD -MP -MF .deps/IpOrigIpoptNLP.Tpo -c IpOrigIpoptNLP.cpp -fPIC -DPIC -o .libs/IpOrigIpoptNLP.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpOrigIterationOutput.lo -MD -MP -MF ".deps/IpOrigIterationOutput.Tpo" -c -o IpOrigIterationOutput.lo IpOrigIterationOutput.cpp; \
then mv -f ".deps/IpOrigIterationOutput.Tpo" ".deps/IpOrigIterationOutput.Plo"; else rm -f ".deps/IpOrigIterationOutput.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpOrigIterationOutput.lo -MD -MP -MF .deps/IpOrigIterationOutput.Tpo -c IpOrigIterationOutput.cpp -fPIC -DPIC -o .libs/IpOrigIterationOutput.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpPDFullSpaceSolver.lo -MD -MP -MF ".deps/IpPDFullSpaceSolver.Tpo" -c -o IpPDFullSpaceSolver.lo IpPDFullSpaceSolver.cpp; \
then mv -f ".deps/IpPDFullSpaceSolver.Tpo" ".deps/IpPDFullSpaceSolver.Plo"; else rm -f ".deps/IpPDFullSpaceSolver.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpPDFullSpaceSolver.lo -MD -MP -MF .deps/IpPDFullSpaceSolver.Tpo -c IpPDFullSpaceSolver.cpp -fPIC -DPIC -o .libs/IpPDFullSpaceSolver.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpPDPerturbationHandler.lo -MD -MP -MF ".deps/IpPDPerturbationHandler.Tpo" -c -o IpPDPerturbationHandler.lo IpPDPerturbationHandler.cpp; \
then mv -f ".deps/IpPDPerturbationHandler.Tpo" ".deps/IpPDPerturbationHandler.Plo"; else rm -f ".deps/IpPDPerturbationHandler.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpPDPerturbationHandler.lo -MD -MP -MF .deps/IpPDPerturbationHandler.Tpo -c IpPDPerturbationHandler.cpp -fPIC -DPIC -o .libs/IpPDPerturbationHandler.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpPDSearchDirCalc.lo -MD -MP -MF ".deps/IpPDSearchDirCalc.Tpo" -c -o IpPDSearchDirCalc.lo IpPDSearchDirCalc.cpp; \
then mv -f ".deps/IpPDSearchDirCalc.Tpo" ".deps/IpPDSearchDirCalc.Plo"; else rm -f ".deps/IpPDSearchDirCalc.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpPDSearchDirCalc.lo -MD -MP -MF .deps/IpPDSearchDirCalc.Tpo -c IpPDSearchDirCalc.cpp -fPIC -DPIC -o .libs/IpPDSearchDirCalc.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpPenaltyLSAcceptor.lo -MD -MP -MF ".deps/IpPenaltyLSAcceptor.Tpo" -c -o IpPenaltyLSAcceptor.lo IpPenaltyLSAcceptor.cpp; \
then mv -f ".deps/IpPenaltyLSAcceptor.Tpo" ".deps/IpPenaltyLSAcceptor.Plo"; else rm -f ".deps/IpPenaltyLSAcceptor.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpPenaltyLSAcceptor.lo -MD -MP -MF .deps/IpPenaltyLSAcceptor.Tpo -c IpPenaltyLSAcceptor.cpp -fPIC -DPIC -o .libs/IpPenaltyLSAcceptor.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpProbingMuOracle.lo -MD -MP -MF ".deps/IpProbingMuOracle.Tpo" -c -o IpProbingMuOracle.lo IpProbingMuOracle.cpp; \
then mv -f ".deps/IpProbingMuOracle.Tpo" ".deps/IpProbingMuOracle.Plo"; else rm -f ".deps/IpProbingMuOracle.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpProbingMuOracle.lo -MD -MP -MF .deps/IpProbingMuOracle.Tpo -c IpProbingMuOracle.cpp -fPIC -DPIC -o .libs/IpProbingMuOracle.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpQualityFunctionMuOracle.lo -MD -MP -MF ".deps/IpQualityFunctionMuOracle.Tpo" -c -o IpQualityFunctionMuOracle.lo IpQualityFunctionMuOracle.cpp; \
then mv -f ".deps/IpQualityFunctionMuOracle.Tpo" ".deps/IpQualityFunctionMuOracle.Plo"; else rm -f ".deps/IpQualityFunctionMuOracle.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpQualityFunctionMuOracle.lo -MD -MP -MF .deps/IpQualityFunctionMuOracle.Tpo -c IpQualityFunctionMuOracle.cpp -fPIC -DPIC -o .libs/IpQualityFunctionMuOracle.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoConvCheck.lo -MD -MP -MF ".deps/IpRestoConvCheck.Tpo" -c -o IpRestoConvCheck.lo IpRestoConvCheck.cpp; \
then mv -f ".deps/IpRestoConvCheck.Tpo" ".deps/IpRestoConvCheck.Plo"; else rm -f ".deps/IpRestoConvCheck.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoConvCheck.lo -MD -MP -MF .deps/IpRestoConvCheck.Tpo -c IpRestoConvCheck.cpp -fPIC -DPIC -o .libs/IpRestoConvCheck.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoFilterConvCheck.lo -MD -MP -MF ".deps/IpRestoFilterConvCheck.Tpo" -c -o IpRestoFilterConvCheck.lo IpRestoFilterConvCheck.cpp; \
then mv -f ".deps/IpRestoFilterConvCheck.Tpo" ".deps/IpRestoFilterConvCheck.Plo"; else rm -f ".deps/IpRestoFilterConvCheck.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoFilterConvCheck.lo -MD -MP -MF .deps/IpRestoFilterConvCheck.Tpo -c IpRestoFilterConvCheck.cpp -fPIC -DPIC -o .libs/IpRestoFilterConvCheck.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoIpoptNLP.lo -MD -MP -MF ".deps/IpRestoIpoptNLP.Tpo" -c -o IpRestoIpoptNLP.lo IpRestoIpoptNLP.cpp; \
then mv -f ".deps/IpRestoIpoptNLP.Tpo" ".deps/IpRestoIpoptNLP.Plo"; else rm -f ".deps/IpRestoIpoptNLP.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoIpoptNLP.lo -MD -MP -MF .deps/IpRestoIpoptNLP.Tpo -c IpRestoIpoptNLP.cpp -fPIC -DPIC -o .libs/IpRestoIpoptNLP.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoIterateInitializer.lo -MD -MP -MF ".deps/IpRestoIterateInitializer.Tpo" -c -o IpRestoIterateInitializer.lo IpRestoIterateInitializer.cpp; \
then mv -f ".deps/IpRestoIterateInitializer.Tpo" ".deps/IpRestoIterateInitializer.Plo"; else rm -f ".deps/IpRestoIterateInitializer.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoIterateInitializer.lo -MD -MP -MF .deps/IpRestoIterateInitializer.Tpo -c IpRestoIterateInitializer.cpp -fPIC -DPIC -o .libs/IpRestoIterateInitializer.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoIterationOutput.lo -MD -MP -MF ".deps/IpRestoIterationOutput.Tpo" -c -o IpRestoIterationOutput.lo IpRestoIterationOutput.cpp; \
then mv -f ".deps/IpRestoIterationOutput.Tpo" ".deps/IpRestoIterationOutput.Plo"; else rm -f ".deps/IpRestoIterationOutput.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoIterationOutput.lo -MD -MP -MF .deps/IpRestoIterationOutput.Tpo -c IpRestoIterationOutput.cpp -fPIC -DPIC -o .libs/IpRestoIterationOutput.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoMinC_1Nrm.lo -MD -MP -MF ".deps/IpRestoMinC_1Nrm.Tpo" -c -o IpRestoMinC_1Nrm.lo IpRestoMinC_1Nrm.cpp; \
then mv -f ".deps/IpRestoMinC_1Nrm.Tpo" ".deps/IpRestoMinC_1Nrm.Plo"; else rm -f ".deps/IpRestoMinC_1Nrm.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoMinC_1Nrm.lo -MD -MP -MF .deps/IpRestoMinC_1Nrm.Tpo -c IpRestoMinC_1Nrm.cpp -fPIC -DPIC -o .libs/IpRestoMinC_1Nrm.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoPenaltyConvCheck.lo -MD -MP -MF ".deps/IpRestoPenaltyConvCheck.Tpo" -c -o IpRestoPenaltyConvCheck.lo IpRestoPenaltyConvCheck.cpp; \
then mv -f ".deps/IpRestoPenaltyConvCheck.Tpo" ".deps/IpRestoPenaltyConvCheck.Plo"; else rm -f ".deps/IpRestoPenaltyConvCheck.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoPenaltyConvCheck.lo -MD -MP -MF .deps/IpRestoPenaltyConvCheck.Tpo -c IpRestoPenaltyConvCheck.cpp -fPIC -DPIC -o .libs/IpRestoPenaltyConvCheck.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoRestoPhase.lo -MD -MP -MF ".deps/IpRestoRestoPhase.Tpo" -c -o IpRestoRestoPhase.lo IpRestoRestoPhase.cpp; \
then mv -f ".deps/IpRestoRestoPhase.Tpo" ".deps/IpRestoRestoPhase.Plo"; else rm -f ".deps/IpRestoRestoPhase.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpRestoRestoPhase.lo -MD -MP -MF .deps/IpRestoRestoPhase.Tpo -c IpRestoRestoPhase.cpp -fPIC -DPIC -o .libs/IpRestoRestoPhase.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpStdAugSystemSolver.lo -MD -MP -MF ".deps/IpStdAugSystemSolver.Tpo" -c -o IpStdAugSystemSolver.lo IpStdAugSystemSolver.cpp; \
then mv -f ".deps/IpStdAugSystemSolver.Tpo" ".deps/IpStdAugSystemSolver.Plo"; else rm -f ".deps/IpStdAugSystemSolver.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpStdAugSystemSolver.lo -MD -MP -MF .deps/IpStdAugSystemSolver.Tpo -c IpStdAugSystemSolver.cpp -fPIC -DPIC -o .libs/IpStdAugSystemSolver.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTimingStatistics.lo -MD -MP -MF ".deps/IpTimingStatistics.Tpo" -c -o IpTimingStatistics.lo IpTimingStatistics.cpp; \
then mv -f ".deps/IpTimingStatistics.Tpo" ".deps/IpTimingStatistics.Plo"; else rm -f ".deps/IpTimingStatistics.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpTimingStatistics.lo -MD -MP -MF .deps/IpTimingStatistics.Tpo -c IpTimingStatistics.cpp -fPIC -DPIC -o .libs/IpTimingStatistics.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpUserScaling.lo -MD -MP -MF ".deps/IpUserScaling.Tpo" -c -o IpUserScaling.lo IpUserScaling.cpp; \
then mv -f ".deps/IpUserScaling.Tpo" ".deps/IpUserScaling.Plo"; else rm -f ".deps/IpUserScaling.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpUserScaling.lo -MD -MP -MF .deps/IpUserScaling.Tpo -c IpUserScaling.cpp -fPIC -DPIC -o .libs/IpUserScaling.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpWarmStartIterateInitializer.lo -MD -MP -MF ".deps/IpWarmStartIterateInitializer.Tpo" -c -o IpWarmStartIterateInitializer.lo IpWarmStartIterateInitializer.cpp; \
then mv -f ".deps/IpWarmStartIterateInitializer.Tpo" ".deps/IpWarmStartIterateInitializer.Plo"; else rm -f ".deps/IpWarmStartIterateInitializer.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpWarmStartIterateInitializer.lo -MD -MP -MF .deps/IpWarmStartIterateInitializer.Tpo -c IpWarmStartIterateInitializer.cpp -fPIC -DPIC -o .libs/IpWarmStartIterateInitializer.o
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -o libipoptalg.la -no-undefined -version-info 11:1:10 IpAdaptiveMuUpdate.lo IpAlgBuilder.lo IpAlgorithmRegOp.lo IpAugRestoSystemSolver.lo IpBacktrackingLineSearch.lo IpDefaultIterateInitializer.lo IpEquilibrationScaling.lo IpExactHessianUpdater.lo IpFilter.lo IpFilterLSAcceptor.lo IpGenAugSystemSolver.lo IpGradientScaling.lo IpIpoptAlg.lo IpIpoptCalculatedQuantities.lo IpIpoptData.lo IpIteratesVector.lo IpLeastSquareMults.lo IpLimMemQuasiNewtonUpdater.lo IpLoqoMuOracle.lo IpLowRankAugSystemSolver.lo IpLowRankSSAugSystemSolver.lo IpMonotoneMuUpdate.lo IpNLPBoundsRemover.lo IpNLPScaling.lo IpOptErrorConvCheck.lo IpOrigIpoptNLP.lo IpOrigIterationOutput.lo IpPDFullSpaceSolver.lo IpPDPerturbationHandler.lo IpPDSearchDirCalc.lo IpPenaltyLSAcceptor.lo IpProbingMuOracle.lo IpQualityFunctionMuOracle.lo IpRestoConvCheck.lo IpRestoFilterConvCheck.lo IpRestoIpoptNLP.lo IpRestoIterateInitializer.lo IpRestoIterationOutput.lo IpRestoMinC_1Nrm.lo IpRestoPenaltyConvCheck.lo IpRestoRestoPhase.lo IpStdAugSystemSolver.lo IpTimingStatistics.lo IpUserScaling.lo IpWarmStartIterateInitializer.lo
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
ar cru .libs/libipoptalg.a .libs/IpAdaptiveMuUpdate.o .libs/IpAlgBuilder.o .libs/IpAlgorithmRegOp.o .libs/IpAugRestoSystemSolver.o .libs/IpBacktrackingLineSearch.o .libs/IpDefaultIterateInitializer.o .libs/IpEquilibrationScaling.o .libs/IpExactHessianUpdater.o .libs/IpFilter.o .libs/IpFilterLSAcceptor.o .libs/IpGenAugSystemSolver.o .libs/IpGradientScaling.o .libs/IpIpoptAlg.o .libs/IpIpoptCalculatedQuantities.o .libs/IpIpoptData.o .libs/IpIteratesVector.o .libs/IpLeastSquareMults.o .libs/IpLimMemQuasiNewtonUpdater.o .libs/IpLoqoMuOracle.o .libs/IpLowRankAugSystemSolver.o .libs/IpLowRankSSAugSystemSolver.o .libs/IpMonotoneMuUpdate.o .libs/IpNLPBoundsRemover.o .libs/IpNLPScaling.o .libs/IpOptErrorConvCheck.o .libs/IpOrigIpoptNLP.o .libs/IpOrigIterationOutput.o .libs/IpPDFullSpaceSolver.o .libs/IpPDPerturbationHandler.o .libs/IpPDSearchDirCalc.o .libs/IpPenaltyLSAcceptor.o .libs/IpProbingMuOracle.o .libs/IpQualityFunctionMuOracle.o .libs/IpRestoConvCheck.o .libs/IpRestoFilterConvCheck.o .libs/IpRestoIpoptNLP.o .libs/IpRestoIterateInitializer.o .libs/IpRestoIterationOutput.o .libs/IpRestoMinC_1Nrm.o .libs/IpRestoPenaltyConvCheck.o .libs/IpRestoRestoPhase.o .libs/IpStdAugSystemSolver.o .libs/IpTimingStatistics.o .libs/IpUserScaling.o .libs/IpWarmStartIterateInitializer.o
ranlib .libs/libipoptalg.a
creating libipoptalg.la
(cd .libs && rm -f libipoptalg.la && ln -s ../libipoptalg.la libipoptalg.la)
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
Making all in src/contrib/CGPenalty
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/CGPenalty'
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCGPenaltyCq.lo -MD -MP -MF ".deps/IpCGPenaltyCq.Tpo" -c -o IpCGPenaltyCq.lo IpCGPenaltyCq.cpp; \
then mv -f ".deps/IpCGPenaltyCq.Tpo" ".deps/IpCGPenaltyCq.Plo"; else rm -f ".deps/IpCGPenaltyCq.Tpo"; exit 1; fi
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCGPenaltyCq.lo -MD -MP -MF .deps/IpCGPenaltyCq.Tpo -c IpCGPenaltyCq.cpp -fPIC -DPIC -o .libs/IpCGPenaltyCq.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCGPenaltyData.lo -MD -MP -MF ".deps/IpCGPenaltyData.Tpo" -c -o IpCGPenaltyData.lo IpCGPenaltyData.cpp; \
then mv -f ".deps/IpCGPenaltyData.Tpo" ".deps/IpCGPenaltyData.Plo"; else rm -f ".deps/IpCGPenaltyData.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCGPenaltyData.lo -MD -MP -MF .deps/IpCGPenaltyData.Tpo -c IpCGPenaltyData.cpp -fPIC -DPIC -o .libs/IpCGPenaltyData.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCGPenaltyLSAcceptor.lo -MD -MP -MF ".deps/IpCGPenaltyLSAcceptor.Tpo" -c -o IpCGPenaltyLSAcceptor.lo IpCGPenaltyLSAcceptor.cpp; \
then mv -f ".deps/IpCGPenaltyLSAcceptor.Tpo" ".deps/IpCGPenaltyLSAcceptor.Plo"; else rm -f ".deps/IpCGPenaltyLSAcceptor.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCGPenaltyLSAcceptor.lo -MD -MP -MF .deps/IpCGPenaltyLSAcceptor.Tpo -c IpCGPenaltyLSAcceptor.cpp -fPIC -DPIC -o .libs/IpCGPenaltyLSAcceptor.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCGPenaltyRegOp.lo -MD -MP -MF ".deps/IpCGPenaltyRegOp.Tpo" -c -o IpCGPenaltyRegOp.lo IpCGPenaltyRegOp.cpp; \
then mv -f ".deps/IpCGPenaltyRegOp.Tpo" ".deps/IpCGPenaltyRegOp.Plo"; else rm -f ".deps/IpCGPenaltyRegOp.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCGPenaltyRegOp.lo -MD -MP -MF .deps/IpCGPenaltyRegOp.Tpo -c IpCGPenaltyRegOp.cpp -fPIC -DPIC -o .libs/IpCGPenaltyRegOp.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCGPerturbationHandler.lo -MD -MP -MF ".deps/IpCGPerturbationHandler.Tpo" -c -o IpCGPerturbationHandler.lo IpCGPerturbationHandler.cpp; \
then mv -f ".deps/IpCGPerturbationHandler.Tpo" ".deps/IpCGPerturbationHandler.Plo"; else rm -f ".deps/IpCGPerturbationHandler.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCGPerturbationHandler.lo -MD -MP -MF .deps/IpCGPerturbationHandler.Tpo -c IpCGPerturbationHandler.cpp -fPIC -DPIC -o .libs/IpCGPerturbationHandler.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCGSearchDirCalc.lo -MD -MP -MF ".deps/IpCGSearchDirCalc.Tpo" -c -o IpCGSearchDirCalc.lo IpCGSearchDirCalc.cpp; \
then mv -f ".deps/IpCGSearchDirCalc.Tpo" ".deps/IpCGSearchDirCalc.Plo"; else rm -f ".deps/IpCGSearchDirCalc.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpCGSearchDirCalc.lo -MD -MP -MF .deps/IpCGSearchDirCalc.Tpo -c IpCGSearchDirCalc.cpp -fPIC -DPIC -o .libs/IpCGSearchDirCalc.o
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpPiecewisePenalty.lo -MD -MP -MF ".deps/IpPiecewisePenalty.Tpo" -c -o IpPiecewisePenalty.lo IpPiecewisePenalty.cpp; \
then mv -f ".deps/IpPiecewisePenalty.Tpo" ".deps/IpPiecewisePenalty.Plo"; else rm -f ".deps/IpPiecewisePenalty.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT IpPiecewisePenalty.lo -MD -MP -MF .deps/IpPiecewisePenalty.Tpo -c IpPiecewisePenalty.cpp -fPIC -DPIC -o .libs/IpPiecewisePenalty.o
/bin/bash ../../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -o libcgpenalty.la -no-undefined -version-info 11:1:10 IpCGPenaltyCq.lo IpCGPenaltyData.lo IpCGPenaltyLSAcceptor.lo IpCGPenaltyRegOp.lo IpCGPerturbationHandler.lo IpCGSearchDirCalc.lo IpPiecewisePenalty.lo
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
ar cru .libs/libcgpenalty.a .libs/IpCGPenaltyCq.o .libs/IpCGPenaltyData.o .libs/IpCGPenaltyLSAcceptor.o .libs/IpCGPenaltyRegOp.o .libs/IpCGPerturbationHandler.o .libs/IpCGSearchDirCalc.o .libs/IpPiecewisePenalty.o
ranlib .libs/libcgpenalty.a
creating libcgpenalty.la
(cd .libs && rm -f libcgpenalty.la && ln -s ../libcgpenalty.la libcgpenalty.la)
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/CGPenalty'
Making all in src/contrib/LinearSolverLoader
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/LinearSolverLoader'
if /bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../Algorithm/LinearSolvers` -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT LibraryHandler.lo -MD -MP -MF ".deps/LibraryHandler.Tpo" -c -o LibraryHandler.lo LibraryHandler.c; \
then mv -f ".deps/LibraryHandler.Tpo" ".deps/LibraryHandler.Plo"; else rm -f ".deps/LibraryHandler.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../Algorithm/LinearSolvers -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT LibraryHandler.lo -MD -MP -MF .deps/LibraryHandler.Tpo -c LibraryHandler.c -fPIC -DPIC -o .libs/LibraryHandler.o
if /bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../Algorithm/LinearSolvers` -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT HSLLoader.lo -MD -MP -MF ".deps/HSLLoader.Tpo" -c -o HSLLoader.lo HSLLoader.c; \
then mv -f ".deps/HSLLoader.Tpo" ".deps/HSLLoader.Plo"; else rm -f ".deps/HSLLoader.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../Algorithm/LinearSolvers -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT HSLLoader.lo -MD -MP -MF .deps/HSLLoader.Tpo -c HSLLoader.c -fPIC -DPIC -o .libs/HSLLoader.o
if /bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../Algorithm/LinearSolvers` -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT PardisoLoader.lo -MD -MP -MF ".deps/PardisoLoader.Tpo" -c -o PardisoLoader.lo PardisoLoader.c; \
then mv -f ".deps/PardisoLoader.Tpo" ".deps/PardisoLoader.Plo"; else rm -f ".deps/PardisoLoader.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../Algorithm/LinearSolvers -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT PardisoLoader.lo -MD -MP -MF .deps/PardisoLoader.Tpo -c PardisoLoader.c -fPIC -DPIC -o .libs/PardisoLoader.o
/bin/bash ../../../../libtool --tag=CC --mode=link gcc -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -o libLinearSolverLoader.la LibraryHandler.lo HSLLoader.lo PardisoLoader.lo
ar cru .libs/libLinearSolverLoader.a .libs/LibraryHandler.o .libs/HSLLoader.o .libs/PardisoLoader.o
ranlib .libs/libLinearSolverLoader.a
creating libLinearSolverLoader.la
(cd .libs && rm -f libLinearSolverLoader.la && ln -s ../libLinearSolverLoader.la libLinearSolverLoader.la)
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/LinearSolverLoader'
Making all in src/Interfaces
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Interfaces'
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpInterfacesRegOp.lo -MD -MP -MF ".deps/IpInterfacesRegOp.Tpo" -c -o IpInterfacesRegOp.lo IpInterfacesRegOp.cpp; \
then mv -f ".deps/IpInterfacesRegOp.Tpo" ".deps/IpInterfacesRegOp.Plo"; else rm -f ".deps/IpInterfacesRegOp.Tpo"; exit 1; fi
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpInterfacesRegOp.lo -MD -MP -MF .deps/IpInterfacesRegOp.Tpo -c IpInterfacesRegOp.cpp -fPIC -DPIC -o .libs/IpInterfacesRegOp.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpIpoptApplication.lo -MD -MP -MF ".deps/IpIpoptApplication.Tpo" -c -o IpIpoptApplication.lo IpIpoptApplication.cpp; \
then mv -f ".deps/IpIpoptApplication.Tpo" ".deps/IpIpoptApplication.Plo"; else rm -f ".deps/IpIpoptApplication.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpIpoptApplication.lo -MD -MP -MF .deps/IpIpoptApplication.Tpo -c IpIpoptApplication.cpp -fPIC -DPIC -o .libs/IpIpoptApplication.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpSolveStatistics.lo -MD -MP -MF ".deps/IpSolveStatistics.Tpo" -c -o IpSolveStatistics.lo IpSolveStatistics.cpp; \
then mv -f ".deps/IpSolveStatistics.Tpo" ".deps/IpSolveStatistics.Plo"; else rm -f ".deps/IpSolveStatistics.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpSolveStatistics.lo -MD -MP -MF .deps/IpSolveStatistics.Tpo -c IpSolveStatistics.cpp -fPIC -DPIC -o .libs/IpSolveStatistics.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpStdCInterface.lo -MD -MP -MF ".deps/IpStdCInterface.Tpo" -c -o IpStdCInterface.lo IpStdCInterface.cpp; \
then mv -f ".deps/IpStdCInterface.Tpo" ".deps/IpStdCInterface.Plo"; else rm -f ".deps/IpStdCInterface.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpStdCInterface.lo -MD -MP -MF .deps/IpStdCInterface.Tpo -c IpStdCInterface.cpp -fPIC -DPIC -o .libs/IpStdCInterface.o
if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I`echo ./../Common` -MT IpStdFInterface.lo -MD -MP -MF ".deps/IpStdFInterface.Tpo" -c -o IpStdFInterface.lo IpStdFInterface.c; \
then mv -f ".deps/IpStdFInterface.Tpo" ".deps/IpStdFInterface.Plo"; else rm -f ".deps/IpStdFInterface.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I./../Common -MT IpStdFInterface.lo -MD -MP -MF .deps/IpStdFInterface.Tpo -c IpStdFInterface.c -fPIC -DPIC -o .libs/IpStdFInterface.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpStdInterfaceTNLP.lo -MD -MP -MF ".deps/IpStdInterfaceTNLP.Tpo" -c -o IpStdInterfaceTNLP.lo IpStdInterfaceTNLP.cpp; \
then mv -f ".deps/IpStdInterfaceTNLP.Tpo" ".deps/IpStdInterfaceTNLP.Plo"; else rm -f ".deps/IpStdInterfaceTNLP.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpStdInterfaceTNLP.lo -MD -MP -MF .deps/IpStdInterfaceTNLP.Tpo -c IpStdInterfaceTNLP.cpp -fPIC -DPIC -o .libs/IpStdInterfaceTNLP.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpTNLPAdapter.lo -MD -MP -MF ".deps/IpTNLPAdapter.Tpo" -c -o IpTNLPAdapter.lo IpTNLPAdapter.cpp; \
then mv -f ".deps/IpTNLPAdapter.Tpo" ".deps/IpTNLPAdapter.Plo"; else rm -f ".deps/IpTNLPAdapter.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpTNLPAdapter.lo -MD -MP -MF .deps/IpTNLPAdapter.Tpo -c IpTNLPAdapter.cpp -fPIC -DPIC -o .libs/IpTNLPAdapter.o
if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpTNLPReducer.lo -MD -MP -MF ".deps/IpTNLPReducer.Tpo" -c -o IpTNLPReducer.lo IpTNLPReducer.cpp; \
then mv -f ".deps/IpTNLPReducer.Tpo" ".deps/IpTNLPReducer.Plo"; else rm -f ".deps/IpTNLPReducer.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpTNLPReducer.lo -MD -MP -MF .deps/IpTNLPReducer.Tpo -c IpTNLPReducer.cpp -fPIC -DPIC -o .libs/IpTNLPReducer.o
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -o libipopt.la -rpath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib -no-undefined -version-info 11:1:10 IpInterfacesRegOp.lo IpIpoptApplication.lo IpSolveStatistics.lo IpStdCInterface.lo IpStdFInterface.lo IpStdInterfaceTNLP.lo IpTNLPAdapter.lo IpTNLPReducer.lo ../contrib/LinearSolverLoader/libLinearSolverLoader.la ../contrib/CGPenalty/libcgpenalty.la ../Algorithm/libipoptalg.la ../Algorithm/LinearSolvers/liblinsolvers.la ../Common/libcommon.la ../LinAlg/liblinalg.la ../LinAlg/TMatrices/libtmatrices.la /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/libcoinmumps.la /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -lm -ldl
*** Warning: Linking the shared library libipopt.la against the
*** static library /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a is not portable!
*** Warning: Linking the shared library libipopt.la against the
*** static library /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a is not portable!
g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/IpInterfacesRegOp.o .libs/IpIpoptApplication.o .libs/IpSolveStatistics.o .libs/IpStdCInterface.o .libs/IpStdFInterface.o .libs/IpStdInterfaceTNLP.o .libs/IpTNLPAdapter.o .libs/IpTNLPReducer.o -Wl,--whole-archive ../contrib/LinearSolverLoader/.libs/libLinearSolverLoader.a ../contrib/CGPenalty/.libs/libcgpenalty.a ../Algorithm/.libs/libipoptalg.a ../Algorithm/LinearSolvers/.libs/liblinsolvers.a ../Common/.libs/libcommon.a ../LinAlg/.libs/liblinalg.a ../LinAlg/TMatrices/.libs/libtmatrices.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/.libs -Wl,--rpath -Wl,/home/rs/.julia/v0.4/Ipopt/deps/usr/lib /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/.libs/libcoinmumps.so -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -ldl -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libipopt.so.1 -o .libs/libipopt.so.1.10.1
(cd .libs && rm -f libipopt.so.1 && ln -s libipopt.so.1.10.1 libipopt.so.1)
(cd .libs && rm -f libipopt.so && ln -s libipopt.so.1.10.1 libipopt.so)
creating libipopt.la
(cd .libs && rm -f libipopt.la && ln -s ../libipopt.la libipopt.la)
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Interfaces'
Making all in src/Apps
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
Making all in CUTErInterface
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/CUTErInterface'
if test -z "$MYCUTER" -o -z "$CUTER"; then \
rm -f ipoma.f; \
cp ./ipoma-dummy.f ipoma.f; \
else \
sed "/#{sizing}/r $MYCUTER/double/config/tools.siz" CUTErInterface.f | sed -f $MYCUTER/double/config/cast.sed | sed "s/C64BIT//" > ipoma.f; \
fi
/bin/bash ../../../../libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o ipoma.lo ipoma.f
mkdir .libs
gfortran -O3 -pipe -c ipoma.f -fPIC -o .libs/ipoma.o
/bin/bash ../../../../libtool --tag=F77 --mode=link gfortran -O3 -pipe -o libdummy.la ipoma.lo
ar cru .libs/libdummy.a .libs/ipoma.o
ranlib .libs/libdummy.a
creating libdummy.la
(cd .libs && rm -f libdummy.la && ln -s ../libdummy.la libdummy.la)
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/CUTErInterface'
Making all in AmplSolver
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/AmplSolver'
if /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Algorithm` -I`echo ./../../Interfaces` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL/solvers -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT AmplTNLP.lo -MD -MP -MF ".deps/AmplTNLP.Tpo" -c -o AmplTNLP.lo AmplTNLP.cpp; \
then mv -f ".deps/AmplTNLP.Tpo" ".deps/AmplTNLP.Plo"; else rm -f ".deps/AmplTNLP.Tpo"; exit 1; fi
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Algorithm -I./../../Interfaces -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL/solvers -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT AmplTNLP.lo -MD -MP -MF .deps/AmplTNLP.Tpo -c AmplTNLP.cpp -fPIC -DPIC -o .libs/AmplTNLP.o
/bin/bash ../../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -o libipoptamplinterface.la -rpath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib -no-undefined -version-info 11:1:10 AmplTNLP.lo ../../Interfaces/libipopt.la /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL/libcoinasl.la -lm -ldl
g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/AmplTNLP.o -Wl,--rpath -Wl,/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Interfaces/.libs -Wl,--rpath -Wl,/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL/.libs -Wl,--rpath -Wl,/home/rs/.julia/v0.4/Ipopt/deps/usr/lib ../../Interfaces/.libs/libipopt.so -L/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/.libs /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL/.libs/libcoinasl.so -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libipoptamplinterface.so.1 -o .libs/libipoptamplinterface.so.1.10.1
(cd .libs && rm -f libipoptamplinterface.so.1 && ln -s libipoptamplinterface.so.1.10.1 libipoptamplinterface.so.1)
(cd .libs && rm -f libipoptamplinterface.so && ln -s libipoptamplinterface.so.1.10.1 libipoptamplinterface.so)
creating libipoptamplinterface.la
(cd .libs && rm -f libipoptamplinterface.la && ln -s ../libipoptamplinterface.la libipoptamplinterface.la)
if g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Algorithm` -I`echo ./../../Interfaces` -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL -I/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL/solvers -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT ampl_ipopt.o -MD -MP -MF ".deps/ampl_ipopt.Tpo" -c -o ampl_ipopt.o ampl_ipopt.cpp; \
then mv -f ".deps/ampl_ipopt.Tpo" ".deps/ampl_ipopt.Po"; else rm -f ".deps/ampl_ipopt.Tpo"; exit 1; fi
/bin/bash ../../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -o ipopt ampl_ipopt.o libipoptamplinterface.la ../../Interfaces/libipopt.la /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL/libcoinasl.la -lm -ldl /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/libcoinmumps.la /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -lm -ldl
g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -o .libs/ipopt ampl_ipopt.o ./.libs/libipoptamplinterface.so /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Interfaces/.libs/libipopt.so ../../Interfaces/.libs/libipopt.so /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL/.libs/libcoinasl.so /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/.libs/libcoinmumps.so -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -lm -ldl -Wl,--rpath -Wl,/home/rs/.julia/v0.4/Ipopt/deps/usr/lib
creating ipopt
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/AmplSolver'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1'
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1
Making all in ThirdParty/ASL
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL'
Making all in ThirdParty/Mumps
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps'
Making all in Ipopt
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
Making all in src/Common
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
make all-am
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
Making all in src/LinAlg
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
Making all in TMatrices
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg/TMatrices'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg/TMatrices'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
Making all in src/Algorithm
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
Making all in LinearSolvers
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/LinearSolvers'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/LinearSolvers'
Making all in Inexact
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/Inexact'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/Inexact'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
Making all in src/contrib/CGPenalty
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/CGPenalty'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/CGPenalty'
Making all in src/contrib/LinearSolverLoader
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/LinearSolverLoader'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/LinearSolverLoader'
Making all in src/Interfaces
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Interfaces'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Interfaces'
Making all in src/Apps
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
Making all in CUTErInterface
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/CUTErInterface'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/CUTErInterface'
Making all in AmplSolver
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/AmplSolver'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/AmplSolver'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1'
cd Ipopt; make test
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
Making all in src/Common
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
make all-am
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
Making all in src/LinAlg
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
Making all in TMatrices
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg/TMatrices'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg/TMatrices'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
Making all in src/Algorithm
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
Making all in LinearSolvers
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/LinearSolvers'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/LinearSolvers'
Making all in Inexact
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/Inexact'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/Inexact'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
Making all in src/contrib/CGPenalty
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/CGPenalty'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/CGPenalty'
Making all in src/contrib/LinearSolverLoader
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/LinearSolverLoader'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/LinearSolverLoader'
Making all in src/Interfaces
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Interfaces'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Interfaces'
Making all in src/Apps
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
Making all in CUTErInterface
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/CUTErInterface'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/CUTErInterface'
Making all in AmplSolver
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/AmplSolver'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/AmplSolver'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
cd test; make test
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/test'
if g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../src/Common -I`echo ./../src/Common` -I`echo ./../src/LinAlg` -I`echo ./../src/LinAlg/TMatrices` -I`echo ./../src/Algorithm` -I`echo ./../src/Interfaces` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT hs071_main.o -MD -MP -MF ".deps/hs071_main.Tpo" -c -o hs071_main.o hs071_main.cpp; \
then mv -f ".deps/hs071_main.Tpo" ".deps/hs071_main.Po"; else rm -f ".deps/hs071_main.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../src/Common -I`echo ./../src/Common` -I`echo ./../src/LinAlg` -I`echo ./../src/LinAlg/TMatrices` -I`echo ./../src/Algorithm` -I`echo ./../src/Interfaces` -O3 -pipe -DNDEBUG -DIPOPT_BUILD -MT hs071_nlp.o -MD -MP -MF ".deps/hs071_nlp.Tpo" -c -o hs071_nlp.o hs071_nlp.cpp; \
then mv -f ".deps/hs071_nlp.Tpo" ".deps/hs071_nlp.Po"; else rm -f ".deps/hs071_nlp.Tpo"; exit 1; fi
/bin/bash ../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -o hs071_cpp hs071_main.o hs071_nlp.o ../src/Interfaces/libipopt.la /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/libcoinmumps.la /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -lm -ldl
mkdir .libs
g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -o .libs/hs071_cpp hs071_main.o hs071_nlp.o ../src/Interfaces/.libs/libipopt.so /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/.libs/libcoinmumps.so -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -lm -ldl -Wl,--rpath -Wl,/home/rs/.julia/v0.4/Ipopt/deps/usr/lib
creating hs071_cpp
if gcc -DHAVE_CONFIG_H -I. -I`echo .` -I../src/Common -I`echo ./../src/Common` -I`echo ./../src/LinAlg` -I`echo ./../src/LinAlg/TMatrices` -I`echo ./../src/Algorithm` -I`echo ./../src/Interfaces` -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT hs071_c.o -MD -MP -MF ".deps/hs071_c.Tpo" -c -o hs071_c.o hs071_c.c; \
then mv -f ".deps/hs071_c.Tpo" ".deps/hs071_c.Po"; else rm -f ".deps/hs071_c.Tpo"; exit 1; fi
/bin/bash ../../libtool --tag=CC --mode=link gcc -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -o hs071_c hs071_c.o ../src/Interfaces/libipopt.la /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/libcoinmumps.la /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -lm -ldl -lstdc++ -lm
gcc -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -o .libs/hs071_c hs071_c.o ../src/Interfaces/.libs/libipopt.so /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/.libs/libcoinmumps.so -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -ldl -lstdc++ -lm -Wl,--rpath -Wl,/home/rs/.julia/v0.4/Ipopt/deps/usr/lib
creating hs071_c
ln -s ../examples/hs071_f/hs071_f.f hs071_f.f
gfortran -I`echo ./../src/Interfaces` -O3 -pipe -c -o hs071_f.o hs071_f.f
/bin/bash ../../libtool --tag=F77 --mode=link gfortran -I`echo ./../src/Interfaces` -O3 -pipe -o hs071_f hs071_f.o ../src/Interfaces/libipopt.la /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/libcoinmumps.la /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -lm -ldl -lstdc++ -lm
gfortran -I./../src/Interfaces -O3 -pipe -o .libs/hs071_f hs071_f.o ../src/Interfaces/.libs/libipopt.so /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/.libs/libcoinmumps.so -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -ldl -lstdc++ -lm -Wl,--rpath -Wl,/home/rs/.julia/v0.4/Ipopt/deps/usr/lib
creating hs071_f
chmod u+x ./run_unitTests
./run_unitTests
Running unitTests...
Testing AMPL Solver Executable...
Test passed!
Testing C++ Example...
Test passed!
Testing C Example...
Test passed!
Testing Fortran Example...
Test passed!
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/test'
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
INFO: Changing Directory to /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1
Making install in ThirdParty/ASL
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL'
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL'
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib"
if test -f libcoinasl.la; then \
/bin/bash ./../../libtool --mode=install /usr/bin/install -c libcoinasl.la "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinasl.la"; \
fi
/usr/bin/install -c .libs/libcoinasl.so.1.3.2 /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinasl.so.1.3.2
(cd /home/rs/.julia/v0.4/Ipopt/deps/usr/lib && { ln -s -f libcoinasl.so.1.3.2 libcoinasl.so.1 || { rm -f libcoinasl.so.1 && ln -s libcoinasl.so.1.3.2 libcoinasl.so.1; }; })
(cd /home/rs/.julia/v0.4/Ipopt/deps/usr/lib && { ln -s -f libcoinasl.so.1.3.2 libcoinasl.so || { rm -f libcoinasl.so && ln -s libcoinasl.so.1.3.2 libcoinasl.so; }; })
/usr/bin/install -c .libs/libcoinasl.lai /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinasl.la
PATH="$PATH:/sbin" ldconfig -n /home/rs/.julia/v0.4/Ipopt/deps/usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/rs/.julia/v0.4/Ipopt/deps/usr/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib"
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig"
/usr/bin/install -c -m 644 'coinasl.pc' '/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig/coinasl.pc'
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty"
/usr/bin/install -c -m 644 'solvers/asl.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/asl.h'
/usr/bin/install -c -m 644 'solvers/asl_pfg.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/asl_pfg.h'
/usr/bin/install -c -m 644 'solvers/asl_pfgh.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/asl_pfgh.h'
/usr/bin/install -c -m 644 'solvers/psinfo.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/psinfo.h'
/usr/bin/install -c -m 644 'solvers/funcadd.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/funcadd.h'
/usr/bin/install -c -m 644 'solvers/nlp.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/nlp.h'
/usr/bin/install -c -m 644 'solvers/nlp2.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/nlp2.h'
/usr/bin/install -c -m 644 'solvers/getstub.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/getstub.h'
/usr/bin/install -c -m 644 'solvers/opcode.hd' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/opcode.hd'
/usr/bin/install -c -m 644 'solvers/r_opn.hd' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/r_opn.hd'
/usr/bin/install -c -m 644 'stdio1.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/stdio1.h'
/usr/bin/install -c -m 644 'arith.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/arith.h'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL'
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL'
Making install in ThirdParty/Mumps
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps'
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps'
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib"
/bin/bash ./../../libtool --mode=install /usr/bin/install -c 'libcoinmumps.la' '/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinmumps.la'
/usr/bin/install -c .libs/libcoinmumps.so.1.5.2 /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinmumps.so.1.5.2
(cd /home/rs/.julia/v0.4/Ipopt/deps/usr/lib && { ln -s -f libcoinmumps.so.1.5.2 libcoinmumps.so.1 || { rm -f libcoinmumps.so.1 && ln -s libcoinmumps.so.1.5.2 libcoinmumps.so.1; }; })
(cd /home/rs/.julia/v0.4/Ipopt/deps/usr/lib && { ln -s -f libcoinmumps.so.1.5.2 libcoinmumps.so || { rm -f libcoinmumps.so && ln -s libcoinmumps.so.1.5.2 libcoinmumps.so; }; })
/usr/bin/install -c .libs/libcoinmumps.lai /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinmumps.la
PATH="$PATH:/sbin" ldconfig -n /home/rs/.julia/v0.4/Ipopt/deps/usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/rs/.julia/v0.4/Ipopt/deps/usr/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig"
/usr/bin/install -c -m 644 'coinmumps.pc' '/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig/coinmumps.pc'
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty"
/usr/bin/install -c -m 644 'MUMPS/include/dmumps_c.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/dmumps_c.h'
/usr/bin/install -c -m 644 'MUMPS/include/mumps_compat.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/mumps_compat.h'
/usr/bin/install -c -m 644 'MUMPS/include/mumps_c_types.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/mumps_c_types.h'
/usr/bin/install -c -m 644 'MUMPS/libseq/mpi.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/ThirdParty/mpi.h'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps'
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps'
Making install in Ipopt
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
Making install in src/Common
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/install-sh -c -m 644 config_ipopt.h /home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpoptConfig.h
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin"
/usr/bin/install -c -m 644 'IpCachedResults.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpCachedResults.hpp'
/usr/bin/install -c -m 644 'IpDebug.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpDebug.hpp'
/usr/bin/install -c -m 644 'IpException.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpException.hpp'
/usr/bin/install -c -m 644 'IpJournalist.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpJournalist.hpp'
/usr/bin/install -c -m 644 'IpObserver.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpObserver.hpp'
/usr/bin/install -c -m 644 'IpOptionsList.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpOptionsList.hpp'
/usr/bin/install -c -m 644 'IpReferenced.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpReferenced.hpp'
/usr/bin/install -c -m 644 'IpRegOptions.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpRegOptions.hpp'
/usr/bin/install -c -m 644 'IpSmartPtr.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpSmartPtr.hpp'
/usr/bin/install -c -m 644 'IpTaggedObject.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpTaggedObject.hpp'
/usr/bin/install -c -m 644 'IpTimedTask.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpTimedTask.hpp'
/usr/bin/install -c -m 644 'IpTypes.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpTypes.hpp'
/usr/bin/install -c -m 644 'IpUtils.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpUtils.hpp'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Common'
Making install in src/LinAlg
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
Making install in TMatrices
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg/TMatrices'
make[4]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg/TMatrices'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg/TMatrices'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg/TMatrices'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
make[4]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin"
/usr/bin/install -c -m 644 'IpMatrix.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpMatrix.hpp'
/usr/bin/install -c -m 644 'IpSymMatrix.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpSymMatrix.hpp'
/usr/bin/install -c -m 644 'IpExpansionMatrix.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpExpansionMatrix.hpp'
/usr/bin/install -c -m 644 'IpVector.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpVector.hpp'
/usr/bin/install -c -m 644 'IpDenseVector.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpDenseVector.hpp'
/usr/bin/install -c -m 644 'IpCompoundVector.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpCompoundVector.hpp'
/usr/bin/install -c -m 644 'IpBlas.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpBlas.hpp'
/usr/bin/install -c -m 644 'IpLapack.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpLapack.hpp'
make[4]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/LinAlg'
Making install in src/Algorithm
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
Making install in LinearSolvers
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/LinearSolvers'
make[4]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/LinearSolvers'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/LinearSolvers'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/LinearSolvers'
Making install in Inexact
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/Inexact'
make[4]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/Inexact'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/Inexact'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm/Inexact'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
make[4]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin"
/usr/bin/install -c -m 644 'IpIpoptCalculatedQuantities.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpIpoptCalculatedQuantities.hpp'
/usr/bin/install -c -m 644 'IpIpoptData.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpIpoptData.hpp'
/usr/bin/install -c -m 644 'IpIteratesVector.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpIteratesVector.hpp'
/usr/bin/install -c -m 644 'IpTimingStatistics.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpTimingStatistics.hpp'
/usr/bin/install -c -m 644 'IpIpoptNLP.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpIpoptNLP.hpp'
/usr/bin/install -c -m 644 'IpOrigIpoptNLP.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpOrigIpoptNLP.hpp'
/usr/bin/install -c -m 644 'IpNLPScaling.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpNLPScaling.hpp'
make[4]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Algorithm'
Making install in src/contrib/CGPenalty
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/CGPenalty'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/CGPenalty'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/CGPenalty'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/CGPenalty'
Making install in src/contrib/LinearSolverLoader
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/LinearSolverLoader'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/LinearSolverLoader'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin"
/usr/bin/install -c -m 644 'HSLLoader.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/HSLLoader.h'
/usr/bin/install -c -m 644 'PardisoLoader.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/PardisoLoader.h'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/LinearSolverLoader'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/contrib/LinearSolverLoader'
Making install in src/Interfaces
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Interfaces'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Interfaces'
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib"
/bin/bash ../../../libtool --mode=install /usr/bin/install -c 'libipopt.la' '/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libipopt.la'
libtool: install: warning: relinking `libipopt.la'
(cd /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Interfaces; /bin/bash ../../../libtool --tag=CXX --mode=relink g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -o libipopt.la -rpath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib -no-undefined -version-info 11:1:10 IpInterfacesRegOp.lo IpIpoptApplication.lo IpSolveStatistics.lo IpStdCInterface.lo IpStdFInterface.lo IpStdInterfaceTNLP.lo IpTNLPAdapter.lo IpTNLPReducer.lo ../contrib/LinearSolverLoader/libLinearSolverLoader.la ../contrib/CGPenalty/libcgpenalty.la ../Algorithm/libipoptalg.la ../Algorithm/LinearSolvers/liblinsolvers.la ../Common/libcommon.la ../LinAlg/liblinalg.la ../LinAlg/TMatrices/libtmatrices.la /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/libcoinmumps.la /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -lm -ldl )
*** Warning: Linking the shared library libipopt.la against the
*** static library /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a is not portable!
*** Warning: Linking the shared library libipopt.la against the
*** static library /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a is not portable!
g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/IpInterfacesRegOp.o .libs/IpIpoptApplication.o .libs/IpSolveStatistics.o .libs/IpStdCInterface.o .libs/IpStdFInterface.o .libs/IpStdInterfaceTNLP.o .libs/IpTNLPAdapter.o .libs/IpTNLPReducer.o -Wl,--whole-archive ../contrib/LinearSolverLoader/.libs/libLinearSolverLoader.a ../contrib/CGPenalty/.libs/libcgpenalty.a ../Algorithm/.libs/libipoptalg.a ../Algorithm/LinearSolvers/.libs/liblinsolvers.a ../Common/.libs/libcommon.a ../LinAlg/.libs/liblinalg.a ../LinAlg/TMatrices/.libs/libtmatrices.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/home/rs/.julia/v0.4/Ipopt/deps/usr/lib -L/home/rs/.julia/v0.4/Ipopt/deps/usr/lib -lcoinmumps -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -ldl -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libipopt.so.1 -o .libs/libipopt.so.1.10.1
/usr/bin/install -c .libs/libipopt.so.1.10.1T /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libipopt.so.1.10.1
(cd /home/rs/.julia/v0.4/Ipopt/deps/usr/lib && { ln -s -f libipopt.so.1.10.1 libipopt.so.1 || { rm -f libipopt.so.1 && ln -s libipopt.so.1.10.1 libipopt.so.1; }; })
(cd /home/rs/.julia/v0.4/Ipopt/deps/usr/lib && { ln -s -f libipopt.so.1.10.1 libipopt.so || { rm -f libipopt.so && ln -s libipopt.so.1.10.1 libipopt.so; }; })
/usr/bin/install -c .libs/libipopt.lai /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libipopt.la
PATH="$PATH:/sbin" ldconfig -n /home/rs/.julia/v0.4/Ipopt/deps/usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/rs/.julia/v0.4/Ipopt/deps/usr/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin"
/usr/bin/install -c -m 644 'IpAlgTypes.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpAlgTypes.hpp'
/usr/bin/install -c -m 644 'IpIpoptApplication.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpIpoptApplication.hpp'
/usr/bin/install -c -m 644 'IpNLP.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpNLP.hpp'
/usr/bin/install -c -m 644 'IpReturnCodes.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpReturnCodes.h'
/usr/bin/install -c -m 644 'IpReturnCodes.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpReturnCodes.hpp'
/usr/bin/install -c -m 644 'IpReturnCodes_inc.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpReturnCodes_inc.h'
/usr/bin/install -c -m 644 'IpReturnCodes.inc' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpReturnCodes.inc'
/usr/bin/install -c -m 644 'IpSolveStatistics.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpSolveStatistics.hpp'
/usr/bin/install -c -m 644 'IpStdCInterface.h' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpStdCInterface.h'
/usr/bin/install -c -m 644 'IpTNLP.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpTNLP.hpp'
/usr/bin/install -c -m 644 'IpTNLPAdapter.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpTNLPAdapter.hpp'
/usr/bin/install -c -m 644 'IpTNLPReducer.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/IpTNLPReducer.hpp'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Interfaces'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Interfaces'
Making install in src/Apps
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
Making install in CUTErInterface
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/CUTErInterface'
make[4]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/CUTErInterface'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/CUTErInterface'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/CUTErInterface'
Making install in AmplSolver
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/AmplSolver'
make[4]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/AmplSolver'
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib"
/bin/bash ../../../../libtool --mode=install /usr/bin/install -c 'libipoptamplinterface.la' '/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libipoptamplinterface.la'
libtool: install: warning: relinking `libipoptamplinterface.la'
(cd /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/AmplSolver; /bin/bash ../../../../libtool --tag=CXX --mode=relink g++ -O3 -pipe -DNDEBUG -DIPOPT_BUILD -o libipoptamplinterface.la -rpath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib -no-undefined -version-info 11:1:10 AmplTNLP.lo ../../Interfaces/libipopt.la /home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/ASL/libcoinasl.la -lm -ldl )
g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/AmplTNLP.o -Wl,--rpath -Wl,/home/rs/.julia/v0.4/Ipopt/deps/usr/lib -L/home/rs/.julia/v0.4/Ipopt/deps/usr/lib -lipopt -L/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/ThirdParty/Mumps/.libs -lcoinasl -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libipoptamplinterface.so.1 -o .libs/libipoptamplinterface.so.1.10.1
/usr/bin/install -c .libs/libipoptamplinterface.so.1.10.1T /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libipoptamplinterface.so.1.10.1
(cd /home/rs/.julia/v0.4/Ipopt/deps/usr/lib && { ln -s -f libipoptamplinterface.so.1.10.1 libipoptamplinterface.so.1 || { rm -f libipoptamplinterface.so.1 && ln -s libipoptamplinterface.so.1.10.1 libipoptamplinterface.so.1; }; })
(cd /home/rs/.julia/v0.4/Ipopt/deps/usr/lib && { ln -s -f libipoptamplinterface.so.1.10.1 libipoptamplinterface.so || { rm -f libipoptamplinterface.so && ln -s libipoptamplinterface.so.1.10.1 libipoptamplinterface.so; }; })
/usr/bin/install -c .libs/libipoptamplinterface.lai /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libipoptamplinterface.la
PATH="$PATH:/sbin" ldconfig -n /home/rs/.julia/v0.4/Ipopt/deps/usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/rs/.julia/v0.4/Ipopt/deps/usr/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/bin" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/bin"
/bin/bash ../../../../libtool --mode=install /usr/bin/install -c 'ipopt' '/home/rs/.julia/v0.4/Ipopt/deps/usr/bin/ipopt'
/usr/bin/install -c .libs/ipopt /home/rs/.julia/v0.4/Ipopt/deps/usr/bin/ipopt
make install-exec-hook
make[5]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/AmplSolver'
make[5]: Nothing to be done for 'install-exec-hook'.
make[5]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/AmplSolver'
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin"
/usr/bin/install -c -m 644 'AmplTNLP.hpp' '/home/rs/.julia/v0.4/Ipopt/deps/usr/include/coin/AmplTNLP.hpp'
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig"
/usr/bin/install -c -m 644 '../../../ipoptamplinterface.pc' '/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig/ipoptamplinterface.pc'
make[4]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/AmplSolver'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps/AmplSolver'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[4]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt/src/Apps'
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
make[3]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/share/coin/doc/Ipopt" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/share/coin/doc/Ipopt"
for file in README AUTHORS LICENSE; do \
if test -f "$file"; then dir=; else dir="./"; fi; \
if test -f "$dir$file"; then /usr/bin/install -c -m 644 "$dir$file" "/home/rs/.julia/v0.4/Ipopt/deps/usr/share/coin/doc/Ipopt/$file"; fi; \
done
test -z "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig" || mkdir -p -- "/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig"
/usr/bin/install -c -m 644 'ipopt.pc' '/home/rs/.julia/v0.4/Ipopt/deps/usr/lib/pkgconfig/ipopt.pc'
make install-data-hook
make[4]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
echo "-L/home/rs/.julia/v0.4/Ipopt/deps/usr/lib -lipopt -L/home/rs/.julia/v0.4/Ipopt/deps/usr/lib -lcoinmumps /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinlapack.a /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath /home/rs/.julia/v0.4/Ipopt/deps/usr/lib/libcoinblas.a -lgfortran -lm -ldl" > /home/rs/.julia/v0.4/Ipopt/deps/usr/share/coin/doc/Ipopt/ipopt_addlibs_cpp.txt
addlibs=`cat /home/rs/.julia/v0.4/Ipopt/deps/usr/share/coin/doc/Ipopt/ipopt_addlibs_cpp.txt` ; \
echo "$addlibs -lstdc++ -lm" > /home/rs/.julia/v0.4/Ipopt/deps/usr/share/coin/doc/Ipopt/ipopt_addlibs_c.txt ; \
for i in -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath coin_dummy ; do \
addlibs=`echo -n " $addlibs " | sed -e "s! $i ! !g"` ; \
done ; \
echo "$addlibs -lstdc++ -lm" > /home/rs/.julia/v0.4/Ipopt/deps/usr/share/coin/doc/Ipopt/ipopt_addlibs_f.txt
make[4]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
make[3]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1/Ipopt'
make[1]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1'
make[2]: Entering directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1'
Run make install-doxydoc to generate and install Doxygen documentation.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1'
make[1]: Leaving directory '/home/rs/.julia/v0.4/Ipopt/deps/src/Ipopt-3.12.1'
julia> using Ipopt
INFO: Recompiling stale cache file /home/rs/.julia/lib/v0.4/Ipopt.ji for module Ipopt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment