[Ipopt-tickets] [Ipopt] #163: Symbol not found: WS_decl_ASL

Ipopt coin-trac at coin-or.org
Tue Jul 5 03:07:23 EDT 2011


#163: Symbol not found: WS_decl_ASL
---------------------+------------------------------------------------------
Reporter:  mulbrich  |       Owner:  ipopt-team
    Type:  defect    |      Status:  new       
Priority:  normal    |   Component:  Ipopt     
 Version:  3.9       |    Severity:  normal    
Keywords:            |  
---------------------+------------------------------------------------------
 Hi,

 I have compiled Ipopt 3.9 on my MacBook Pro:

 ../configure --enable-loadable-library CXX=g++-mp-4.5 CC=gcc-mp-4.5 F77
 =gfortran-mp-4.5 ADD_CFLAGS="-fPIC -fexceptions" ADD_FFLAGS="-fPIC
 -fexceptions"

 make

 Everything seems to be fine but the AMPL interface doesn't work
 (WS_desc_ASL undefined):

 make test

 cd test; make test
 chmod u+x ./run_unitTests
 ./run_unitTests

 Running unitTests...

 Testing AMPL Solver Executable...
 ./run_unitTests: line 47:   365 Trace/BPT trap
 ../src/Apps/AmplSolver/ipopt mytoy.nl > tmpfile 2>&1

  ---- 8< ---- Start of test program output ---- 8< ----
 dyld: Symbol not found: _WS_desc_ASL
   Referenced from: /Users/mulbrich/Documents/Math/Ipopt/Ipopt-
 source/build/Ipopt/src/Apps/AmplSolver/.libs/libipoptamplinterface.0.dylib
   Expected in: flat namespace
  in /Users/mulbrich/Documents/Math/Ipopt/Ipopt-
 source/build/Ipopt/src/Apps/AmplSolver/.libs/libipoptamplinterface.0.dylib
  ---- 8< ----  End of test program output  ---- 8< ----

     ******** Test FAILED! ********
 Output of the test program is above.
 Testing C++ Example...
     Test passed!
 Testing C Example...
     Test passed!
 Testing Fortran Example...
     Test passed!
 make[2]: *** [test] Error 255
 make[1]: *** [unitTest] Error 2
 make: *** [test] Error 2

 I would be thankful for help.

 Thanks,

 Michael

-- 
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/163>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list