<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 12-11-30 01:12 PM, Johnoel Ancheta
      wrote:<br>
      <br>
      Shouldn't the configure script report an error?<br>
      <br>
    </div>
    <blockquote
cite="mid:CAJMx2XXO1=mu+W9LPY_50dejQqSs=wX5VXRO1VxxzwnX3BPsBQ@mail.gmail.com"
      type="cite">$ sudo apt-get install g++
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Fri, Nov 30, 2012 at 11:04 AM,
          fernando <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:fdoespin@gmail.com" target="_blank">fdoespin@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
            <br>
            I am try install admb-11 in ubuntu 12.10 and get the
            following error....<br>
            <br>
            root@fish:/home/fernando/Downloads/admb-11# ./configure<br>
            checking for gcc... gcc<br>
            checking whether the C compiler works... yes<br>
            checking for C compiler default output file name... a.out<br>
            checking for suffix of executables...<br>
            checking whether we are cross compiling... no<br>
            checking for suffix of object files... o<br>
            checking whether we are using the GNU C compiler... yes<br>
            checking whether gcc accepts -g... yes<br>
            checking for gcc option to accept ISO C89... none needed<br>
            checking for g++... g++<br>
            checking whether we are using the GNU C++ compiler... yes<br>
            checking whether g++ accepts -g... yes<br>
            checking how to run the C++ preprocessor... g++ -E<br>
            checking for grep that handles long lines and -e...
            /bin/grep<br>
            checking for egrep... /bin/grep -E<br>
            checking for ANSI C header files... yes<br>
            checking for sys/types.h... yes<br>
            checking for sys/stat.h... yes<br>
            checking for stdlib.h... yes<br>
            checking for string.h... yes<br>
            checking for memory.h... yes<br>
            checking for strings.h... yes<br>
            checking for inttypes.h... yes<br>
            checking for stdint.h... yes<br>
            checking for unistd.h... yes<br>
            checking iostream usability... yes<br>
            checking iostream presence... yes<br>
            checking for iostream... yes<br>
            checking for flex... flex<br>
            checking lex output file root... lex.yy<br>
            checking lex library... none needed<br>
            checking whether yytext is a pointer... no<br>
            checking for sed... yes<br>
            checking for svnversion... yes<br>
            creating REVISION...<br>
            checking size of int *... 8<br>
            configure: creating ./config.status<br>
            config.status: creating GNUmakefile<br>
            config.status: creating admb_configure.h<br>
            config.status: creating scripts/admb/admb-bin<br>
            <br>
            Configure completed for 'admb-11-linux-gcc4.7-64bit'.<br>
            To build ADMB, type 'make'.<br>
            <br>
            root@fish:/home/fernando/Downloads/admb-11# make<br>
            CC=gcc CFLAGS="" CXX=g++ CXXFLAGS=""
            LIBPATH=../build/objects/admb-11-linux-gcc4.7-64bit
            DISK=../build/admb-11-linux-gcc4.7-64bit ADMB_CONFIGURE=1
            make --directory=src --file=linux.mak<br>
            make[1]: Entering directory `/home/fernando/Downloads/admb-11/src'<br>
            mkdir -p ../build/admb-11-linux-gcc4.7-64bit/{bin,docs/manuals,examples,include,lib}<br>
            mkdir -p ../build/objects/admb-11-linux-gcc4.7-64bit/linad99-olp<br>
            mkdir -p ../build/objects/admb-11-linux-gcc4.7-64bit/linad99-slp<br>
            mkdir -p ../build/objects/admb-11-linux-gcc4.7-64bit/df1b2-separable-olp<br>
            mkdir -p ../build/objects/admb-11-linux-gcc4.7-64bit/df1b2-separable-slp<br>
            mkdir -p ../build/objects/admb-11-linux-gcc4.7-64bit/nh99-olp<br>
            mkdir -p ../build/objects/admb-11-linux-gcc4.7-64bit/tools99-olp<br>
            make --directory=linad99 AR=ar CXX=g++ CXXFLAGS="-c -O3
            -Wall -D__GNUDOS__ -Dlinux -D__SPDLL__ -DUSE_LAPLACE
            -DADMB_REVISION=Unversioned directory -DADMB_VERSION=11
             -DOPT_LIB -I../df1b2-separable -I../nh99 -I../linad99
            -I../tools99" LIBPATH=../../build/objects/admb-11-linux-gcc4.7-64bit/linad99-olp
            DISKDIR=../../build/admb-11-linux-gcc4.7-64bit -f
            optg32-rh8-laplace.mak disk<br>
            make[2]: Entering directory `/home/fernando/Downloads/admb-11/src/linad99'<br>
            g++ -c -O3 -Wall -D__GNUDOS__ -Dlinux -D__SPDLL__
            -DUSE_LAPLACE -DADMB_REVISION=Unversioned directory
            -DADMB_VERSION=11  -DOPT_LIB -I../df1b2-separable -I../nh99
            -I../linad99 -I../tools99 cgamdev.cpp -o
            ../../build/objects/admb-11-linux-gcc4.7-64bit/linad99-olp/cgamdev.obj<br>
            g++: error: directory: No such file or directory<br>
            make[2]: *** [cgamdev.obj] Error 1<br>
            make[2]: Leaving directory `/home/fernando/Downloads/admb-11/src/linad99'<br>
            make[1]: *** [dist] Error 2<br>
            make[1]: Leaving directory `/home/fernando/Downloads/admb-11/src'<br>
            make: *** [admb] Error 2<br>
            <br>
            <br>
            root@fish:/home/fernando/Downloads/admb-11# uname -a<br>
            Linux fish 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9
            19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux<br>
            <br>
            root@fish:/home/fernando/Downloads/admb-11# gcc -v<br>
            Using built-in specs.<br>
            COLLECT_GCC=gcc<br>
            COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper<br>
            Target: x86_64-linux-gnu<br>
            Configured with: ../src/configure -v
            --with-pkgversion='Ubuntu/Linaro 4.7.2-2ubuntu1'
            --with-bugurl=<a class="moz-txt-link-freetext" href="file:///usr/share/doc/gcc-4.7/README.Bugs">file:///usr/share/doc/gcc-4.7/README.Bugs</a>
            --enable-languages=c,c++,go,fortran,objc,obj-c++
            --prefix=/usr --program-suffix=-4.7 --enable-shared
            --enable-linker-build-id --with-system-zlib
            --libexecdir=/usr/lib --without-included-gettext
            --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7
            --libdir=/usr/lib --enable-nls --with-sysroot=/
            --enable-clocale=gnu --enable-libstdcxx-debug
            --enable-libstdcxx-time=yes --enable-gnu-unique-object
            --enable-plugin --enable-objc-gc --disable-werror
            --with-arch-32=i686 --with-tune=generic
            --enable-checking=release --build=x86_64-linux-gnu
            --host=x86_64-linux-gnu --target=x86_64-linux-gnu<br>
            Thread model: posix<br>
            gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)<br>
            <br>
            <br>
            Thank for all<br>
            <br>
            fer<br>
            _______________________________________________<br>
            Developers mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:Developers@admb-project.org" target="_blank">Developers@admb-project.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.admb-project.org/mailman/listinfo/developers"
              target="_blank">http://lists.admb-project.org/mailman/listinfo/developers</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Developers@admb-project.org">Developers@admb-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.admb-project.org/mailman/listinfo/developers">http://lists.admb-project.org/mailman/listinfo/developers</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>