[ADMB Users] Fwd: bash: ./configure: No such file or directory
John Sibert
sibert at hawaii.edu
Tue May 10 11:56:06 PDT 2011
Good suggestion from Dave.
Being lazy, I usually don't bother with make install on my Ubuntu 10.04 box.
In my .basrc, I include the following lines:
export
ADMB_DEV=~/admb/trunk/build/admb-10.0-linux-gcc4.4.3-64bit/admb-10.0-linux-gcc4.4.3-64bit
export ADMB_HOME=$ADMB_DEV
(ADMB_DEV is not required you could simply use
export
ADMB_HOME=~/admb/trunk/build/admb-10.0-linux-gcc4.4.3-64bit/admb-10.0-linux-gcc4.4.3-64bit)
which stets the environment variable ADMB_HOME to the directory where I
build admb on my computer. It could just as easily point to the the
place where you installed it if you did not build from source. The PATH
environment variable is modified as follows:
PATH=.:$PATH:~/bin:~/movemod/bin:/usr/local/java/bin:/usr/local/gmt/bin:$ADMB_HOME/bin:/usr/local/gwt
which inserts the correct path to the ADMB binaries into the PATH
environment variable.
It works for me.
John
On 05/10/2011 07:37 AM, dave fournier wrote:
> I'm not sure where these things get put in ADMB, but when forced to
> work on computers
> without root access I like to put ~/bin on my path if it is not
> already and install binaries
> there. Then you don't need to worry about all that crap. Life is too
> short to waste it dealing
> with administrators.
> _______________________________________________
> Users mailing list
> Users at admb-project.org
> http://lists.admb-project.org/mailman/listinfo/users
>
--
John Sibert
Emeritus Researcher, SOEST
University of Hawaii at Manoa
Visit the ADMB project http://admb-project.org/
More information about the Users
mailing list