[ADMB Users] Fwd: bash: ./configure: No such file or directory

Luis Ridao luridao at gmail.com
Wed May 11 06:56:41 PDT 2011


Well I'm going through some models that used to work before.
So far there is one that does not seem to run properly (one with splines)

----------------------------------------------------------------------------------------------------------
ridao at linux-kw78:~/admb/admb-10.1/myadmb> admb test_spline_2010

*** tpl2cpp test_spline_2010

*** adcomp test_spline_2010
g++ -c -O3 -Wno-deprecated -D__GNUDOS__ -Dlinux -DOPT_LIB -DUSE_LAPLACE
-fpermissive -I. -I/usr/local/admb/include test_spline_2010.cpp

*** adlink test_spline_2010
g++ -s -L/usr/local/admb/lib test_spline_2010.o -ldf1b2o -ladmod -ladt -lado
-ldf1b2o -ladmod -ladt -lado -o test_spline_2010

Done
----------------------------------------------------------------------------------------------------------
ridao at linux-kw78:~/admb/admb-10.1/myadmb> ./test_spline_2010
Making a copy of an unallocated dvector
Making a copy of an unallocated dvector
Making a copy of an unallocated dvector
Making a copy of an unallocated dvector
Making a copy of an unallocated dvector
Making a copy of an unallocated dvector
 OK to here
----------------------------------------------------------------------------------------------------------
I have "cout" the code an dthe problem seem to arise in the parameter
section

The same model without "spline" works fine.

............................................................................................................
ridao at linux-kw78:~/admb/admb-10.1/myadmb> admb test_nospline_2010

*** tpl2cpp test_nospline_2010

*** adcomp test_nospline_2010
g++ -c -O3 -Wno-deprecated -D__GNUDOS__ -Dlinux -DOPT_LIB -DUSE_LAPLACE
-fpermissive -I. -I/usr/local/admb/include test_nospline_2010.cpp

*** adlink test_nospline_2010
g++ -s -L/usr/local/admb/lib test_nospline_2010.o -ldf1b2o -ladmod -ladt
-lado -ldf1b2o -ladmod -ladt -lado -o test_nospline_2010

Done

ridao at linux-kw78:~/admb/admb-10.1/myadmb> ./test_nospline_2010
...
....
....
...


Thanks in advance
...............................................................................................................
On Wed, May 11, 2011 at 12:04 PM, Luis Ridao <luridao at gmail.com> wrote:

> Thanks all for your help.
> It works now by doing:
>
>
> export ADMB_HOME=/usr/local/admb
> PATH=$PATH:/usr/local/admb/bin
>
> PATH=$PATH:/home/ridao/admb/admb-10.1/build/admb-10.1-linux-gcc4.5-32bit/admb-10.1-linux-gcc4.5-32bit/bin
> export PATH
>
> Best,
> LRC
>
>
> On Wed, May 11, 2011 at 12:08 AM, dave fournier <davef at otter-rsch.com>wrote:
>
>>
>> Of course you can add something like this to the bash shell script
>> to check the ADMB_HOME is defined
>>
>>
>>
>> if [ -z ${ADMB_HOME} ]
>>  then echo you need to define the environment string ADMB_HOME
>>
>> fi
>>
>> _______________________________________________
>> Users mailing list
>> Users at admb-project.org
>> http://lists.admb-project.org/mailman/listinfo/users
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.admb-project.org/pipermail/users/attachments/20110511/2b664895/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test_spline_2010.tpl
Type: application/octet-stream
Size: 13613 bytes
Desc: not available
URL: <http://lists.admb-project.org/pipermail/users/attachments/20110511/2b664895/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test_spline_2010.dat
Type: video/mpeg
Size: 18490 bytes
Desc: not available
URL: <http://lists.admb-project.org/pipermail/users/attachments/20110511/2b664895/attachment.m1v>


More information about the Users mailing list