| Issue 8: | undefined symbol: _gfortran_st_write_done | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Compile ipopt from source 2. Compile pyipopt from source 3. Run example I basically followed the same procedure as issue 5 , including adding the links to blas and lapack on my system. Currently using the MA27 library for the linear system solve. What is the expected output? What do you see instead? Expected: the standard ipopt output file, through the Python interface (again, same as issue 5 ) Actual: Traceback (most recent call last): File "/home/andrew/pyipopt/example.py", line 6, in <module> import pyipopt ImportError: /usr/lib/libipopt.so.0: undefined symbol: _gfortran_st_write_done What version of the product are you using? On what operating system? pyipopt version 0.7 Ubuntu 8.04 x86_64 operating system Please provide any additional information below. I know this error is mentioned specifically in your documentation. I tried compiling the test problem packaged with ipopt and the problem runs correctly on *all 3 interfaces*. Thus, I'm pretty certain ipopt runs correctly on its own.
Jun 4, 2009
#1
Andrew.B...@gmail.com
Aug 25, 2009
Thanks for reporting this:) Since it's fixed, issue closed. I will add this to the doc
Status:
Fixed
|