## Ian Taylor failed compiling with the new configure script sent by Johnoel on Nov 10, 2010 ~/admb/admb-10.0Beta $ uname -a Linux ian-laptop 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:52:42 UTC 2010 x86_64 GNU/Linux ~/admb/admb-10.0Beta $ uname -s Linux ~/admb/admb-10.0Beta $ uname -p unknown ~/admb/admb-10.0Beta $ uname -m x86_64 ~/admb/admb-10.0Beta $ ./configure 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 g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 iostream usability... yes checking iostream presence... yes checking for iostream... yes checking for flex... no checking for lex... no checking for sed... yes checking for svnversion... yes configure: creating ./config.status config.status: creating GNUmakefile config.status: creating admb_configure.h config.status: creating scripts/bash/admb-bin Configure completed for admb10.0Beta-linux-gcc4.4.3-32bit To build ADMB, type 'make' ~/admb/admb-10.0Beta $ make CXX=g++ CXXFLAGS="-m32" LIBPATH=../build/admb10.0Beta-linux-gcc4.4.3-32bit/objects DISK=../build/admb10.0Beta-linux-gcc4.4.3-32bit/dist ADMB_CONFIGURE=1 make --directory=src --file=linux.mak make[1]: Entering directory `/home/ian/admb/admb-10.0Beta/src' rm -rf ../build/admb10.0Beta-linux-gcc4.4.3-32bit/dist mkdir -p ../build/admb10.0Beta-linux-gcc4.4.3-32bit/dist/{bin,lib,include,docs,docs/manuals,examples} mkdir -p ../build/admb10.0Beta-linux-gcc4.4.3-32bit/objects/linad99-olp mkdir -p ../build/admb10.0Beta-linux-gcc4.4.3-32bit/objects/linad99-slp mkdir -p ../build/admb10.0Beta-linux-gcc4.4.3-32bit/objects/nh99-olp mkdir -p ../build/admb10.0Beta-linux-gcc4.4.3-32bit/objects/nh99-olp-stub mkdir -p ../build/admb10.0Beta-linux-gcc4.4.3-32bit/objects/tools99-olp mkdir -p ../build/admb10.0Beta-linux-gcc4.4.3-32bit/objects/df1b2-separable-slp mkdir -p ../build/admb10.0Beta-linux-gcc4.4.3-32bit/objects/df1b2-separable-olp make --directory=df1b2-separable CC=gcc CXXFLAGS="-c -m32 -Wall -Wno-deprecated -DUSE_LAPLACE -fpermissive -I../df1b2-separable -I../nh99 -I../linad99 -I../tools99 -D__SPDLL__ -D__GNUDOS__ -Dlinux -DOPT_LIB" LIBPATH=../../build/admb10.0Beta-linux-gcc4.4.3-32bit/objects/df1b2-separable-olp DISKDIR=../../build/admb10.0Beta-linux-gcc4.4.3-32bit/dist -f optg32-rh8-laplace.mak disk make[2]: Entering directory `/home/ian/admb/admb-10.0Beta/src/df1b2-separable' g++ -c -m32 -Wall -Wno-deprecated -DUSE_LAPLACE -fpermissive -I../df1b2-separable -I../nh99 -I../linad99 -I../tools99 -D__SPDLL__ -D__GNUDOS__ -Dlinux -DOPT_LIB df1b2impspf.cpp -o ../../build/admb10.0Beta-linux-gcc4.4.3-32bit/objects/df1b2-separable-olp/df1b2impspf.obj In file included from /usr/include/features.h:378, from /usr/include/unistd.h:26, from ../linad99/fvar.hpp:173, from ../nh99/admodel.h:69, from df1b2impspf.cpp:8: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory df1b2impspf.cpp: In function ‘double calculate_importance_sample_shess(const dvector&, const dvector&, const dmatrix&, const dvector&, const dvector&, const dmatrix&, function_minimizer*)’: df1b2impspf.cpp:20: warning: unused variable ‘Hessadjoint’ df1b2impspf.cpp:44: warning: unused variable ‘onvar’ df1b2impspf.cpp:49: warning: unused variable ‘j’ make[2]: *** [df1b2impspf.obj] Error 1 make[2]: Leaving directory `/home/ian/admb/admb-10.0Beta/src/df1b2-separable' make[1]: *** [dist] Error 2 make[1]: Leaving directory `/home/ian/admb/admb-10.0Beta/src' make: *** [all] Error 2 ~/admb/admb-10.0Beta $