[R] can't install rugarch and nloptr packages in R 3.01 opensuse linux

ce zadig_1 at excite.com
Sun Jun 16 20:46:06 CEST 2013


Thanks for the answer.
All packages in build-requires are installed. Anyway neither configure nor make complains . After make install I get :

# find /usr -name "*nlopt*"
/usr/local/share/man/man3/nlopt.3
/usr/local/include/nlopt.f
/usr/local/include/nlopt.hpp
/usr/local/include/nlopt.h
/usr/local/lib64/libnlopt.la
/usr/local/lib64/libnlopt.a
/usr/local/lib64/pkgconfig/nlopt.pc

I attach log file of nlopt installation too.  (nlopt_opensuse.txt) 


-----Original Message-----
From: "David Winsemius" [dwinsemius at comcast.net]
Date: 06/16/2013 11:00 AM
To: "ce" <zadig_1 at excite.com>
CC: "" <r-help at r-project.org>
Subject: Re: [R] can't install rugarch and nloptr packages in R 3.01 opensuse linux


On Jun 16, 2013, at 3:42 AM, ce wrote:

> I can't install rugarch package because installation of nloptr package fails .
> 
> I use opensuse 12.3 
> # uname -a
> Linux candide 3.7.10-1.11-desktop #1 SMP PREEMPT Thu May 16 20:27:27 UTC 2013 (adf31bb) x86_64 x86_64 x86_64 GNU/Linux
> my gcc version is 4.8.1
> 
> I compiled and installed R 3.01 . then I tried to install rugarch package but it fails because it can't install depended package nloptr.  I try to install nloptr individually with install.packages("nloptr"), i get a lot of deprecated messages and it fails. I attach log file . when I try to compile nlopt software it also gives similar messages. 

The first (and only) error says:

gcc -std=gnu99 -shared -L/usr/local/lib64 -o nloptr.so nloptr.o -lm nlopt-2.3/lib/libnlopt_cxx.a -lstdc++ -L/usr/local/lib64/R/lib -lR
gcc: error: nlopt-2.3/lib/libnlopt_cxx.a: No such file or directory
make: *** [nloptr.so] Error 1
ERROR: compilation failed for package ‘nloptr’
* removing ‘/usr/local/lib64/R/library/nloptr’

It's unclear how that could be "similar" to messages when attempting to install NLopt.

There are a variety of build requirements for NLopt listed at the opens use repository:

https://build.opensuse.org/package/view_file?file=nlopt.spec&package=nlopt&project=science&rev=284a615adbf4dd3fd550237da1a4e89b

BuildRequires:  gcc-c++
BuildRequires:  hdf5-devel
BuildRequires:  octave-devel
BuildRequires:  pkgconfig
BuildRequires:  python-numpy-devel

You nave not mentioned any of those (non-R)  packages. It would seem that you should be seeking assistance in installing NLopt and that your provided material is not particularly on point of that issue. I suspect there is a mailing list for opensuse.


-- 
David.

> Following fails too:
> 
> R version 3.0.1 (2013-05-16) -- "Good Sport"
> Copyright (C) 2013 The R Foundation for Statistical Computing
> Platform: x86_64-unknown-linux-gnu (64-bit)
> 
> R is free software and comes with ABSOLUTELY NO WARRANTY.
> You are welcome to redistribute it under certain conditions.
> Type 'license()' or 'licence()' for distribution details.
> 
> R is a collaborative project with many contributors.
> Type 'contributors()' for more information and
> 'citation()' on how to cite R or R packages in publications.
> 
> Type 'demo()' for some demos, 'help()' for on-line help, or
> 'help.start()' for an HTML browser interface to help.
> Type 'q()' to quit R.
> 
>> install.packages("nloptr",repos="http://R-Forge.R-project.org")
> Warning message:
> package ‘nloptr’ is not available (for R version 3.0.1) 
> <nloptr.txt>______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

David Winsemius
Alameda, CA, USA


