ADMB-help,<br><br>I'm trying to install ADMB under linux (<b>Ubuntu 9.10 karmic</b>)<br><br>Following instructions in <a href="http://admb-project.org/documentation/installation/admb-installation-linux" target="_blank">http://admb-project.org/documentation/installation/admb-installation-linux</a><br>
I downloaded the binaries from <a href="http://admb-project.org/documentation/downloads" target="_blank">http://admb-project.org/downloads</a><br>(admb-9.1-linux-gcc4.2-32bit.zip)<br><br>and :<br><br>cruz@ubuntu:~$ export ADMB_HOME=/media/Data/ADMB<br>
cruz@ubuntu:~$ cd $ADMB_HOME<br>cruz@ubuntu:~$ echo $PATH<br>/media/Data/ADMB/bin ......................... (omitted)<br><br>cruz@ubuntu:~$ chmod -R u+w examples<br>cruz@ubuntu:/media/Data/ADMB$ make<br>
<br>cd examples/admb/simple;admb simple;./simple<br><br>*** tpl2cpp simple<br><br>*** adcomp simple<br>g++ -c -O3 -Wno-deprecated -D__GNUDOS__ -Dlinux -DOPT_LIB -DUSE_LAPLACE -fpermissive -I. -I/media/Data/ADMB/include simple.cpp<br>
<br><br>*** adlink simple<br>g++ -L/media/Data/ADMB/lib simple.o -ldf1b2stub -ladmod -ladt -lado -ldf1b2stub -ladmod -ladt -lado -o simple<br><br>/usr/bin/ld: skipping incompatible /media/Data/ADMB/lib/libdf1b2stub.a when searching for -ldf1b2stub<br>
/usr/bin/ld: cannot find -ldf1b2stub<br>collect2: ld returned 1 exit status<br>/bin/sh: ./simple: not found<br>make: *** [simple] Error 127<br><br>Best,<br><font color="#888888">Luis</font>