[SCIP] Compiling scipoptsuite-3.2.1 with Ipopt-3.12.5 on osx

Kim, Kibaek kimk at anl.gov
Thu Jul 21 14:22:05 CEST 2016


Hi,

I am trying to compile scipsuiteopt-3.2.1 with Ipopt-3.12.5 on Mac OS X 10.10.5. But it has a linking issue. The command I used is:

make ZIMPL=false IPOPT=true VERBOSE=true

The message I am seeing is:

Undefined symbols for architecture x86_64:
  "Ipopt::Journal::Journal(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Ipopt::EJournalLevel)", referenced from:
      nlpiCreateProblemIpopt(SCIP_Nlpi*, SCIP_NlpiProblem**, char const*) in nlpi_ipopt.o
  "_free_history_entry", referenced from:
      _SCIPdialoghdlrAddHistory in dialog.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status

The compiler information is:
gcc version 4.9.3 (MacPorts gcc49 4.9.3_0)

Thanks in advance,
Kibaek



More information about the Scip mailing list