ADMB-help,<br><br>Trying to install admb-10.0 from source as version admb-10.1 causes errors<br>on "splines" models which are not encountered with the former.<br><br>The source code is slightly changed in "src/linad99/gradstrc.cpp":<br>
<br>line 128 :<br>int gradient_structure::MAX_DLINKS = 10000; (instead of the original 5000)<br>(courtesy of Dave)<br><br>the installation then complains about:<br><br>ridao@linux-kw78:/usr/local/admb> sudo make install<br>
<br>install -d -m 555 /usr/local/admb/bin /usr/local/admb/include /usr/local/admb/lib /usr/local/admb/docs /usr/local/admb/examples<br>install -m 555 build/admb-10.0-linux-gcc4.5-32bit/admb-10.0-linux-gcc4.5-32bit/bin/* /usr/local/admb/bin<br>
install -m 444 build/admb-10.0-linux-gcc4.5-32bit/admb-10.0-linux-gcc4.5-32bit/include/* /usr/local/admb/include<br>install -m 444 build/admb-10.0-linux-gcc4.5-32bit/admb-10.0-linux-gcc4.5-32bit/lib/* /usr/local/admb/lib<br>
install -m 444 LICENSE /usr/local/admb<br>install: `LICENSE' and `/usr/local/admb/LICENSE' are the same file<br>make: *** [install] Error 1<br><br>Thanks in advance<br>