Yes... you need to find admb-bin it isn't where make install thinks it is....<br>This has evidently been fixed somewhere, but evidently not in the source code available on the download page, lots of people have had this problem.  If memory serves me right, admb-bin is in admb rather than g++? Just copy admb-bin into scripts/g++/admb-bin and you should be ok!<br>
Aaron<br><br><br><div class="gmail_quote">On Wed, Apr 6, 2011 at 2:45 AM, Bjørn-Helge Mevik <span dir="ltr"><<a href="mailto:b.h.mevik@usit.uio.no">b.h.mevik@usit.uio.no</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
I'm trying to install ADMB 10.0 from source on a Linux machine (CentOS<br>
5.2), with gcc  4.1.2.<br>
<br>
I'm following the instructions in README.txt for UNIX and G++, using<br>
the 64 bit build:<br>
<br>
# unzip admb-10.0.zip<br>
# cd admb-10.0<br>
# ./configure BUILD_64BIT=yes --prefix=/site/VERSIONS/admb-10.0<br>
# make<br>
# make verify<br>
# make install<br>
<br>
The make is successful, as is the make verify (although there are a<br>
couple of "could not build" messages).  The make install produces the<br>
following:<br>
<br>
install -d -m 555 /site/VERSIONS/admb-10.0/admb/bin /site/VERSIONS/admb-10.0/admb/include /site/VERSIONS/admb-10.0/admb/lib /site/VERSIONS/<br>
admb-10.0/admb/docs /site/VERSIONS/admb-10.0/admb/examples<br>
install -m 555 build/admb-10.0-linux-gcc4.1.2-64bit/admb-10.0-linux-gcc4.1.2-64bit/bin/* /site/VERSIONS/admb-10.0/admb/bin<br>
install -m 444 build/admb-10.0-linux-gcc4.1.2-64bit/admb-10.0-linux-gcc4.1.2-64bit/include/* /site/VERSIONS/admb-10.0/admb/include<br>
install -m 444 build/admb-10.0-linux-gcc4.1.2-64bit/admb-10.0-linux-gcc4.1.2-64bit/lib/* /site/VERSIONS/admb-10.0/admb/lib<br>
install -m 444 LICENSE /site/VERSIONS/admb-10.0/admb<br>
install -m 444 README.txt /site/VERSIONS/admb-10.0/admb<br>
install -m 444 Makefile /site/VERSIONS/admb-10.0/admb<br>
install -m 555 scripts/g++/admb-bin /site/VERSIONS/admb-10.0/bin/admb<br>
install: cannot stat `scripts/g++/admb-bin': No such file or directory<br>
make: *** [install] Error 1<br>
<br>
<br>
What is wrong?<br>
<font color="#888888"><br>
--<br>
Regards,<br>
Bjørn-Helge Mevik, dr. scient,<br>
Research Computing Services, University of Oslo<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@admb-project.org">Users@admb-project.org</a><br>
<a href="http://lists.admb-project.org/mailman/listinfo/users" target="_blank">http://lists.admb-project.org/mailman/listinfo/users</a><br>
</font></blockquote></div><br>