ce
2013-Jun-16 10:42 UTC
[R] can't install rugarch and nloptr packages in R 3.01 opensuse linux
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. 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) -------------- next part -------------- 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")trying URL 'http://cran.r-mirror.de/src/contrib/nloptr_0.9.1.tar.gz' Content type 'application/x-gzip' length 289044 bytes (282 Kb) opened URL =================================================downloaded 282 Kb * installing *source* package ?nloptr? ... ** package ?nloptr? successfully unpacked and MD5 sums checked ** libs `"/usr/local/lib64/R/bin/Rscript" -e "download.file(url='http://ab-initio.mit.edu/nlopt/nlopt-2.3.tar.gz', destfile='nlopt-2.3.tar.gz')"` trying URL 'http://ab-initio.mit.edu/nlopt/nlopt-2.3.tar.gz' Content type 'application/x-gzip' length 2353879 bytes (2.2 Mb) opened URL =================================================downloaded 2.2 Mb `"/usr/local/lib64/R/bin/Rscript" -e "untar(tarfile='nlopt-2.3.tar.gz')"` rm -rf nlopt-2.3.tar.gz echo "Installing library to: `pwd`/nlopt-2.3" Installing library to: /tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3 cd nlopt-2.3; \ ./configure --prefix="`pwd`" --enable-shared --enable-static --without-octave --without-matlab --without-guile --without-python --with-cxx CC="gcc -std=gnu99" CFLAGS="-g -O2 " CPP="`"/usr/local/lib64/R/bin/R" CMD config CPP`" CPPFLAGS="-I/usr/local/include" CXX="g++" CXXFLAGS="-g -O2 " CXXCPP="g++ -E"; \ make; \ make install; \ ls | grep -v ^include$ | grep -v ^lib$ | xargs rm -rf; \ rm -rf .libs; 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 -std=gnu99 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 -std=gnu99 accepts -g... yes checking for gcc -std=gnu99 option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc -std=gnu99... gcc3 checking for gcc -std=gnu99 option to accept ISO C99... none needed checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) none needed 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 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... yes 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 checking for mkoctfile... mkoctfile checking for mex... no 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: executing depfiles commands config.status: executing libtool commands make[1]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' make all-recursive make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' Making all in util make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/util' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT mt19937ar.lo -MD -MP -MF .deps/mt19937ar.Tpo -c -o mt19937ar.lo mt19937ar.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT mt19937ar.lo -MD -MP -MF .deps/mt19937ar.Tpo -c mt19937ar.c -fPIC -DPIC -o .libs/mt19937ar.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT mt19937ar.lo -MD -MP -MF .deps/mt19937ar.Tpo -c mt19937ar.c -o mt19937ar.o >/dev/null 2>&1 mv -f .deps/mt19937ar.Tpo .deps/mt19937ar.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT sobolseq.lo -MD -MP -MF .deps/sobolseq.Tpo -c -o sobolseq.lo sobolseq.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT sobolseq.lo -MD -MP -MF .deps/sobolseq.Tpo -c sobolseq.c -fPIC -DPIC -o .libs/sobolseq.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT sobolseq.lo -MD -MP -MF .deps/sobolseq.Tpo -c sobolseq.c -o sobolseq.o >/dev/null 2>&1 mv -f .deps/sobolseq.Tpo .deps/sobolseq.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -fPIC -DPIC -o .libs/timer.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o >/dev/null 2>&1 mv -f .deps/timer.Tpo .deps/timer.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT stop.lo -MD -MP -MF .deps/stop.Tpo -c -o stop.lo stop.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT stop.lo -MD -MP -MF .deps/stop.Tpo -c stop.c -fPIC -DPIC -o .libs/stop.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT stop.lo -MD -MP -MF .deps/stop.Tpo -c stop.c -o stop.o >/dev/null 2>&1 mv -f .deps/stop.Tpo .deps/stop.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT redblack.lo -MD -MP -MF .deps/redblack.Tpo -c -o redblack.lo redblack.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT redblack.lo -MD -MP -MF .deps/redblack.Tpo -c redblack.c -fPIC -DPIC -o .libs/redblack.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT redblack.lo -MD -MP -MF .deps/redblack.Tpo -c redblack.c -o redblack.o >/dev/null 2>&1 mv -f .deps/redblack.Tpo .deps/redblack.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT qsort_r.lo -MD -MP -MF .deps/qsort_r.Tpo -c -o qsort_r.lo qsort_r.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT qsort_r.lo -MD -MP -MF .deps/qsort_r.Tpo -c qsort_r.c -fPIC -DPIC -o .libs/qsort_r.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT qsort_r.lo -MD -MP -MF .deps/qsort_r.Tpo -c qsort_r.c -o qsort_r.o >/dev/null 2>&1 mv -f .deps/qsort_r.Tpo .deps/qsort_r.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT rescale.lo -MD -MP -MF .deps/rescale.Tpo -c -o rescale.lo rescale.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT rescale.lo -MD -MP -MF .deps/rescale.Tpo -c rescale.c -fPIC -DPIC -o .libs/rescale.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -g -O2 -MT rescale.lo -MD -MP -MF .deps/rescale.Tpo -c rescale.c -o rescale.o >/dev/null 2>&1 mv -f .deps/rescale.Tpo .deps/rescale.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -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 .libs/mt19937ar.o .libs/sobolseq.o .libs/timer.o .libs/stop.o .libs/redblack.o .libs/qsort_r.o .libs/rescale.o libtool: link: ranlib .libs/libutil.a libtool: link: ( cd ".libs" && rm -f "libutil.la" && ln -s "../libutil.la" "libutil.la" ) g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I/usr/local/include -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 g++ -g -O2 -o redblack_test redblack_test.o libutil.la -lm libtool: link: g++ -g -O2 -o redblack_test redblack_test.o ./.libs/libutil.a -lm make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/util' Making all in direct make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/direct' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT DIRect.lo -MD -MP -MF .deps/DIRect.Tpo -c -o DIRect.lo DIRect.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT DIRect.lo -MD -MP -MF .deps/DIRect.Tpo -c DIRect.c -fPIC -DPIC -o .libs/DIRect.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT DIRect.lo -MD -MP -MF .deps/DIRect.Tpo -c DIRect.c -o DIRect.o >/dev/null 2>&1 mv -f .deps/DIRect.Tpo .deps/DIRect.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT direct_wrap.lo -MD -MP -MF .deps/direct_wrap.Tpo -c -o direct_wrap.lo direct_wrap.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT direct_wrap.lo -MD -MP -MF .deps/direct_wrap.Tpo -c direct_wrap.c -fPIC -DPIC -o .libs/direct_wrap.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT direct_wrap.lo -MD -MP -MF .deps/direct_wrap.Tpo -c direct_wrap.c -o direct_wrap.o >/dev/null 2>&1 mv -f .deps/direct_wrap.Tpo .deps/direct_wrap.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT DIRserial.lo -MD -MP -MF .deps/DIRserial.Tpo -c -o DIRserial.lo DIRserial.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT DIRserial.lo -MD -MP -MF .deps/DIRserial.Tpo -c DIRserial.c -fPIC -DPIC -o .libs/DIRserial.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT DIRserial.lo -MD -MP -MF .deps/DIRserial.Tpo -c DIRserial.c -o DIRserial.o >/dev/null 2>&1 mv -f .deps/DIRserial.Tpo .deps/DIRserial.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT DIRsubrout.lo -MD -MP -MF .deps/DIRsubrout.Tpo -c -o DIRsubrout.lo DIRsubrout.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT DIRsubrout.lo -MD -MP -MF .deps/DIRsubrout.Tpo -c DIRsubrout.c -fPIC -DPIC -o .libs/DIRsubrout.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT DIRsubrout.lo -MD -MP -MF .deps/DIRsubrout.Tpo -c DIRsubrout.c -o DIRsubrout.o >/dev/null 2>&1 mv -f .deps/DIRsubrout.Tpo .deps/DIRsubrout.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libdirect.la DIRect.lo direct_wrap.lo DIRserial.lo DIRsubrout.lo -lm libtool: link: ar cru .libs/libdirect.a .libs/DIRect.o .libs/direct_wrap.o .libs/DIRserial.o .libs/DIRsubrout.o libtool: link: ranlib .libs/libdirect.a libtool: link: ( cd ".libs" && rm -f "libdirect.la" && ln -s "../libdirect.la" "libdirect.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/direct' Making all in cdirect make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cdirect' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT cdirect.lo -MD -MP -MF .deps/cdirect.Tpo -c -o cdirect.lo cdirect.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT cdirect.lo -MD -MP -MF .deps/cdirect.Tpo -c cdirect.c -fPIC -DPIC -o .libs/cdirect.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT cdirect.lo -MD -MP -MF .deps/cdirect.Tpo -c cdirect.c -o cdirect.o >/dev/null 2>&1 mv -f .deps/cdirect.Tpo .deps/cdirect.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT hybrid.lo -MD -MP -MF .deps/hybrid.Tpo -c -o hybrid.lo hybrid.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT hybrid.lo -MD -MP -MF .deps/hybrid.Tpo -c hybrid.c -fPIC -DPIC -o .libs/hybrid.o hybrid.c: In function 'nlopt_result optimize_rect(double*, params*)': hybrid.c:91:12: 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(p->local_alg, n, fcount, p, ^ hybrid.c:99:39: 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] stop->maxtime - (t - stop->start)); ^ libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT hybrid.lo -MD -MP -MF .deps/hybrid.Tpo -c hybrid.c -o hybrid.o >/dev/null 2>&1 mv -f .deps/hybrid.Tpo .deps/hybrid.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libcdirect.la cdirect.lo hybrid.lo -lm libtool: link: ar cru .libs/libcdirect.a .libs/cdirect.o .libs/hybrid.o libtool: link: ranlib .libs/libcdirect.a libtool: link: ( cd ".libs" && rm -f "libcdirect.la" && ln -s "../libcdirect.la" "libcdirect.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cdirect' Making all in stogo make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/stogo' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT global.lo -MD -MP -MF .deps/global.Tpo -c -o global.lo global.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT global.lo -MD -MP -MF .deps/global.Tpo -c global.cc -fPIC -DPIC -o .libs/global.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT global.lo -MD -MP -MF .deps/global.Tpo -c global.cc -o global.o >/dev/null 2>&1 mv -f .deps/global.Tpo .deps/global.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT linalg.lo -MD -MP -MF .deps/linalg.Tpo -c -o linalg.lo linalg.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT linalg.lo -MD -MP -MF .deps/linalg.Tpo -c linalg.cc -fPIC -DPIC -o .libs/linalg.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT linalg.lo -MD -MP -MF .deps/linalg.Tpo -c linalg.cc -o linalg.o >/dev/null 2>&1 mv -f .deps/linalg.Tpo .deps/linalg.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT local.lo -MD -MP -MF .deps/local.Tpo -c -o local.lo local.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT local.lo -MD -MP -MF .deps/local.Tpo -c local.cc -fPIC -DPIC -o .libs/local.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT local.lo -MD -MP -MF .deps/local.Tpo -c local.cc -o local.o >/dev/null 2>&1 mv -f .deps/local.Tpo .deps/local.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT stogo.lo -MD -MP -MF .deps/stogo.Tpo -c -o stogo.lo stogo.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT stogo.lo -MD -MP -MF .deps/stogo.Tpo -c stogo.cc -fPIC -DPIC -o .libs/stogo.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT stogo.lo -MD -MP -MF .deps/stogo.Tpo -c stogo.cc -o stogo.o >/dev/null 2>&1 mv -f .deps/stogo.Tpo .deps/stogo.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT tools.lo -MD -MP -MF .deps/tools.Tpo -c -o tools.lo tools.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT tools.lo -MD -MP -MF .deps/tools.Tpo -c tools.cc -fPIC -DPIC -o .libs/tools.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT tools.lo -MD -MP -MF .deps/tools.Tpo -c tools.cc -o tools.o >/dev/null 2>&1 mv -f .deps/tools.Tpo .deps/tools.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -o libstogo.la global.lo linalg.lo local.lo stogo.lo tools.lo -lm libtool: link: ar cru .libs/libstogo.a .libs/global.o .libs/linalg.o .libs/local.o .libs/stogo.o .libs/tools.o libtool: link: ranlib .libs/libstogo.a libtool: link: ( cd ".libs" && rm -f "libstogo.la" && ln -s "../libstogo.la" "libstogo.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/stogo' Making all in praxis make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/praxis' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT praxis.lo -MD -MP -MF .deps/praxis.Tpo -c -o praxis.lo praxis.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT praxis.lo -MD -MP -MF .deps/praxis.Tpo -c praxis.c -fPIC -DPIC -o .libs/praxis.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT praxis.lo -MD -MP -MF .deps/praxis.Tpo -c praxis.c -o praxis.o >/dev/null 2>&1 mv -f .deps/praxis.Tpo .deps/praxis.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libpraxis.la praxis.lo -lm libtool: link: ar cru .libs/libpraxis.a .libs/praxis.o libtool: link: ranlib .libs/libpraxis.a libtool: link: ( cd ".libs" && rm -f "libpraxis.la" && ln -s "../libpraxis.la" "libpraxis.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/praxis' Making all in luksan make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/luksan' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT plis.lo -MD -MP -MF .deps/plis.Tpo -c -o plis.lo plis.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT plis.lo -MD -MP -MF .deps/plis.Tpo -c plis.c -fPIC -DPIC -o .libs/plis.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT plis.lo -MD -MP -MF .deps/plis.Tpo -c plis.c -o plis.o >/dev/null 2>&1 mv -f .deps/plis.Tpo .deps/plis.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT plip.lo -MD -MP -MF .deps/plip.Tpo -c -o plip.lo plip.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT plip.lo -MD -MP -MF .deps/plip.Tpo -c plip.c -fPIC -DPIC -o .libs/plip.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT plip.lo -MD -MP -MF .deps/plip.Tpo -c plip.c -o plip.o >/dev/null 2>&1 mv -f .deps/plip.Tpo .deps/plip.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT pnet.lo -MD -MP -MF .deps/pnet.Tpo -c -o pnet.lo pnet.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT pnet.lo -MD -MP -MF .deps/pnet.Tpo -c pnet.c -fPIC -DPIC -o .libs/pnet.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT pnet.lo -MD -MP -MF .deps/pnet.Tpo -c pnet.c -o pnet.o >/dev/null 2>&1 mv -f .deps/pnet.Tpo .deps/pnet.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT mssubs.lo -MD -MP -MF .deps/mssubs.Tpo -c -o mssubs.lo mssubs.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT mssubs.lo -MD -MP -MF .deps/mssubs.Tpo -c mssubs.c -fPIC -DPIC -o .libs/mssubs.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT mssubs.lo -MD -MP -MF .deps/mssubs.Tpo -c mssubs.c -o mssubs.o >/dev/null 2>&1 mv -f .deps/mssubs.Tpo .deps/mssubs.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT pssubs.lo -MD -MP -MF .deps/pssubs.Tpo -c -o pssubs.lo pssubs.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT pssubs.lo -MD -MP -MF .deps/pssubs.Tpo -c pssubs.c -fPIC -DPIC -o .libs/pssubs.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT pssubs.lo -MD -MP -MF .deps/pssubs.Tpo -c pssubs.c -o pssubs.o >/dev/null 2>&1 mv -f .deps/pssubs.Tpo .deps/pssubs.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libluksan.la plis.lo plip.lo pnet.lo mssubs.lo pssubs.lo -lm libtool: link: ar cru .libs/libluksan.a .libs/plis.o .libs/plip.o .libs/pnet.o .libs/mssubs.o .libs/pssubs.o libtool: link: ranlib .libs/libluksan.a libtool: link: ( cd ".libs" && rm -f "libluksan.la" && ln -s "../libluksan.la" "libluksan.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/luksan' Making all in crs make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/crs' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT crs.lo -MD -MP -MF .deps/crs.Tpo -c -o crs.lo crs.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT crs.lo -MD -MP -MF .deps/crs.Tpo -c crs.c -fPIC -DPIC -o .libs/crs.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT crs.lo -MD -MP -MF .deps/crs.Tpo -c crs.c -o crs.o >/dev/null 2>&1 mv -f .deps/crs.Tpo .deps/crs.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libcrs.la crs.lo -lm libtool: link: ar cru .libs/libcrs.a .libs/crs.o libtool: link: ranlib .libs/libcrs.a libtool: link: ( cd ".libs" && rm -f "libcrs.la" && ln -s "../libcrs.la" "libcrs.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/crs' Making all in mlsl make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mlsl' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT mlsl.lo -MD -MP -MF .deps/mlsl.Tpo -c -o mlsl.lo mlsl.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT mlsl.lo -MD -MP -MF .deps/mlsl.Tpo -c mlsl.c -fPIC -DPIC -o .libs/mlsl.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT mlsl.lo -MD -MP -MF .deps/mlsl.Tpo -c mlsl.c -o mlsl.o >/dev/null 2>&1 mv -f .deps/mlsl.Tpo .deps/mlsl.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libmlsl.la mlsl.lo -lm libtool: link: ar cru .libs/libmlsl.a .libs/mlsl.o libtool: link: ranlib .libs/libmlsl.a libtool: link: ( cd ".libs" && rm -f "libmlsl.la" && ln -s "../libmlsl.la" "libmlsl.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mlsl' Making all in mma make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mma' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT mma.lo -MD -MP -MF .deps/mma.Tpo -c -o mma.lo mma.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT mma.lo -MD -MP -MF .deps/mma.Tpo -c mma.c -fPIC -DPIC -o .libs/mma.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT mma.lo -MD -MP -MF .deps/mma.Tpo -c mma.c -o mma.o >/dev/null 2>&1 mv -f .deps/mma.Tpo .deps/mma.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT ccsa_quadratic.lo -MD -MP -MF .deps/ccsa_quadratic.Tpo -c -o ccsa_quadratic.lo ccsa_quadratic.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT ccsa_quadratic.lo -MD -MP -MF .deps/ccsa_quadratic.Tpo -c ccsa_quadratic.c -fPIC -DPIC -o .libs/ccsa_quadratic.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT ccsa_quadratic.lo -MD -MP -MF .deps/ccsa_quadratic.Tpo -c ccsa_quadratic.c -o ccsa_quadratic.o >/dev/null 2>&1 mv -f .deps/ccsa_quadratic.Tpo .deps/ccsa_quadratic.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libmma.la mma.lo ccsa_quadratic.lo -lm libtool: link: ar cru .libs/libmma.a .libs/mma.o .libs/ccsa_quadratic.o libtool: link: ranlib .libs/libmma.a libtool: link: ( cd ".libs" && rm -f "libmma.la" && ln -s "../libmma.la" "libmma.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mma' Making all in cobyla make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cobyla' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT cobyla.lo -MD -MP -MF .deps/cobyla.Tpo -c -o cobyla.lo cobyla.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT cobyla.lo -MD -MP -MF .deps/cobyla.Tpo -c cobyla.c -fPIC -DPIC -o .libs/cobyla.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT cobyla.lo -MD -MP -MF .deps/cobyla.Tpo -c cobyla.c -o cobyla.o >/dev/null 2>&1 mv -f .deps/cobyla.Tpo .deps/cobyla.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libcobyla.la cobyla.lo -lm libtool: link: ar cru .libs/libcobyla.a .libs/cobyla.o libtool: link: ranlib .libs/libcobyla.a libtool: link: ( cd ".libs" && rm -f "libcobyla.la" && ln -s "../libcobyla.la" "libcobyla.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cobyla' Making all in newuoa make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/newuoa' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT newuoa.lo -MD -MP -MF .deps/newuoa.Tpo -c -o newuoa.lo newuoa.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT newuoa.lo -MD -MP -MF .deps/newuoa.Tpo -c newuoa.c -fPIC -DPIC -o .libs/newuoa.o newuoa.c: In function 'nlopt_result trsapp_(int*, int*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, const double*, const double*, const double*)': newuoa.c:184:9: warning: 'nlopt_result nlopt_minimize_constrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)' is deprecated (declared at ../api/nlopt.h:335) [-Wdeprecated-declarations] ret = nlopt_minimize_constrained(NLOPT_LD_MMA, *n, quad_model, &qmd, ^ newuoa.c:187:35: warning: 'nlopt_result nlopt_minimize_constrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)' is deprecated (declared at ../api/nlopt.h:335) [-Wdeprecated-declarations] 0., 0., 0., xtol, 1000, 0.); ^ newuoa.c: In function 'nlopt_result biglag_(int*, int*, double*, double*, double*, double*, int*, int*, int*, double*, double*, double*, double*, double*, double*, double*, double*, const double*, const double*, const double*)': newuoa.c:1241:10: warning: 'nlopt_result nlopt_minimize_constrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)' is deprecated (declared at ../api/nlopt.h:335) [-Wdeprecated-declarations] return nlopt_minimize_constrained(NLOPT_LD_MMA, *n, lag, &ld, ^ newuoa.c:1244:35: warning: 'nlopt_result nlopt_minimize_constrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)' is deprecated (declared at ../api/nlopt.h:335) [-Wdeprecated-declarations] 0., 0., 0., xtol, 1000, 0.); ^ libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT newuoa.lo -MD -MP -MF .deps/newuoa.Tpo -c newuoa.c -o newuoa.o >/dev/null 2>&1 mv -f .deps/newuoa.Tpo .deps/newuoa.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libnewuoa.la newuoa.lo -lm libtool: link: ar cru .libs/libnewuoa.a .libs/newuoa.o libtool: link: ranlib .libs/libnewuoa.a libtool: link: ( cd ".libs" && rm -f "libnewuoa.la" && ln -s "../libnewuoa.la" "libnewuoa.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/newuoa' Making all in lbfgs make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lbfgs' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lbfgs' Making all in neldermead make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/neldermead' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT nldrmd.lo -MD -MP -MF .deps/nldrmd.Tpo -c -o nldrmd.lo nldrmd.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT nldrmd.lo -MD -MP -MF .deps/nldrmd.Tpo -c nldrmd.c -fPIC -DPIC -o .libs/nldrmd.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT nldrmd.lo -MD -MP -MF .deps/nldrmd.Tpo -c nldrmd.c -o nldrmd.o >/dev/null 2>&1 mv -f .deps/nldrmd.Tpo .deps/nldrmd.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT sbplx.lo -MD -MP -MF .deps/sbplx.Tpo -c -o sbplx.lo sbplx.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT sbplx.lo -MD -MP -MF .deps/sbplx.Tpo -c sbplx.c -fPIC -DPIC -o .libs/sbplx.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT sbplx.lo -MD -MP -MF .deps/sbplx.Tpo -c sbplx.c -o sbplx.o >/dev/null 2>&1 mv -f .deps/sbplx.Tpo .deps/sbplx.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libneldermead.la nldrmd.lo sbplx.lo -lm libtool: link: ar cru .libs/libneldermead.a .libs/nldrmd.o .libs/sbplx.o libtool: link: ranlib .libs/libneldermead.a libtool: link: ( cd ".libs" && rm -f "libneldermead.la" && ln -s "../libneldermead.la" "libneldermead.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/neldermead' Making all in auglag make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/auglag' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT auglag.lo -MD -MP -MF .deps/auglag.Tpo -c -o auglag.lo auglag.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT auglag.lo -MD -MP -MF .deps/auglag.Tpo -c auglag.c -fPIC -DPIC -o .libs/auglag.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT auglag.lo -MD -MP -MF .deps/auglag.Tpo -c auglag.c -o auglag.o >/dev/null 2>&1 mv -f .deps/auglag.Tpo .deps/auglag.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libauglag.la auglag.lo -lm libtool: link: ar cru .libs/libauglag.a .libs/auglag.o libtool: link: ranlib .libs/libauglag.a libtool: link: ( cd ".libs" && rm -f "libauglag.la" && ln -s "../libauglag.la" "libauglag.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/auglag' Making all in bobyqa make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/bobyqa' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT bobyqa.lo -MD -MP -MF .deps/bobyqa.Tpo -c -o bobyqa.lo bobyqa.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT bobyqa.lo -MD -MP -MF .deps/bobyqa.Tpo -c bobyqa.c -fPIC -DPIC -o .libs/bobyqa.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT bobyqa.lo -MD -MP -MF .deps/bobyqa.Tpo -c bobyqa.c -o bobyqa.o >/dev/null 2>&1 mv -f .deps/bobyqa.Tpo .deps/bobyqa.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libbobyqa.la bobyqa.lo -lm libtool: link: ar cru .libs/libbobyqa.a .libs/bobyqa.o libtool: link: ranlib .libs/libbobyqa.a libtool: link: ( cd ".libs" && rm -f "libbobyqa.la" && ln -s "../libbobyqa.la" "libbobyqa.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/bobyqa' Making all in isres make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/isres' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT isres.lo -MD -MP -MF .deps/isres.Tpo -c -o isres.lo isres.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT isres.lo -MD -MP -MF .deps/isres.Tpo -c isres.c -fPIC -DPIC -o .libs/isres.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT isres.lo -MD -MP -MF .deps/isres.Tpo -c isres.c -o isres.o >/dev/null 2>&1 mv -f .deps/isres.Tpo .deps/isres.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libisres.la isres.lo -lm libtool: link: ar cru .libs/libisres.a .libs/isres.o libtool: link: ranlib .libs/libisres.a libtool: link: ( cd ".libs" && rm -f "libisres.la" && ln -s "../libisres.la" "libisres.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/isres' Making all in slsqp make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/slsqp' /bin/sh ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT slsqp.lo -MD -MP -MF .deps/slsqp.Tpo -c -o slsqp.lo slsqp.c libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT slsqp.lo -MD -MP -MF .deps/slsqp.Tpo -c slsqp.c -fPIC -DPIC -o .libs/slsqp.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../util -I../api -I/usr/local/include -g -O2 -MT slsqp.lo -MD -MP -MF .deps/slsqp.Tpo -c slsqp.c -o slsqp.o >/dev/null 2>&1 mv -f .deps/slsqp.Tpo .deps/slsqp.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libslsqp.la slsqp.lo -lm libtool: link: ar cru .libs/libslsqp.a .libs/slsqp.o libtool: link: ranlib .libs/libslsqp.a libtool: link: ( cd ".libs" && rm -f "libslsqp.la" && ln -s "../libslsqp.la" "libslsqp.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/slsqp' Making all in api make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/api' make all-am make[4]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/api' /bin/sh ../libtool --tag=CC --mode=compile g++ -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 -I/usr/local/include -g -O2 -MT general.lo -MD -MP -MF .deps/general.Tpo -c -o general.lo general.c libtool: compile: g++ -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 -I/usr/local/include -g -O2 -MT general.lo -MD -MP -MF .deps/general.Tpo -c general.c -fPIC -DPIC -o .libs/general.o libtool: compile: g++ -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 -I/usr/local/include -g -O2 -MT general.lo -MD -MP -MF .deps/general.Tpo -c general.c -o general.o >/dev/null 2>&1 mv -f .deps/general.Tpo .deps/general.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -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 -I/usr/local/include -g -O2 -MT options.lo -MD -MP -MF .deps/options.Tpo -c -o options.lo options.c libtool: compile: g++ -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 -I/usr/local/include -g -O2 -MT options.lo -MD -MP -MF .deps/options.Tpo -c options.c -fPIC -DPIC -o .libs/options.o libtool: compile: g++ -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 -I/usr/local/include -g -O2 -MT options.lo -MD -MP -MF .deps/options.Tpo -c options.c -o options.o >/dev/null 2>&1 mv -f .deps/options.Tpo .deps/options.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -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 -I/usr/local/include -g -O2 -MT optimize.lo -MD -MP -MF .deps/optimize.Tpo -c -o optimize.lo optimize.c libtool: compile: g++ -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 -I/usr/local/include -g -O2 -MT optimize.lo -MD -MP -MF .deps/optimize.Tpo -c optimize.c -fPIC -DPIC -o .libs/optimize.o libtool: compile: g++ -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 -I/usr/local/include -g -O2 -MT optimize.lo -MD -MP -MF .deps/optimize.Tpo -c optimize.c -o optimize.o >/dev/null 2>&1 mv -f .deps/optimize.Tpo .deps/optimize.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -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 -I/usr/local/include -g -O2 -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c -o deprecated.lo deprecated.c libtool: compile: g++ -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 -I/usr/local/include -g -O2 -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c deprecated.c -fPIC -DPIC -o .libs/deprecated.o deprecated.c: In function 'nlopt_result nlopt_minimize_constrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)': deprecated.c:149:13: warning: 'nlopt_result nlopt_minimize_econstrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, double, double, int, double)' is deprecated (declared at deprecated.c:65) [-Wdeprecated-declarations] return nlopt_minimize_econstrained( ^ deprecated.c:153:60: warning: 'nlopt_result nlopt_minimize_econstrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, double, double, int, double)' is deprecated (declared at deprecated.c:65) [-Wdeprecated-declarations] xtol_rel, xtol_abs, ftol_rel, ftol_abs, maxeval, maxtime); ^ deprecated.c: In function '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)': deprecated.c:167:13: warning: 'nlopt_result nlopt_minimize_constrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)' is deprecated (declared at deprecated.c:138) [-Wdeprecated-declarations] return nlopt_minimize_constrained( ^ deprecated.c:170:40: warning: 'nlopt_result nlopt_minimize_constrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)' is deprecated (declared at deprecated.c:138) [-Wdeprecated-declarations] xtol_rel, xtol_abs, maxeval, maxtime); ^ libtool: compile: g++ -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 -I/usr/local/include -g -O2 -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c deprecated.c -o deprecated.o >/dev/null 2>&1 mv -f .deps/deprecated.Tpo .deps/deprecated.Plo /bin/sh ../libtool --tag=CC --mode=compile g++ -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 -I/usr/local/include -g -O2 -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c -o f77api.lo f77api.c libtool: compile: g++ -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 -I/usr/local/include -g -O2 -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c -fPIC -DPIC -o .libs/f77api.o In file included from f77api.c:103:0: f77funcs.h: In function 'void nloptc_(int*, const int*, const int*, nlopt_f77_func, void*, const int*, nlopt_f77_func, char*, char*, const double*, const double*, double*, double*, const double*, const double*, const double*, const double*, const double*, const int*, const int*, const double*)': f77funcs.h:57:14: warning: 'nlopt_result nlopt_minimize_constrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)' is deprecated (declared at nlopt.h:335) [-Wdeprecated-declarations] *info = nlopt_minimize_constrained((nlopt_algorithm) *algorithm, ^ f77funcs.h:65:24: warning: 'nlopt_result nlopt_minimize_constrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)' is deprecated (declared at nlopt.h:335) [-Wdeprecated-declarations] *maxeval, *maxtime); ^ f77funcs.h: In function 'void nlogls_(int*, int*, int*)': f77funcs.h:96:6: warning: 'void nlopt_get_local_search_algorithm(nlopt_algorithm*, nlopt_algorithm*, int*)' is deprecated (declared at nlopt.h:359) [-Wdeprecated-declarations] nlopt_get_local_search_algorithm(&deriv, &nonderiv, maxeval); ^ f77funcs.h:96:65: warning: 'void nlopt_get_local_search_algorithm(nlopt_algorithm*, nlopt_algorithm*, int*)' is deprecated (declared at nlopt.h:359) [-Wdeprecated-declarations] nlopt_get_local_search_algorithm(&deriv, &nonderiv, maxeval); ^ f77funcs.h: In function 'void nlosls_(int*, int*, int*)': f77funcs.h:104:6: warning: 'void nlopt_set_local_search_algorithm(nlopt_algorithm, nlopt_algorithm, int)' is deprecated (declared at nlopt.h:362) [-Wdeprecated-declarations] nlopt_set_local_search_algorithm(deriv, nonderiv, *maxeval); ^ f77funcs.h:104:64: warning: 'void nlopt_set_local_search_algorithm(nlopt_algorithm, nlopt_algorithm, int)' is deprecated (declared at nlopt.h:362) [-Wdeprecated-declarations] nlopt_set_local_search_algorithm(deriv, nonderiv, *maxeval); ^ f77funcs.h: In function 'void nlogsp_(int*)': f77funcs.h:109:13: warning: 'int nlopt_get_stochastic_population()' is deprecated (declared at nlopt.h:366) [-Wdeprecated-declarations] *pop = nlopt_get_stochastic_population(); ^ f77funcs.h:109:45: warning: 'int nlopt_get_stochastic_population()' is deprecated (declared at nlopt.h:366) [-Wdeprecated-declarations] *pop = nlopt_get_stochastic_population(); ^ f77funcs.h: In function 'void nlossp_(const int*)': f77funcs.h:113:6: warning: 'void nlopt_set_stochastic_population(int)' is deprecated (declared at nlopt.h:367) [-Wdeprecated-declarations] nlopt_set_stochastic_population(*pop); ^ f77funcs.h:113:42: warning: 'void nlopt_set_stochastic_population(int)' 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 'void nloptc(int*, const int*, const int*, nlopt_f77_func, void*, const int*, nlopt_f77_func, char*, char*, const double*, const double*, double*, double*, const double*, const double*, const double*, const double*, const double*, const int*, const int*, const double*)': f77funcs.h:57:14: warning: 'nlopt_result nlopt_minimize_constrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)' is deprecated (declared at nlopt.h:335) [-Wdeprecated-declarations] *info = nlopt_minimize_constrained((nlopt_algorithm) *algorithm, ^ f77funcs.h:65:24: warning: 'nlopt_result nlopt_minimize_constrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)' is deprecated (declared at nlopt.h:335) [-Wdeprecated-declarations] *maxeval, *maxtime); ^ f77funcs.h: In function 'void nlogls(int*, int*, int*)': f77funcs.h:96:6: warning: 'void nlopt_get_local_search_algorithm(nlopt_algorithm*, nlopt_algorithm*, int*)' is deprecated (declared at nlopt.h:359) [-Wdeprecated-declarations] nlopt_get_local_search_algorithm(&deriv, &nonderiv, maxeval); ^ f77funcs.h:96:65: warning: 'void nlopt_get_local_search_algorithm(nlopt_algorithm*, nlopt_algorithm*, int*)' is deprecated (declared at nlopt.h:359) [-Wdeprecated-declarations] nlopt_get_local_search_algorithm(&deriv, &nonderiv, maxeval); ^ f77funcs.h: In function 'void nlosls(int*, int*, int*)': f77funcs.h:104:6: warning: 'void nlopt_set_local_search_algorithm(nlopt_algorithm, nlopt_algorithm, int)' is deprecated (declared at nlopt.h:362) [-Wdeprecated-declarations] nlopt_set_local_search_algorithm(deriv, nonderiv, *maxeval); ^ f77funcs.h:104:64: warning: 'void nlopt_set_local_search_algorithm(nlopt_algorithm, nlopt_algorithm, int)' is deprecated (declared at nlopt.h:362) [-Wdeprecated-declarations] nlopt_set_local_search_algorithm(deriv, nonderiv, *maxeval); ^ f77funcs.h: In function 'void nlogsp(int*)': f77funcs.h:109:13: warning: 'int nlopt_get_stochastic_population()' is deprecated (declared at nlopt.h:366) [-Wdeprecated-declarations] *pop = nlopt_get_stochastic_population(); ^ f77funcs.h:109:45: warning: 'int nlopt_get_stochastic_population()' is deprecated (declared at nlopt.h:366) [-Wdeprecated-declarations] *pop = nlopt_get_stochastic_population(); ^ f77funcs.h: In function 'void nlossp(const int*)': f77funcs.h:113:6: warning: 'void nlopt_set_stochastic_population(int)' is deprecated (declared at nlopt.h:367) [-Wdeprecated-declarations] nlopt_set_stochastic_population(*pop); ^ f77funcs.h:113:42: warning: 'void nlopt_set_stochastic_population(int)' 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 'void NLOPTC(int*, const int*, const int*, nlopt_f77_func, void*, const int*, nlopt_f77_func, char*, char*, const double*, const double*, double*, double*, const double*, const double*, const double*, const double*, const double*, const int*, const int*, const double*)': f77funcs.h:57:14: warning: 'nlopt_result nlopt_minimize_constrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)' is deprecated (declared at nlopt.h:335) [-Wdeprecated-declarations] *info = nlopt_minimize_constrained((nlopt_algorithm) *algorithm, ^ f77funcs.h:65:24: warning: 'nlopt_result nlopt_minimize_constrained(nlopt_algorithm, int, nlopt_func_old, void*, int, nlopt_func_old, void*, ptrdiff_t, const double*, const double*, double*, double*, double, double, double, double, const double*, int, double)' is deprecated (declared at nlopt.h:335) [-Wdeprecated-declarations] *maxeval, *maxtime); ^ f77funcs.h: In function 'void NLOGLS(int*, int*, int*)': f77funcs.h:96:6: warning: 'void nlopt_get_local_search_algorithm(nlopt_algorithm*, nlopt_algorithm*, int*)' is deprecated (declared at nlopt.h:359) [-Wdeprecated-declarations] nlopt_get_local_search_algorithm(&deriv, &nonderiv, maxeval); ^ f77funcs.h:96:65: warning: 'void nlopt_get_local_search_algorithm(nlopt_algorithm*, nlopt_algorithm*, int*)' is deprecated (declared at nlopt.h:359) [-Wdeprecated-declarations] nlopt_get_local_search_algorithm(&deriv, &nonderiv, maxeval); ^ f77funcs.h: In function 'void NLOSLS(int*, int*, int*)': f77funcs.h:104:6: warning: 'void nlopt_set_local_search_algorithm(nlopt_algorithm, nlopt_algorithm, int)' is deprecated (declared at nlopt.h:362) [-Wdeprecated-declarations] nlopt_set_local_search_algorithm(deriv, nonderiv, *maxeval); ^ f77funcs.h:104:64: warning: 'void nlopt_set_local_search_algorithm(nlopt_algorithm, nlopt_algorithm, int)' is deprecated (declared at nlopt.h:362) [-Wdeprecated-declarations] nlopt_set_local_search_algorithm(deriv, nonderiv, *maxeval); ^ f77funcs.h: In function 'void NLOGSP(int*)': f77funcs.h:109:13: warning: 'int nlopt_get_stochastic_population()' is deprecated (declared at nlopt.h:366) [-Wdeprecated-declarations] *pop = nlopt_get_stochastic_population(); ^ f77funcs.h:109:45: warning: 'int nlopt_get_stochastic_population()' is deprecated (declared at nlopt.h:366) [-Wdeprecated-declarations] *pop = nlopt_get_stochastic_population(); ^ f77funcs.h: In function 'void NLOSSP(const int*)': f77funcs.h:113:6: warning: 'void nlopt_set_stochastic_population(int)' is deprecated (declared at nlopt.h:367) [-Wdeprecated-declarations] nlopt_set_stochastic_population(*pop); ^ f77funcs.h:113:42: warning: 'void nlopt_set_stochastic_population(int)' is deprecated (declared at nlopt.h:367) [-Wdeprecated-declarations] nlopt_set_stochastic_population(*pop); ^ libtool: compile: g++ -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 -I/usr/local/include -g -O2 -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c -o f77api.o >/dev/null 2>&1 mv -f .deps/f77api.Tpo .deps/f77api.Plo /bin/sh ../libtool --tag=CC --mode=link g++ -g -O2 -o libapi.la general.lo options.lo optimize.lo deprecated.lo f77api.lo -lm libtool: link: ar cru .libs/libapi.a .libs/general.o .libs/options.o .libs/optimize.o .libs/deprecated.o .libs/f77api.o libtool: link: ranlib .libs/libapi.a libtool: link: ( cd ".libs" && rm -f "libapi.la" && ln -s "../libapi.la" "libapi.la" ) make[4]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/api' make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/api' Making all in . make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' /bin/sh ./libtool --tag=CC --mode=link g++ -g -O2 -version-info 7:0:7 -o libnlopt_cxx.la -rpath /tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64 direct/libdirect.la cdirect/libcdirect.la stogo/libstogo.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: gcc -std=gnu99 -shared -fPIC -DPIC -Wl,--whole-archive direct/.libs/libdirect.a cdirect/.libs/libcdirect.a stogo/.libs/libstogo.a praxis/.libs/libpraxis.a luksan/.libs/libluksan.a crs/.libs/libcrs.a mlsl/.libs/libmlsl.a mma/.libs/libmma.a cobyla/.libs/libcobyla.a newuoa/.libs/libnewuoa.a neldermead/.libs/libneldermead.a auglag/.libs/libauglag.a bobyqa/.libs/libbobyqa.a isres/.libs/libisres.a slsqp/.libs/libslsqp.a api/.libs/libapi.a util/.libs/libutil.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/usr/local/lib64/../lib64 -Wl,-rpath -Wl,/usr/local/lib64/../lib64 /usr/local/lib64/../lib64/libstdc++.so -lm -O2 -Wl,-soname -Wl,libnlopt_cxx.so.0 -o .libs/libnlopt_cxx.so.0.7.0 libtool: link: (cd ".libs" && rm -f "libnlopt_cxx.so.0" && ln -s "libnlopt_cxx.so.0.7.0" "libnlopt_cxx.so.0") libtool: link: (cd ".libs" && rm -f "libnlopt_cxx.so" && ln -s "libnlopt_cxx.so.0.7.0" "libnlopt_cxx.so") libtool: link: (cd .libs/libnlopt_cxx.lax/libdirect.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/direct/.libs/libdirect.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libcdirect.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cdirect/.libs/libcdirect.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libstogo.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/stogo/.libs/libstogo.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libpraxis.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/praxis/.libs/libpraxis.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libluksan.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/luksan/.libs/libluksan.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libcrs.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/crs/.libs/libcrs.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libmlsl.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mlsl/.libs/libmlsl.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libmma.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mma/.libs/libmma.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libcobyla.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cobyla/.libs/libcobyla.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libnewuoa.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/newuoa/.libs/libnewuoa.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libneldermead.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/neldermead/.libs/libneldermead.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libauglag.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/auglag/.libs/libauglag.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libbobyqa.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/bobyqa/.libs/libbobyqa.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libisres.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/isres/.libs/libisres.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libslsqp.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/slsqp/.libs/libslsqp.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libapi.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/api/.libs/libapi.a") libtool: link: (cd .libs/libnlopt_cxx.lax/libutil.a && ar x "/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/util/.libs/libutil.a") libtool: link: ar cru .libs/libnlopt_cxx.a .libs/libnlopt_cxx.lax/libdirect.a/DIRect.o .libs/libnlopt_cxx.lax/libdirect.a/DIRserial.o .libs/libnlopt_cxx.lax/libdirect.a/DIRsubrout.o .libs/libnlopt_cxx.lax/libdirect.a/direct_wrap.o .libs/libnlopt_cxx.lax/libcdirect.a/cdirect.o .libs/libnlopt_cxx.lax/libcdirect.a/hybrid.o .libs/libnlopt_cxx.lax/libstogo.a/global.o .libs/libnlopt_cxx.lax/libstogo.a/linalg.o .libs/libnlopt_cxx.lax/libstogo.a/local.o .libs/libnlopt_cxx.lax/libstogo.a/stogo.o .libs/libnlopt_cxx.lax/libstogo.a/tools.o .libs/libnlopt_cxx.lax/libpraxis.a/praxis.o .libs/libnlopt_cxx.lax/libluksan.a/mssubs.o .libs/libnlopt_cxx.lax/libluksan.a/plip.o .libs/libnlopt_cxx.lax/libluksan.a/plis.o .libs/libnlopt_cxx.lax/libluksan.a/pnet.o .libs/libnlopt_cxx.lax/libluksan.a/pssubs.o .libs/libnlopt_cxx.lax/libcrs.a/crs.o .libs/libnlopt_cxx.lax/libmlsl.a/mlsl.o .libs/libnlopt_cxx.lax/libmma.a/ccsa_quadratic.o .libs/libnlopt_cxx.lax/libmma.a/mma.o .libs/libnlopt_cxx.lax/libcobyla.a/cobyla.o .libs/libnlopt_cxx.lax/libnewuoa.a/newuoa.o .libs/libnlopt_cxx.lax/libneldermead.a/nldrmd.o .libs/libnlopt_cxx.lax/libneldermead.a/sbplx.o .libs/libnlopt_cxx.lax/libauglag.a/auglag.o .libs/libnlopt_cxx.lax/libbobyqa.a/bobyqa.o .libs/libnlopt_cxx.lax/libisres.a/isres.o .libs/libnlopt_cxx.lax/libslsqp.a/slsqp.o .libs/libnlopt_cxx.lax/libapi.a/deprecated.o .libs/libnlopt_cxx.lax/libapi.a/f77api.o .libs/libnlopt_cxx.lax/libapi.a/general.o .libs/libnlopt_cxx.lax/libapi.a/optimize.o .libs/libnlopt_cxx.lax/libapi.a/options.o .libs/libnlopt_cxx.lax/libutil.a/mt19937ar.o .libs/libnlopt_cxx.lax/libutil.a/qsort_r.o .libs/libnlopt_cxx.lax/libutil.a/redblack.o .libs/libnlopt_cxx.lax/libutil.a/rescale.o .libs/libnlopt_cxx.lax/libutil.a/sobolseq.o .libs/libnlopt_cxx.lax/libutil.a/stop.o .libs/libnlopt_cxx.lax/libutil.a/timer.o libtool: link: ranlib .libs/libnlopt_cxx.a libtool: link: rm -fr .libs/libnlopt_cxx.lax libtool: link: ( cd ".libs" && rm -f "libnlopt_cxx.la" && ln -s "../libnlopt_cxx.la" "libnlopt_cxx.la" ) make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' Making all in octave make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/octave' make all-am make[4]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/octave' g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../util -I/usr/local/include -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 g++ -g -O2 -o dummy dummy.o -lm libtool: link: g++ -g -O2 -o dummy dummy.o -lm make[4]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/octave' make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/octave' Making all in test make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/test' g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../util -I/usr/local/include -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 -I/usr/local/include -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_cxx.la -lm libtool: link: g++ -g -O2 -o .libs/testopt testfuncs.o testopt.o ../.libs/libnlopt_cxx.so /usr/local/lib64/../lib64/libstdc++.so -lm -Wl,-rpath -Wl,/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64 -Wl,-rpath -Wl,/usr/local/lib64/../lib64 make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/test' Making all in swig make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/swig' make all-am make[4]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/swig' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/swig' make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/swig' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' make[1]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' make[1]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' Making install in util make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/util' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/util' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/util' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/util' Making install in direct make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/direct' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/direct' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/direct' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/direct' Making install in cdirect make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cdirect' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cdirect' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cdirect' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cdirect' Making install in stogo make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/stogo' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/stogo' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/stogo' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/stogo' Making install in praxis make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/praxis' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/praxis' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/praxis' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/praxis' Making install in luksan make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/luksan' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/luksan' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/luksan' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/luksan' Making install in crs make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/crs' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/crs' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/crs' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/crs' Making install in mlsl make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mlsl' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mlsl' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mlsl' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mlsl' Making install in mma make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mma' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mma' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mma' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/mma' Making install in cobyla make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cobyla' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cobyla' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cobyla' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/cobyla' Making install in newuoa make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/newuoa' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/newuoa' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/newuoa' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/newuoa' Making install in lbfgs make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lbfgs' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lbfgs' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lbfgs' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lbfgs' Making install in neldermead make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/neldermead' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/neldermead' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/neldermead' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/neldermead' Making install in auglag make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/auglag' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/auglag' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/auglag' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/auglag' Making install in bobyqa make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/bobyqa' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/bobyqa' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/bobyqa' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/bobyqa' Making install in isres make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/isres' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/isres' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/isres' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/isres' Making install in slsqp make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/slsqp' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/slsqp' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/slsqp' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/slsqp' Making install in api make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/api' make install-am make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/api' make[4]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/api' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/include' /usr/bin/install -c -m 644 nlopt.h nlopt.f nlopt.hpp '/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/include' /usr/bin/mkdir -p '/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/share/man/man3' /usr/bin/install -c -m 644 nlopt.3 '/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/share/man/man3' make[4]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/api' make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/api' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/api' Making install in . make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' /usr/bin/mkdir -p '/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64' /bin/sh ./libtool --mode=install /usr/bin/install -c libnlopt_cxx.la '/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64' libtool: install: /usr/bin/install -c .libs/libnlopt_cxx.so.0.7.0 /tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64/libnlopt_cxx.so.0.7.0 libtool: install: (cd /tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64 && { ln -s -f libnlopt_cxx.so.0.7.0 libnlopt_cxx.so.0 || { rm -f libnlopt_cxx.so.0 && ln -s libnlopt_cxx.so.0.7.0 libnlopt_cxx.so.0; }; }) libtool: install: (cd /tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64 && { ln -s -f libnlopt_cxx.so.0.7.0 libnlopt_cxx.so || { rm -f libnlopt_cxx.so && ln -s libnlopt_cxx.so.0.7.0 libnlopt_cxx.so; }; }) libtool: install: /usr/bin/install -c .libs/libnlopt_cxx.lai /tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64/libnlopt_cxx.la libtool: install: /usr/bin/install -c .libs/libnlopt_cxx.a /tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64/libnlopt_cxx.a libtool: install: chmod 644 /tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64/libnlopt_cxx.a libtool: install: ranlib /tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64/libnlopt_cxx.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 /tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64 ---------------------------------------------------------------------- Libraries have been installed in: /tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/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 '/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64/pkgconfig' /usr/bin/install -c -m 644 nlopt.pc '/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/lib64/pkgconfig' make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' Making install in octave make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/octave' make install-am make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/octave' make[4]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/octave' make[4]: Nothing to be done for `install-exec-am'. make[4]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/octave' make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/octave' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/octave' Making install in test make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/test' make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/test' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/test' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/test' Making install in swig make[2]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/swig' make install-am make[3]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/swig' make[4]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/swig' make[4]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/swig' make[3]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/swig' make[2]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3/swig' make[1]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' gcc -std=gnu99 -I/usr/local/lib64/R/include -DNDEBUG -I/usr/local/include -I./nlopt-2.3/include -fpic -g -O2 -c nloptr.c -o nloptr.o echo "Installing library to: `pwd`/nlopt-2.3" Installing library to: /tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3 cd nlopt-2.3; \ ./configure --prefix="`pwd`" --enable-shared --enable-static --without-octave --without-matlab --without-guile --without-python --with-cxx CC="gcc -std=gnu99" CFLAGS="-g -O2 " CPP="`"/usr/local/lib64/R/bin/R" CMD config CPP`" CPPFLAGS="-I/usr/local/include" CXX="g++" CXXFLAGS="-g -O2 " CXXCPP="g++ -E"; \ make; \ make install; \ ls | grep -v ^include$ | grep -v ^lib$ | xargs rm -rf; \ rm -rf .libs; /bin/sh: line 1: ./configure: No such file or directory make[1]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' make[1]: Entering directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' make[1]: *** No rule to make target `install'. Stop. make[1]: Leaving directory `/tmp/RtmpP3IzvG/R.INSTALL47bf4b181dcf/nloptr/src/nlopt-2.3' 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? The downloaded source packages are in ?/tmp/RtmpHQHp8I/downloaded_packages? Updating HTML index of packages in '.Library' Making 'packages.html' ... done Warning message: In install.packages("nloptr") : installation of package ?nloptr? had non-zero exit status
David Winsemius
2013-Jun-16 14:59 UTC
[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
ce
2013-Jun-16 18:46 UTC
[R] can't install rugarch and nloptr packages in R 3.01 opensuse linux
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'
Pascal Oettli
2013-Jun-17 09:30 UTC
[R] can't install rugarch and nloptr packages in R 3.01 opensuse linux
Hello, I was able to install the "nloptr" package by editing the src/Makevars file. I added the line mv .libs lib; \ between make install; \ ls | grep -v ^include$$ | grep -v ^lib$$ | xargs rm -rf; \ for NLopt compilation. You probably should contact the package maintainer for more details. Hope this helps, Pascal On 16/06/13 19:42, 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. > > 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) > > > > ______________________________________________ > 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. >
ce
2013-Jun-17 19:11 UTC
[R] can't install rugarch and nloptr packages in R 3.01 opensuse linux
Hi Pascal, Indeed by following your advice I succeeded to install nloptr. Thank you very much, -----Original Message----- From: "Pascal Oettli" [kridox at ymail.com] Date: 06/17/2013 05:30 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 Hello, I was able to install the "nloptr" package by editing the src/Makevars file. I added the line mv .libs lib; \ between make install; \ ls | grep -v ^include$$ | grep -v ^lib$$ | xargs rm -rf; \ for NLopt compilation. You probably should contact the package maintainer for more details. Hope this helps, Pascal On 16/06/13 19:42, 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. > > 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) > > > > ______________________________________________ > 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. >