-------------- next part --------------
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... no
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 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
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 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 -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for unistd.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for stdint.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C thread-local keyword... __thread
checking size of unsigned int... 4
checking size of unsigned long... 8
checking for uint32_t... yes
checking for sin in -lm... yes
checking for BSDgettimeofday... no
checking for gettimeofday... yes
checking for time... yes
checking for qsort_r... yes
checking for getpid... yes
checking for gettid syscall... yes
checking for isnan... yes
checking for isinf... yes
checking for copysign... yes
configure: WARNING: Python and Guile wrappers require --enable-shared; disabling
checking for mkoctfile... mkoctfile
checking for octave... octave
checking for octave-config... octave-config
checking where octave plugins go... /usr/lib64/octave/3.6.2/site/oct/x86_64-suse-linux-gnu
checking where octave scripts go... /usr/share/octave/3.6.2/site/m
configure: WARNING: mkoctfile requires --enable-shared; won't compile Octave plugin
checking for mex... no
configure: WARNING: can't find mex: won't be able to compile Matlab plugin
checking for working HUGE_VAL... ok
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nlopt.pc
config.status: creating api/Makefile
config.status: creating util/Makefile
config.status: creating octave/Makefile
config.status: creating direct/Makefile
config.status: creating cdirect/Makefile
config.status: creating stogo/Makefile
config.status: creating praxis/Makefile
config.status: creating lbfgs/Makefile
config.status: creating luksan/Makefile
config.status: creating crs/Makefile
config.status: creating mlsl/Makefile
config.status: creating mma/Makefile
config.status: creating cobyla/Makefile
config.status: creating newuoa/Makefile
config.status: creating neldermead/Makefile
config.status: creating auglag/Makefile
config.status: creating bobyqa/Makefile
config.status: creating isres/Makefile
config.status: creating slsqp/Makefile
config.status: creating test/Makefile
config.status: creating swig/Makefile
config.status: creating swig/nlopt.scm
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
candide:/home/root/nlopt-2.3 # (Bmake
make  all-recursive
make[1]: Entering directory `/home/root/nlopt-2.3'
Making all in util
make[2]: Entering directory `/home/root/nlopt-2.3/util'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../api   -g -O2 -MT mt19937ar.lo -MD -MP -MF .deps/mt19937ar.Tpo -c -o mt19937ar.lo mt19937ar.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../api -g -O2 -MT mt19937ar.lo -MD -MP -MF .deps/mt19937ar.Tpo -c mt19937ar.c -o mt19937ar.o
mv -f .deps/mt19937ar.Tpo .deps/mt19937ar.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../api   -g -O2 -MT sobolseq.lo -MD -MP -MF .deps/sobolseq.Tpo -c -o sobolseq.lo sobolseq.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../api -g -O2 -MT sobolseq.lo -MD -MP -MF .deps/sobolseq.Tpo -c sobolseq.c -o sobolseq.o
mv -f .deps/sobolseq.Tpo .deps/sobolseq.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../api   -g -O2 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../api -g -O2 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o
mv -f .deps/timer.Tpo .deps/timer.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../api   -g -O2 -MT stop.lo -MD -MP -MF .deps/stop.Tpo -c -o stop.lo stop.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../api -g -O2 -MT stop.lo -MD -MP -MF .deps/stop.Tpo -c stop.c -o stop.o
mv -f .deps/stop.Tpo .deps/stop.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../api   -g -O2 -MT redblack.lo -MD -MP -MF .deps/redblack.Tpo -c -o redblack.lo redblack.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../api -g -O2 -MT redblack.lo -MD -MP -MF .deps/redblack.Tpo -c redblack.c -o redblack.o
mv -f .deps/redblack.Tpo .deps/redblack.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../api   -g -O2 -MT qsort_r.lo -MD -MP -MF .deps/qsort_r.Tpo -c -o qsort_r.lo qsort_r.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../api -g -O2 -MT qsort_r.lo -MD -MP -MF .deps/qsort_r.Tpo -c qsort_r.c -o qsort_r.o
mv -f .deps/qsort_r.Tpo .deps/qsort_r.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../api   -g -O2 -MT rescale.lo -MD -MP -MF .deps/rescale.Tpo -c -o rescale.lo rescale.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../api -g -O2 -MT rescale.lo -MD -MP -MF .deps/rescale.Tpo -c rescale.c -o rescale.o
mv -f .deps/rescale.Tpo .deps/rescale.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libutil.la  mt19937ar.lo sobolseq.lo timer.lo stop.lo redblack.lo qsort_r.lo rescale.lo  -lm 
libtool: link: ar cru .libs/libutil.a  mt19937ar.o sobolseq.o timer.o stop.o redblack.o qsort_r.o rescale.o
libtool: link: ranlib .libs/libutil.a
libtool: link: ( cd ".libs" && rm -f "libutil.la" && ln -s "../libutil.la" "libutil.la" )
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../api   -g -O2 -MT redblack_test.o -MD -MP -MF .deps/redblack_test.Tpo -c -o redblack_test.o redblack_test.c
mv -f .deps/redblack_test.Tpo .deps/redblack_test.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o redblack_test redblack_test.o libutil.la -lm 
libtool: link: gcc -std=gnu99 -g -O2 -o redblack_test redblack_test.o  ./.libs/libutil.a -lm
make[2]: Leaving directory `/home/root/nlopt-2.3/util'
Making all in direct
make[2]: Entering directory `/home/root/nlopt-2.3/direct'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT DIRect.lo -MD -MP -MF .deps/DIRect.Tpo -c -o DIRect.lo DIRect.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT DIRect.lo -MD -MP -MF .deps/DIRect.Tpo -c DIRect.c -o DIRect.o
mv -f .deps/DIRect.Tpo .deps/DIRect.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT direct_wrap.lo -MD -MP -MF .deps/direct_wrap.Tpo -c -o direct_wrap.lo direct_wrap.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT direct_wrap.lo -MD -MP -MF .deps/direct_wrap.Tpo -c direct_wrap.c -o direct_wrap.o
mv -f .deps/direct_wrap.Tpo .deps/direct_wrap.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT DIRserial.lo -MD -MP -MF .deps/DIRserial.Tpo -c -o DIRserial.lo DIRserial.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT DIRserial.lo -MD -MP -MF .deps/DIRserial.Tpo -c DIRserial.c -o DIRserial.o
mv -f .deps/DIRserial.Tpo .deps/DIRserial.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT DIRsubrout.lo -MD -MP -MF .deps/DIRsubrout.Tpo -c -o DIRsubrout.lo DIRsubrout.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT DIRsubrout.lo -MD -MP -MF .deps/DIRsubrout.Tpo -c DIRsubrout.c -o DIRsubrout.o
mv -f .deps/DIRsubrout.Tpo .deps/DIRsubrout.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libdirect.la  DIRect.lo direct_wrap.lo DIRserial.lo DIRsubrout.lo  -lm 
libtool: link: ar cru .libs/libdirect.a  DIRect.o direct_wrap.o DIRserial.o DIRsubrout.o
libtool: link: ranlib .libs/libdirect.a
libtool: link: ( cd ".libs" && rm -f "libdirect.la" && ln -s "../libdirect.la" "libdirect.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/direct'
Making all in cdirect
make[2]: Entering directory `/home/root/nlopt-2.3/cdirect'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT cdirect.lo -MD -MP -MF .deps/cdirect.Tpo -c -o cdirect.lo cdirect.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT cdirect.lo -MD -MP -MF .deps/cdirect.Tpo -c cdirect.c -o cdirect.o
mv -f .deps/cdirect.Tpo .deps/cdirect.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT hybrid.lo -MD -MP -MF .deps/hybrid.Tpo -c -o hybrid.lo hybrid.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT hybrid.lo -MD -MP -MF .deps/hybrid.Tpo -c hybrid.c -o hybrid.o
hybrid.c: In function 'optimize_rect':
hybrid.c:91:6: warning: 'nlopt_minimize' is deprecated (declared at ../api/nlopt.h:325) [-Wdeprecated-declarations]
      ret = nlopt_minimize(p->local_alg, n, fcount, p, 
      ^
mv -f .deps/hybrid.Tpo .deps/hybrid.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libcdirect.la  cdirect.lo hybrid.lo  -lm 
libtool: link: ar cru .libs/libcdirect.a  cdirect.o hybrid.o
libtool: link: ranlib .libs/libcdirect.a
libtool: link: ( cd ".libs" && rm -f "libcdirect.la" && ln -s "../libcdirect.la" "libcdirect.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/cdirect'
Making all in praxis
make[2]: Entering directory `/home/root/nlopt-2.3/praxis'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT praxis.lo -MD -MP -MF .deps/praxis.Tpo -c -o praxis.lo praxis.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT praxis.lo -MD -MP -MF .deps/praxis.Tpo -c praxis.c -o praxis.o
mv -f .deps/praxis.Tpo .deps/praxis.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libpraxis.la  praxis.lo  -lm 
libtool: link: ar cru .libs/libpraxis.a  praxis.o
libtool: link: ranlib .libs/libpraxis.a
libtool: link: ( cd ".libs" && rm -f "libpraxis.la" && ln -s "../libpraxis.la" "libpraxis.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/praxis'
Making all in luksan
make[2]: Entering directory `/home/root/nlopt-2.3/luksan'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT plis.lo -MD -MP -MF .deps/plis.Tpo -c -o plis.lo plis.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT plis.lo -MD -MP -MF .deps/plis.Tpo -c plis.c -o plis.o
mv -f .deps/plis.Tpo .deps/plis.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT plip.lo -MD -MP -MF .deps/plip.Tpo -c -o plip.lo plip.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT plip.lo -MD -MP -MF .deps/plip.Tpo -c plip.c -o plip.o
mv -f .deps/plip.Tpo .deps/plip.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT pnet.lo -MD -MP -MF .deps/pnet.Tpo -c -o pnet.lo pnet.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT pnet.lo -MD -MP -MF .deps/pnet.Tpo -c pnet.c -o pnet.o
mv -f .deps/pnet.Tpo .deps/pnet.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT mssubs.lo -MD -MP -MF .deps/mssubs.Tpo -c -o mssubs.lo mssubs.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT mssubs.lo -MD -MP -MF .deps/mssubs.Tpo -c mssubs.c -o mssubs.o
mv -f .deps/mssubs.Tpo .deps/mssubs.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT pssubs.lo -MD -MP -MF .deps/pssubs.Tpo -c -o pssubs.lo pssubs.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT pssubs.lo -MD -MP -MF .deps/pssubs.Tpo -c pssubs.c -o pssubs.o
mv -f .deps/pssubs.Tpo .deps/pssubs.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libluksan.la  plis.lo plip.lo pnet.lo mssubs.lo pssubs.lo  -lm 
libtool: link: ar cru .libs/libluksan.a  plis.o plip.o pnet.o mssubs.o pssubs.o
libtool: link: ranlib .libs/libluksan.a
libtool: link: ( cd ".libs" && rm -f "libluksan.la" && ln -s "../libluksan.la" "libluksan.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/luksan'
Making all in crs
make[2]: Entering directory `/home/root/nlopt-2.3/crs'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT crs.lo -MD -MP -MF .deps/crs.Tpo -c -o crs.lo crs.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT crs.lo -MD -MP -MF .deps/crs.Tpo -c crs.c -o crs.o
mv -f .deps/crs.Tpo .deps/crs.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libcrs.la  crs.lo  -lm 
libtool: link: ar cru .libs/libcrs.a  crs.o
libtool: link: ranlib .libs/libcrs.a
libtool: link: ( cd ".libs" && rm -f "libcrs.la" && ln -s "../libcrs.la" "libcrs.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/crs'
Making all in mlsl
make[2]: Entering directory `/home/root/nlopt-2.3/mlsl'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT mlsl.lo -MD -MP -MF .deps/mlsl.Tpo -c -o mlsl.lo mlsl.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT mlsl.lo -MD -MP -MF .deps/mlsl.Tpo -c mlsl.c -o mlsl.o
mv -f .deps/mlsl.Tpo .deps/mlsl.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libmlsl.la  mlsl.lo  -lm 
libtool: link: ar cru .libs/libmlsl.a  mlsl.o
libtool: link: ranlib .libs/libmlsl.a
libtool: link: ( cd ".libs" && rm -f "libmlsl.la" && ln -s "../libmlsl.la" "libmlsl.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/mlsl'
Making all in mma
make[2]: Entering directory `/home/root/nlopt-2.3/mma'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT mma.lo -MD -MP -MF .deps/mma.Tpo -c -o mma.lo mma.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT mma.lo -MD -MP -MF .deps/mma.Tpo -c mma.c -o mma.o
mv -f .deps/mma.Tpo .deps/mma.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT ccsa_quadratic.lo -MD -MP -MF .deps/ccsa_quadratic.Tpo -c -o ccsa_quadratic.lo ccsa_quadratic.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT ccsa_quadratic.lo -MD -MP -MF .deps/ccsa_quadratic.Tpo -c ccsa_quadratic.c -o ccsa_quadratic.o
mv -f .deps/ccsa_quadratic.Tpo .deps/ccsa_quadratic.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libmma.la  mma.lo ccsa_quadratic.lo  -lm 
libtool: link: ar cru .libs/libmma.a  mma.o ccsa_quadratic.o
libtool: link: ranlib .libs/libmma.a
libtool: link: ( cd ".libs" && rm -f "libmma.la" && ln -s "../libmma.la" "libmma.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/mma'
Making all in cobyla
make[2]: Entering directory `/home/root/nlopt-2.3/cobyla'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT cobyla.lo -MD -MP -MF .deps/cobyla.Tpo -c -o cobyla.lo cobyla.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT cobyla.lo -MD -MP -MF .deps/cobyla.Tpo -c cobyla.c -o cobyla.o
mv -f .deps/cobyla.Tpo .deps/cobyla.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libcobyla.la  cobyla.lo  -lm 
libtool: link: ar cru .libs/libcobyla.a  cobyla.o
libtool: link: ranlib .libs/libcobyla.a
libtool: link: ( cd ".libs" && rm -f "libcobyla.la" && ln -s "../libcobyla.la" "libcobyla.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/cobyla'
Making all in newuoa
make[2]: Entering directory `/home/root/nlopt-2.3/newuoa'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT newuoa.lo -MD -MP -MF .deps/newuoa.Tpo -c -o newuoa.lo newuoa.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT newuoa.lo -MD -MP -MF .deps/newuoa.Tpo -c newuoa.c -o newuoa.o
newuoa.c: In function 'trsapp_':
newuoa.c:184:3: warning: 'nlopt_minimize_constrained' is deprecated (declared at ../api/nlopt.h:335) [-Wdeprecated-declarations]
   ret = nlopt_minimize_constrained(NLOPT_LD_MMA, *n, quad_model, &qmd,
   ^
newuoa.c: In function 'biglag_':
newuoa.c:1241:3: warning: 'nlopt_minimize_constrained' is deprecated (declared at ../api/nlopt.h:335) [-Wdeprecated-declarations]
   return nlopt_minimize_constrained(NLOPT_LD_MMA, *n, lag, &ld,
   ^
mv -f .deps/newuoa.Tpo .deps/newuoa.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libnewuoa.la  newuoa.lo  -lm 
libtool: link: ar cru .libs/libnewuoa.a  newuoa.o
libtool: link: ranlib .libs/libnewuoa.a
libtool: link: ( cd ".libs" && rm -f "libnewuoa.la" && ln -s "../libnewuoa.la" "libnewuoa.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/newuoa'
Making all in lbfgs
make[2]: Entering directory `/home/root/nlopt-2.3/lbfgs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/root/nlopt-2.3/lbfgs'
Making all in neldermead
make[2]: Entering directory `/home/root/nlopt-2.3/neldermead'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT nldrmd.lo -MD -MP -MF .deps/nldrmd.Tpo -c -o nldrmd.lo nldrmd.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT nldrmd.lo -MD -MP -MF .deps/nldrmd.Tpo -c nldrmd.c -o nldrmd.o
mv -f .deps/nldrmd.Tpo .deps/nldrmd.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT sbplx.lo -MD -MP -MF .deps/sbplx.Tpo -c -o sbplx.lo sbplx.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT sbplx.lo -MD -MP -MF .deps/sbplx.Tpo -c sbplx.c -o sbplx.o
mv -f .deps/sbplx.Tpo .deps/sbplx.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libneldermead.la  nldrmd.lo sbplx.lo  -lm 
libtool: link: ar cru .libs/libneldermead.a  nldrmd.o sbplx.o
libtool: link: ranlib .libs/libneldermead.a
libtool: link: ( cd ".libs" && rm -f "libneldermead.la" && ln -s "../libneldermead.la" "libneldermead.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/neldermead'
Making all in auglag
make[2]: Entering directory `/home/root/nlopt-2.3/auglag'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT auglag.lo -MD -MP -MF .deps/auglag.Tpo -c -o auglag.lo auglag.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT auglag.lo -MD -MP -MF .deps/auglag.Tpo -c auglag.c -o auglag.o
mv -f .deps/auglag.Tpo .deps/auglag.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libauglag.la  auglag.lo  -lm 
libtool: link: ar cru .libs/libauglag.a  auglag.o
libtool: link: ranlib .libs/libauglag.a
libtool: link: ( cd ".libs" && rm -f "libauglag.la" && ln -s "../libauglag.la" "libauglag.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/auglag'
Making all in bobyqa
make[2]: Entering directory `/home/root/nlopt-2.3/bobyqa'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT bobyqa.lo -MD -MP -MF .deps/bobyqa.Tpo -c -o bobyqa.lo bobyqa.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT bobyqa.lo -MD -MP -MF .deps/bobyqa.Tpo -c bobyqa.c -o bobyqa.o
mv -f .deps/bobyqa.Tpo .deps/bobyqa.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libbobyqa.la  bobyqa.lo  -lm 
libtool: link: ar cru .libs/libbobyqa.a  bobyqa.o
libtool: link: ranlib .libs/libbobyqa.a
libtool: link: ( cd ".libs" && rm -f "libbobyqa.la" && ln -s "../libbobyqa.la" "libbobyqa.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/bobyqa'
Making all in isres
make[2]: Entering directory `/home/root/nlopt-2.3/isres'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT isres.lo -MD -MP -MF .deps/isres.Tpo -c -o isres.lo isres.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT isres.lo -MD -MP -MF .deps/isres.Tpo -c isres.c -o isres.o
mv -f .deps/isres.Tpo .deps/isres.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libisres.la  isres.lo  -lm 
libtool: link: ar cru .libs/libisres.a  isres.o
libtool: link: ranlib .libs/libisres.a
libtool: link: ( cd ".libs" && rm -f "libisres.la" && ln -s "../libisres.la" "libisres.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/isres'
Making all in slsqp
make[2]: Entering directory `/home/root/nlopt-2.3/slsqp'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../util -I../api   -g -O2 -MT slsqp.lo -MD -MP -MF .deps/slsqp.Tpo -c -o slsqp.lo slsqp.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -g -O2 -MT slsqp.lo -MD -MP -MF .deps/slsqp.Tpo -c slsqp.c -o slsqp.o
mv -f .deps/slsqp.Tpo .deps/slsqp.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libslsqp.la  slsqp.lo  -lm 
libtool: link: ar cru .libs/libslsqp.a  slsqp.o
libtool: link: ranlib .libs/libslsqp.a
libtool: link: ( cd ".libs" && rm -f "libslsqp.la" && ln -s "../libslsqp.la" "libslsqp.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3/slsqp'
Making all in api
make[2]: Entering directory `/home/root/nlopt-2.3/api'
make  all-am
make[3]: Entering directory `/home/root/nlopt-2.3/api'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../cdirect -I../direct -I../stogo -I../praxis -I../lbfgs -I../luksan -I../crs -I../mlsl -I../mma -I../cobyla -I../newuoa -I../neldermead -I../auglag -I../bobyqa -I../isres -I../slsqp -I../util   -g -O2 -MT general.lo -MD -MP -MF .deps/general.Tpo -c -o general.lo general.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../cdirect -I../direct -I../stogo -I../praxis -I../lbfgs -I../luksan -I../crs -I../mlsl -I../mma -I../cobyla -I../newuoa -I../neldermead -I../auglag -I../bobyqa -I../isres -I../slsqp -I../util -g -O2 -MT general.lo -MD -MP -MF .deps/general.Tpo -c general.c -o general.o
mv -f .deps/general.Tpo .deps/general.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../cdirect -I../direct -I../stogo -I../praxis -I../lbfgs -I../luksan -I../crs -I../mlsl -I../mma -I../cobyla -I../newuoa -I../neldermead -I../auglag -I../bobyqa -I../isres -I../slsqp -I../util   -g -O2 -MT options.lo -MD -MP -MF .deps/options.Tpo -c -o options.lo options.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../cdirect -I../direct -I../stogo -I../praxis -I../lbfgs -I../luksan -I../crs -I../mlsl -I../mma -I../cobyla -I../newuoa -I../neldermead -I../auglag -I../bobyqa -I../isres -I../slsqp -I../util -g -O2 -MT options.lo -MD -MP -MF .deps/options.Tpo -c options.c -o options.o
mv -f .deps/options.Tpo .deps/options.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../cdirect -I../direct -I../stogo -I../praxis -I../lbfgs -I../luksan -I../crs -I../mlsl -I../mma -I../cobyla -I../newuoa -I../neldermead -I../auglag -I../bobyqa -I../isres -I../slsqp -I../util   -g -O2 -MT optimize.lo -MD -MP -MF .deps/optimize.Tpo -c -o optimize.lo optimize.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../cdirect -I../direct -I../stogo -I../praxis -I../lbfgs -I../luksan -I../crs -I../mlsl -I../mma -I../cobyla -I../newuoa -I../neldermead -I../auglag -I../bobyqa -I../isres -I../slsqp -I../util -g -O2 -MT optimize.lo -MD -MP -MF .deps/optimize.Tpo -c optimize.c -o optimize.o
mv -f .deps/optimize.Tpo .deps/optimize.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../cdirect -I../direct -I../stogo -I../praxis -I../lbfgs -I../luksan -I../crs -I../mlsl -I../mma -I../cobyla -I../newuoa -I../neldermead -I../auglag -I../bobyqa -I../isres -I../slsqp -I../util   -g -O2 -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c -o deprecated.lo deprecated.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../cdirect -I../direct -I../stogo -I../praxis -I../lbfgs -I../luksan -I../crs -I../mlsl -I../mma -I../cobyla -I../newuoa -I../neldermead -I../auglag -I../bobyqa -I../isres -I../slsqp -I../util -g -O2 -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c deprecated.c -o deprecated.o
deprecated.c: In function 'nlopt_minimize_constrained':
deprecated.c:149:6: warning: 'nlopt_minimize_econstrained' is deprecated (declared at deprecated.c:65) [-Wdeprecated-declarations]
      return nlopt_minimize_econstrained(
      ^
deprecated.c: In function 'nlopt_minimize':
deprecated.c:167:6: warning: 'nlopt_minimize_constrained' is deprecated (declared at deprecated.c:138) [-Wdeprecated-declarations]
      return nlopt_minimize_constrained(
      ^
mv -f .deps/deprecated.Tpo .deps/deprecated.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../cdirect -I../direct -I../stogo -I../praxis -I../lbfgs -I../luksan -I../crs -I../mlsl -I../mma -I../cobyla -I../newuoa -I../neldermead -I../auglag -I../bobyqa -I../isres -I../slsqp -I../util   -g -O2 -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c -o f77api.lo f77api.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../cdirect -I../direct -I../stogo -I../praxis -I../lbfgs -I../luksan -I../crs -I../mlsl -I../mma -I../cobyla -I../newuoa -I../neldermead -I../auglag -I../bobyqa -I../isres -I../slsqp -I../util -g -O2 -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c -o f77api.o
In file included from f77api.c:103:0:
f77funcs.h: In function 'nloptc_':
f77funcs.h:57:6: warning: 'nlopt_minimize_constrained' is deprecated (declared at nlopt.h:335) [-Wdeprecated-declarations]
      *info = nlopt_minimize_constrained((nlopt_algorithm) *algorithm, 
      ^
f77funcs.h: In function 'nlogls_':
f77funcs.h:96:6: warning: 'nlopt_get_local_search_algorithm' is deprecated (declared at nlopt.h:359) [-Wdeprecated-declarations]
      nlopt_get_local_search_algorithm(&deriv, &nonderiv, maxeval);
      ^
f77funcs.h: In function 'nlosls_':
f77funcs.h:104:6: warning: 'nlopt_set_local_search_algorithm' is deprecated (declared at nlopt.h:362) [-Wdeprecated-declarations]
      nlopt_set_local_search_algorithm(deriv, nonderiv, *maxeval);
      ^
f77funcs.h: In function 'nlogsp_':
f77funcs.h:109:6: warning: 'nlopt_get_stochastic_population' is deprecated (declared at nlopt.h:366) [-Wdeprecated-declarations]
      *pop = nlopt_get_stochastic_population();
      ^
f77funcs.h: In function 'nlossp_':
f77funcs.h:113:6: warning: 'nlopt_set_stochastic_population' is deprecated (declared at nlopt.h:367) [-Wdeprecated-declarations]
      nlopt_set_stochastic_population(*pop);
      ^
In file included from f77api.c:114:0:
f77funcs.h: In function 'nloptc':
f77funcs.h:57:6: warning: 'nlopt_minimize_constrained' is deprecated (declared at nlopt.h:335) [-Wdeprecated-declarations]
      *info = nlopt_minimize_constrained((nlopt_algorithm) *algorithm, 
      ^
f77funcs.h: In function 'nlogls':
f77funcs.h:96:6: warning: 'nlopt_get_local_search_algorithm' is deprecated (declared at nlopt.h:359) [-Wdeprecated-declarations]
      nlopt_get_local_search_algorithm(&deriv, &nonderiv, maxeval);
      ^
f77funcs.h: In function 'nlosls':
f77funcs.h:104:6: warning: 'nlopt_set_local_search_algorithm' is deprecated (declared at nlopt.h:362) [-Wdeprecated-declarations]
      nlopt_set_local_search_algorithm(deriv, nonderiv, *maxeval);
      ^
f77funcs.h: In function 'nlogsp':
f77funcs.h:109:6: warning: 'nlopt_get_stochastic_population' is deprecated (declared at nlopt.h:366) [-Wdeprecated-declarations]
      *pop = nlopt_get_stochastic_population();
      ^
f77funcs.h: In function 'nlossp':
f77funcs.h:113:6: warning: 'nlopt_set_stochastic_population' is deprecated (declared at nlopt.h:367) [-Wdeprecated-declarations]
      nlopt_set_stochastic_population(*pop);
      ^
In file included from f77api.c:129:0:
f77funcs.h: In function 'NLOPTC':
f77funcs.h:57:6: warning: 'nlopt_minimize_constrained' is deprecated (declared at nlopt.h:335) [-Wdeprecated-declarations]
      *info = nlopt_minimize_constrained((nlopt_algorithm) *algorithm, 
      ^
f77funcs.h: In function 'NLOGLS':
f77funcs.h:96:6: warning: 'nlopt_get_local_search_algorithm' is deprecated (declared at nlopt.h:359) [-Wdeprecated-declarations]
      nlopt_get_local_search_algorithm(&deriv, &nonderiv, maxeval);
      ^
f77funcs.h: In function 'NLOSLS':
f77funcs.h:104:6: warning: 'nlopt_set_local_search_algorithm' is deprecated (declared at nlopt.h:362) [-Wdeprecated-declarations]
      nlopt_set_local_search_algorithm(deriv, nonderiv, *maxeval);
      ^
f77funcs.h: In function 'NLOGSP':
f77funcs.h:109:6: warning: 'nlopt_get_stochastic_population' is deprecated (declared at nlopt.h:366) [-Wdeprecated-declarations]
      *pop = nlopt_get_stochastic_population();
      ^
f77funcs.h: In function 'NLOSSP':
f77funcs.h:113:6: warning: 'nlopt_set_stochastic_population' is deprecated (declared at nlopt.h:367) [-Wdeprecated-declarations]
      nlopt_set_stochastic_population(*pop);
      ^
mv -f .deps/f77api.Tpo .deps/f77api.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o libapi.la  general.lo options.lo optimize.lo deprecated.lo f77api.lo  -lm 
libtool: link: ar cru .libs/libapi.a  general.o options.o optimize.o deprecated.o f77api.o
libtool: link: ranlib .libs/libapi.a
libtool: link: ( cd ".libs" && rm -f "libapi.la" && ln -s "../libapi.la" "libapi.la" )
make[3]: Leaving directory `/home/root/nlopt-2.3/api'
make[2]: Leaving directory `/home/root/nlopt-2.3/api'
Making all in .
make[2]: Entering directory `/home/root/nlopt-2.3'
/bin/sh ./libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2 -no-undefined -version-info 7:0:7  -o libnlopt.la -rpath /usr/local/lib64  direct/libdirect.la cdirect/libcdirect.la  praxis/libpraxis.la  luksan/libluksan.la crs/libcrs.la mlsl/libmlsl.la mma/libmma.la cobyla/libcobyla.la newuoa/libnewuoa.la neldermead/libneldermead.la auglag/libauglag.la bobyqa/libbobyqa.la isres/libisres.la slsqp/libslsqp.la api/libapi.la util/libutil.la -lm 
libtool: link: (cd .libs/libnlopt.lax/libdirect.a && ar x "/home/root/nlopt-2.3/direct/.libs/libdirect.a")
libtool: link: (cd .libs/libnlopt.lax/libcdirect.a && ar x "/home/root/nlopt-2.3/cdirect/.libs/libcdirect.a")
libtool: link: (cd .libs/libnlopt.lax/libpraxis.a && ar x "/home/root/nlopt-2.3/praxis/.libs/libpraxis.a")
libtool: link: (cd .libs/libnlopt.lax/libluksan.a && ar x "/home/root/nlopt-2.3/luksan/.libs/libluksan.a")
libtool: link: (cd .libs/libnlopt.lax/libcrs.a && ar x "/home/root/nlopt-2.3/crs/.libs/libcrs.a")
libtool: link: (cd .libs/libnlopt.lax/libmlsl.a && ar x "/home/root/nlopt-2.3/mlsl/.libs/libmlsl.a")
libtool: link: (cd .libs/libnlopt.lax/libmma.a && ar x "/home/root/nlopt-2.3/mma/.libs/libmma.a")
libtool: link: (cd .libs/libnlopt.lax/libcobyla.a && ar x "/home/root/nlopt-2.3/cobyla/.libs/libcobyla.a")
libtool: link: (cd .libs/libnlopt.lax/libnewuoa.a && ar x "/home/root/nlopt-2.3/newuoa/.libs/libnewuoa.a")
libtool: link: (cd .libs/libnlopt.lax/libneldermead.a && ar x "/home/root/nlopt-2.3/neldermead/.libs/libneldermead.a")
libtool: link: (cd .libs/libnlopt.lax/libauglag.a && ar x "/home/root/nlopt-2.3/auglag/.libs/libauglag.a")
libtool: link: (cd .libs/libnlopt.lax/libbobyqa.a && ar x "/home/root/nlopt-2.3/bobyqa/.libs/libbobyqa.a")
libtool: link: (cd .libs/libnlopt.lax/libisres.a && ar x "/home/root/nlopt-2.3/isres/.libs/libisres.a")
libtool: link: (cd .libs/libnlopt.lax/libslsqp.a && ar x "/home/root/nlopt-2.3/slsqp/.libs/libslsqp.a")
libtool: link: (cd .libs/libnlopt.lax/libapi.a && ar x "/home/root/nlopt-2.3/api/.libs/libapi.a")
libtool: link: (cd .libs/libnlopt.lax/libutil.a && ar x "/home/root/nlopt-2.3/util/.libs/libutil.a")
libtool: link: ar cru .libs/libnlopt.a   .libs/libnlopt.lax/libdirect.a/DIRect.o .libs/libnlopt.lax/libdirect.a/DIRserial.o .libs/libnlopt.lax/libdirect.a/DIRsubrout.o .libs/libnlopt.lax/libdirect.a/direct_wrap.o  .libs/libnlopt.lax/libcdirect.a/cdirect.o .libs/libnlopt.lax/libcdirect.a/hybrid.o  .libs/libnlopt.lax/libpraxis.a/praxis.o  .libs/libnlopt.lax/libluksan.a/mssubs.o .libs/libnlopt.lax/libluksan.a/plip.o .libs/libnlopt.lax/libluksan.a/plis.o .libs/libnlopt.lax/libluksan.a/pnet.o .libs/libnlopt.lax/libluksan.a/pssubs.o  .libs/libnlopt.lax/libcrs.a/crs.o  .libs/libnlopt.lax/libmlsl.a/mlsl.o  .libs/libnlopt.lax/libmma.a/ccsa_quadratic.o .libs/libnlopt.lax/libmma.a/mma.o  .libs/libnlopt.lax/libcobyla.a/cobyla.o  .libs/libnlopt.lax/libnewuoa.a/newuoa.o  .libs/libnlopt.lax/libneldermead.a/nldrmd.o .libs/libnlopt.lax/libneldermead.a/sbplx.o  .libs/libnlopt.lax/libauglag.a/auglag.o  .libs/libnlopt.lax/libbobyqa.a/bobyqa.o  .libs/libnlopt.lax/libisres.a/isres.o  .libs/libnlopt.lax/libslsqp.a/slsqp.o  .libs/libnlopt.lax/libapi.a/deprecated.o .libs/libnlopt.lax/libapi.a/f77api.o .libs/libnlopt.lax/libapi.a/general.o .libs/libnlopt.lax/libapi.a/optimize.o .libs/libnlopt.lax/libapi.a/options.o  .libs/libnlopt.lax/libutil.a/mt19937ar.o .libs/libnlopt.lax/libutil.a/qsort_r.o .libs/libnlopt.lax/libutil.a/redblack.o .libs/libnlopt.lax/libutil.a/rescale.o .libs/libnlopt.lax/libutil.a/sobolseq.o .libs/libnlopt.lax/libutil.a/stop.o .libs/libnlopt.lax/libutil.a/timer.o 
libtool: link: ranlib .libs/libnlopt.a
libtool: link: rm -fr .libs/libnlopt.lax
libtool: link: ( cd ".libs" && rm -f "libnlopt.la" && ln -s "../libnlopt.la" "libnlopt.la" )
make[2]: Leaving directory `/home/root/nlopt-2.3'
Making all in octave
make[2]: Entering directory `/home/root/nlopt-2.3/octave'
make  all-am
make[3]: Entering directory `/home/root/nlopt-2.3/octave'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../api -I../util   -g -O2 -MT dummy.o -MD -MP -MF .deps/dummy.Tpo -c -o dummy.o dummy.c
mv -f .deps/dummy.Tpo .deps/dummy.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o dummy dummy.o  -lm 
libtool: link: gcc -std=gnu99 -g -O2 -o dummy dummy.o  -lm
make[3]: Leaving directory `/home/root/nlopt-2.3/octave'
make[2]: Leaving directory `/home/root/nlopt-2.3/octave'
Making all in test
make[2]: Entering directory `/home/root/nlopt-2.3/test'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../api -I../util   -g -O2 -MT testfuncs.o -MD -MP -MF .deps/testfuncs.Tpo -c -o testfuncs.o testfuncs.c
mv -f .deps/testfuncs.Tpo .deps/testfuncs.Po
g++ -DHAVE_CONFIG_H -I. -I..  -I../api -I../util   -g -O2 -MT testopt.o -MD -MP -MF .deps/testopt.Tpo -c -o testopt.o testopt.cpp
testopt.cpp: In function ‘int test_function(int)’:
testopt.cpp:218:11: warning: ‘nlopt_result nlopt_minimize(nlopt_algorithm, int, nlopt_func_old, void*, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)’ is deprecated (declared at ../api/nlopt.h:325) [-Wdeprecated-declarations]
     ret = nlopt_minimize(algorithm,
           ^
testopt.cpp:223:21: warning: ‘nlopt_result nlopt_minimize(nlopt_algorithm, int, nlopt_func_old, void*, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)’ is deprecated (declared at ../api/nlopt.h:325) [-Wdeprecated-declarations]
     maxeval, maxtime);
                     ^
mv -f .deps/testopt.Tpo .deps/testopt.Po
/bin/sh ../libtool --tag=CXX   --mode=link g++  -g -O2   -o testopt testfuncs.o testopt.o ../libnlopt.la -lm 
libtool: link: g++ -g -O2 -o testopt testfuncs.o testopt.o  ../.libs/libnlopt.a -lm
make[2]: Leaving directory `/home/root/nlopt-2.3/test'
Making all in swig
make[2]: Entering directory `/home/root/nlopt-2.3/swig'
make  all-am
make[3]: Entering directory `/home/root/nlopt-2.3/swig'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/root/nlopt-2.3/swig'
make[2]: Leaving directory `/home/root/nlopt-2.3/swig'
make[1]: Leaving directory `/home/root/nlopt-2.3'
candide:/home/root/nlopt-2.3 # (Bmake install
Making install in util
make[1]: Entering directory `/home/root/nlopt-2.3/util'
make[2]: Entering directory `/home/root/nlopt-2.3/util'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/util'
make[1]: Leaving directory `/home/root/nlopt-2.3/util'
Making install in direct
make[1]: Entering directory `/home/root/nlopt-2.3/direct'
make[2]: Entering directory `/home/root/nlopt-2.3/direct'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/direct'
make[1]: Leaving directory `/home/root/nlopt-2.3/direct'
Making install in cdirect
make[1]: Entering directory `/home/root/nlopt-2.3/cdirect'
make[2]: Entering directory `/home/root/nlopt-2.3/cdirect'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/cdirect'
make[1]: Leaving directory `/home/root/nlopt-2.3/cdirect'
Making install in praxis
make[1]: Entering directory `/home/root/nlopt-2.3/praxis'
make[2]: Entering directory `/home/root/nlopt-2.3/praxis'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/praxis'
make[1]: Leaving directory `/home/root/nlopt-2.3/praxis'
Making install in luksan
make[1]: Entering directory `/home/root/nlopt-2.3/luksan'
make[2]: Entering directory `/home/root/nlopt-2.3/luksan'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/luksan'
make[1]: Leaving directory `/home/root/nlopt-2.3/luksan'
Making install in crs
make[1]: Entering directory `/home/root/nlopt-2.3/crs'
make[2]: Entering directory `/home/root/nlopt-2.3/crs'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/crs'
make[1]: Leaving directory `/home/root/nlopt-2.3/crs'
Making install in mlsl
make[1]: Entering directory `/home/root/nlopt-2.3/mlsl'
make[2]: Entering directory `/home/root/nlopt-2.3/mlsl'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/mlsl'
make[1]: Leaving directory `/home/root/nlopt-2.3/mlsl'
Making install in mma
make[1]: Entering directory `/home/root/nlopt-2.3/mma'
make[2]: Entering directory `/home/root/nlopt-2.3/mma'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/mma'
make[1]: Leaving directory `/home/root/nlopt-2.3/mma'
Making install in cobyla
make[1]: Entering directory `/home/root/nlopt-2.3/cobyla'
make[2]: Entering directory `/home/root/nlopt-2.3/cobyla'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/cobyla'
make[1]: Leaving directory `/home/root/nlopt-2.3/cobyla'
Making install in newuoa
make[1]: Entering directory `/home/root/nlopt-2.3/newuoa'
make[2]: Entering directory `/home/root/nlopt-2.3/newuoa'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/newuoa'
make[1]: Leaving directory `/home/root/nlopt-2.3/newuoa'
Making install in lbfgs
make[1]: Entering directory `/home/root/nlopt-2.3/lbfgs'
make[2]: Entering directory `/home/root/nlopt-2.3/lbfgs'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/lbfgs'
make[1]: Leaving directory `/home/root/nlopt-2.3/lbfgs'
Making install in neldermead
make[1]: Entering directory `/home/root/nlopt-2.3/neldermead'
make[2]: Entering directory `/home/root/nlopt-2.3/neldermead'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/neldermead'
make[1]: Leaving directory `/home/root/nlopt-2.3/neldermead'
Making install in auglag
make[1]: Entering directory `/home/root/nlopt-2.3/auglag'
make[2]: Entering directory `/home/root/nlopt-2.3/auglag'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/auglag'
make[1]: Leaving directory `/home/root/nlopt-2.3/auglag'
Making install in bobyqa
make[1]: Entering directory `/home/root/nlopt-2.3/bobyqa'
make[2]: Entering directory `/home/root/nlopt-2.3/bobyqa'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/bobyqa'
make[1]: Leaving directory `/home/root/nlopt-2.3/bobyqa'
Making install in isres
make[1]: Entering directory `/home/root/nlopt-2.3/isres'
make[2]: Entering directory `/home/root/nlopt-2.3/isres'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/isres'
make[1]: Leaving directory `/home/root/nlopt-2.3/isres'
Making install in slsqp
make[1]: Entering directory `/home/root/nlopt-2.3/slsqp'
make[2]: Entering directory `/home/root/nlopt-2.3/slsqp'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/slsqp'
make[1]: Leaving directory `/home/root/nlopt-2.3/slsqp'
Making install in api
make[1]: Entering directory `/home/root/nlopt-2.3/api'
make  install-am
make[2]: Entering directory `/home/root/nlopt-2.3/api'
make[3]: Entering directory `/home/root/nlopt-2.3/api'
make[3]: Nothing to be done for `install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/include'
 /usr/bin/install -c -m 644 nlopt.h nlopt.f nlopt.hpp '/usr/local/include'
 /usr/bin/mkdir -p '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 nlopt.3 '/usr/local/share/man/man3'
make[3]: Leaving directory `/home/root/nlopt-2.3/api'
make[2]: Leaving directory `/home/root/nlopt-2.3/api'
make[1]: Leaving directory `/home/root/nlopt-2.3/api'
Making install in .
make[1]: Entering directory `/home/root/nlopt-2.3'
make[2]: Entering directory `/home/root/nlopt-2.3'
 /usr/bin/mkdir -p '/usr/local/lib64'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libnlopt.la '/usr/local/lib64'
libtool: install: /usr/bin/install -c .libs/libnlopt.lai /usr/local/lib64/libnlopt.la
libtool: install: /usr/bin/install -c .libs/libnlopt.a /usr/local/lib64/libnlopt.a
libtool: install: chmod 644 /usr/local/lib64/libnlopt.a
libtool: install: ranlib /usr/local/lib64/libnlopt.a
libtool: finish: PATH="/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/sbin" ldconfig -n /usr/local/lib64
ldconfig: /usr/local/lib64/libstdc++.so.6.0.18-gdb.py is not an ELF file - it has the wrong magic bytes at the start.

----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib64

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.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/usr/local/lib64/pkgconfig'
 /usr/bin/install -c -m 644 nlopt.pc '/usr/local/lib64/pkgconfig'
make[2]: Leaving directory `/home/root/nlopt-2.3'
make[1]: Leaving directory `/home/root/nlopt-2.3'
Making install in octave
make[1]: Entering directory `/home/root/nlopt-2.3/octave'
make  install-am
make[2]: Entering directory `/home/root/nlopt-2.3/octave'
make[3]: Entering directory `/home/root/nlopt-2.3/octave'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Leaving directory `/home/root/nlopt-2.3/octave'
make[2]: Leaving directory `/home/root/nlopt-2.3/octave'
make[1]: Leaving directory `/home/root/nlopt-2.3/octave'
Making install in test
make[1]: Entering directory `/home/root/nlopt-2.3/test'
make[2]: Entering directory `/home/root/nlopt-2.3/test'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/root/nlopt-2.3/test'
make[1]: Leaving directory `/home/root/nlopt-2.3/test'
Making install in swig
make[1]: Entering directory `/home/root/nlopt-2.3/swig'
make  install-am
make[2]: Entering directory `/home/root/nlopt-2.3/swig'
make[3]: Entering directory `/home/root/nlopt-2.3/swig'
make[3]: Leaving directory `/home/root/nlopt-2.3/swig'
make[2]: Leaving directory `/home/root/nlopt-2.3/swig'
make[1]: Leaving directory `/home/root/nlopt-2.3/swig'


More information about the R-help mailing list