<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi, <div>Just an update... To try to answer my own question, I downloaded the source for 10.1 and followed the instructions in README.txt for Unix and GNU g++ since there weren't instructions for Macs. The install seems to have worked, but I noticed that it didn't replace the version in /usr/local/</div><div>So I edited the file ./.bashrc to now have the lines</div><div><br></div><div><div>export ADMB_HOME=/Users/molliebrooks/Desktop/admb-10.1//build</div><div>export PATH=$ADMB_HOME/bin:$PATH</div></div><div><br></div><div>because I think that's the location of the necessary files. Then I reran the model and still got the error for lgam</div><div><br></div><div><div>*** Linking: adlink firdbhfec</div><div>g++  -O3 -L/usr/local/admb/lib firdbhfec.o -ldf1b2o -ladmod -ladt -lado -ldf1b2o -ladmod -ladt -lado -o firdbhfec</div><div>ld: duplicate symbol lgam(double)in /usr/local/admb/lib/libado.a(cgamdev.obj) and /usr/local/admb/lib/libdf1b2o.a(df13tester.obj)</div><div>collect2: ld returned 1 exit status</div></div><div><br></div><div>So I found all the instances of "lgam" in df13tester.cpp</div><div>How much of this should I comment out? Is it just the definition of lgam(double) lines 943 to 1050? What about lines 309 and 314?</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(208, 0, 160); ">double<span style="color: #000000"> lgam ( </span>double<span style="color: #000000"> );</span></div></div><div><span style="color: #000000"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; "><span style="color: #d000a0">double</span> lgam();</div><div><br></div></span></div><div>thanks,</div><div>Mollie</div><div><br></div><div><div>
<div><div style="font-size: 12px; ">Mollie Brooks</div><div style="font-size: 12px; ">Ph.D. Candidate</div><div style="font-size: 12px; ">NSF IGERT Fellow</div><div style="font-size: 12px; ">Biology Department</div><div style="font-size: 12px; ">University of Florida</div><div style="font-size: 12px; "><a href="mailto:mbrooks@ufl.edu">mbrooks@ufl.edu</a></div><div style="font-size: 12px; "><a href="http://www.zoology.ufl.edu/mbrooks">www.zoology.ufl.edu/mbrooks</a></div><div style="font-size: 12px; "><br></div></div><br class="Apple-interchange-newline">
</div>
<br><div><div>On 14 May 2011, at 3:12 PM, Mollie Brooks wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi ADMBers,<div>I'm running 10.0 on a mac and this old problem seems to have reoccurred</div><div><a href="http://groups.google.com/group/admb-users/browse_thread/thread/2e82a6c63586c83e">http://groups.google.com/group/admb-users/browse_thread/thread/2e82a6c63586c83e</a></div><div><br></div><div>The message I get is:</div><div>*** Linking: adlink firdbhfec</div><div>g++  -O3 -L/usr/local/admb/lib firdbhfec.o -ldf1b2o -ladmod -ladt -lado -ldf1b2o -ladmod -ladt -lado -o firdbhfec</div><div>ld: duplicate symbol lgam(double)in /usr/local/admb/lib/libado.a(cgamdev.obj) and /usr/local/admb/lib/libdf1b2o.a(df13tester.obj)</div><div>collect2: ld returned 1 exit status</div><div><br></div><div>Is this fixed in version 10.1? I saw in the readme.txt file that there was a fix to <span class="Apple-style-span" style="font-family: monospace; white-space: pre-wrap; ">gammln functions.</span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre-wrap; ">thanks,</span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre-wrap; ">Mollie</span></div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;"><span class="Apple-style-span" style="font-size: medium;"><br></span></span></font></div><div><div><br class="Apple-interchange-newline">
</div>
<br></div></div>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@admb-project.org">Users@admb-project.org</a><br>http://lists.admb-project.org/mailman/listinfo/users<br></blockquote></div><br></div></body></html>