Finally I got ADMB on openSUSE up and running.<br>Well I'm going through some models that used to work before.<br>So far there is one that does not seem to run properly (one with splines)<br><br><div id=":e6">----------------------------------------------------------------------------<br>

ridao@linux-kw78:~/admb/admb-10.1/myadmb> admb test_spline_2010<br><br>*** tpl2cpp test_spline_2010<br><br>*** adcomp test_spline_2010<br>g++
 -c -O3 -Wno-deprecated -D__GNUDOS__ -Dlinux -DOPT_LIB -DUSE_LAPLACE 
-fpermissive -I. -I/usr/local/admb/include test_spline_2010.cpp<br>
<br>*** adlink test_spline_2010<br>g++ -s -L/usr/local/admb/lib test_spline_2010.o -ldf1b2o -ladmod -ladt -lado -ldf1b2o -ladmod -ladt -lado -o test_spline_2010<br><br>Done<br>----------------------------------------------------------------------------------------------------------<br>

ridao@linux-kw78:~/admb/admb-10.1/myadmb> ./test_spline_2010<br>Making a copy of an unallocated dvector<br>Making a copy of an unallocated dvector<br>Making a copy of an unallocated dvector<br>Making a copy of an unallocated dvector<br>

Making a copy of an unallocated dvector<br>Making a copy of an unallocated dvector<br> OK to here <br>----------------------------------------------------------------------------------------------------------<br>I have "cout" the code and the problem seem to arise in the parameter section<br>

<br>The same model without "spline" works fine.<br><br>............................................................................................................<br>ridao@linux-kw78:~/admb/admb-10.1/myadmb> admb test_nospline_2010<br>

<br>*** tpl2cpp test_nospline_2010<br><br>*** adcomp test_nospline_2010<br>g++
 -c -O3 -Wno-deprecated -D__GNUDOS__ -Dlinux -DOPT_LIB -DUSE_LAPLACE 
-fpermissive -I. -I/usr/local/admb/include test_nospline_2010.cpp<br><br>*** adlink test_nospline_2010<br>
g++ -s -L/usr/local/admb/lib test_nospline_2010.o -ldf1b2o -ladmod -ladt
 -lado -ldf1b2o -ladmod -ladt -lado -o test_nospline_2010<br><br>Done<br><br>ridao@linux-kw78:~/admb/admb-10.1/myadmb> ./test_nospline_2010 <br>...<br>
....<br><br>Thanks in advance</div>