-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AmplSolver fails to link due to missing libcoinasl symbols #416
Comments
svigerske
added a commit
that referenced
this issue
Oct 23, 2020
- on some platforms, it isn't sufficient to have the ASL lib linked into the ipopt-amplinterface lib - fixes #416
Yes. I guess it's not sufficient that libipoptamplinterface links against the ASL lib already. |
yes, that works, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is occurring when attempting to build Ipopt 3.13.3 with MSYS2 (mingw64 target) and my build script which downloads and builds the coin-or dependency chain up to Bonmin.
the symbol
suf_rput_ASL
is defined inlibcoinasl.a
, so I suppose the solution is to append its path to the command, or as a libtool dependency, but I can't figure out which variable to edit due to all the indirection induced by autoconf, automake, libtool and pkg-config.The text was updated successfully, but these errors were encountered: