<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hello,</div><div>i'm trying to have ipopt working on my laptop (OS X 10.6), but i have configuration problems. I can compile and create the library files, but I always get some messages like that at runtime :</div><div><br></div><div><div>dyld: Symbol not found: __g95_filename</div><div>&nbsp; Referenced from: /Users/auliac/Desktop/Ipopt-3.2.1/lib/libipopt.0.dylib</div><div>&nbsp; Expected in: flat namespace</div></div><div><br></div><div>As suggested in the "current issues" section of the site, I have added <span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">ADD_FFLAGS="-mmacosx-version-min=10.4" </span>while configuring. If I only do that, I get this error when I type "make test" when tests are run. I have then tried several flags combination from this troubleshooting page, I only have better results when I also add&nbsp;<span class="Apple-style-span" style="font-family: monospace; ">LDFLAGS="-flat_namespace" .&nbsp;</span>With that, the console displays a succes message when I run the test. But still the executable from the exemples folder send this "_g95_filename" error (not to speak about code of my own). This is somewhat weird... I use gcc for c/c++ compilation and g95 for the fortran.</div><div><br></div><div>I'd greatly appreciate any help.</div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; "><br></span></div><div><br></div><div><br></div><br><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Sylvain Auliac</div><div>Laboratoire Jacques-Louis Lions</div><div>Université Pierre et Marie Curie</div><div>mail: <a href="mailto:auliac@ann.jussieu.fr">auliac@ann.jussieu.fr</a></div><div>tel :&nbsp;01 44 27 71 70</div><div><br></div></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br></body></html>