Hi all,<br><br>I have recently upgraded to ADMB 11 under 64bit Linux (Ubuntu 12.04) and am not able to compile a state space model that previously worked fine with ADMB 10.1 on 32bit Ubuntu 10.04 (I upgraded to both the 64bit OS and the latest ADMB simultaneously so I am not sure which may be the problem).<br><br>I get exactly the same error message from my model (which contains two separable functions) as when trying to run the polio example, as follows:<br><br>admb -r polio.tpl -noinit<br><br>*** tpl2rem polio<br><br>*** adcomp -r polio<br>g++ -c -O3 -Wno-deprecated -D__GNUDOS__ -Dlinux -DOPT_LIB -DUSE_LAPLACE -fpermissive -I. -I"/home/sduofa/.admb"/include -I"/home/sduofa/.admb"/contrib polio.cpp<br><br>*** adlink -r polio<br>g++ -s -L"/home/sduofa/.admb"/lib -L"/home/sduofa/.admb"/contrib polio.o -ldf1b2o -ladmod -lcontribo -ladt -lado -ldf1b2o -ladmod -ladt -lado -lcontribo -o polio<br>`.text._ZN25funnel_init_df1b2variableD2Ev' referenced in section `.text._ZN25funnel_init_df1b2variableD1Ev[non-virtual thunk to funnel_init_df1b2variable::~funnel_init_df1b2variable()]' of /home/sduofa/.admb/lib/libdf1b2o.a(df1b2fnl.obj): defined in discarded section `.text._ZN25funnel_init_df1b2variableD2Ev[_ZN25funnel_init_df1b2variableD5Ev]' of /home/sduofa/.admb/lib/libdf1b2o.a(df1b2fnl.obj)<br>collect2: ld returned 1 exit status<br><br>Error: could not create polio<br><br>Has anyone experienced this problem or able to help diagnose where the problem lies?<br><br>Many thanks for your time,<br>Steve<br><br>PS. Installed ADMB from admb-11-linux-gcc4.6-64bit.zip<br>