Closed svigerske closed 5 years ago
Attachment config.log by katia_kr created at 2013-03-18 10:28:03
Attachment make_error.txt by katia_kr created at 2013-03-18 10:28:21
Comment by @tkelman created at 2013-03-19 00:16:50
A) this is the BuildTools ticket system, not Ipopt
B) see http://list.coin-or.org/pipermail/ipopt/2013-February/003246.html, I don't think the AMPL code builds properly anymore with old Cygwin GCC 3.x
Comment by @svigerske created at 2013-04-22 18:02:07
User needs to update compiler.
Comment by @svigerske created at 2013-04-22 18:02:07
Resolution: wontfix
Issue created by migration from Trac.
Original creator: katia_kr
Original creation time: 2013-03-18 10:27:08
Assignee: @svigerske
Version: 0.7
I would like to compile ipopt with hsl libraries using cygwin.
The configure command ends with successfull message. But the make and make install commands fail:
/usr/lib/gcc/i686-pc-cygwin/3.4.4/libstdc++.a(eh_terminate.o):(.text+0x1e5): undefined reference to
___w32_sharedptr_terminate' /usr/lib/gcc/i686-pc-cygwin/3.4.4/libstdc++.a(eh_terminate.o):(.text+0x205): undefined reference to
___w32_sharedptr_unexpected' collect2: ld returned 1 exit status make[3]: [ipopt.exe] Error 1 make[3]: Leaving directory `/cygdrive/c/cygwin/home/katia/ipopt/Ipopt/src/Apps/AmplSolver' make[2]: [all-recursive] Error 1 make[2]: Leaving directory/cygdrive/c/cygwin/home/katia/ipopt/Ipopt/src/Apps' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/cygdrive/c/cygwin/home/katia/ipopt/Ipopt' make: *** [all-recursive] Error 1Whould could be a problem?..