-
Notifications
You must be signed in to change notification settings - Fork 117
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
building cbc ampl driver fails at ./configure stage #2
Comments
Comment by @andrea5w created at 2006-07-12 21:24:26 There is no bug, it just isn't documented for Cbc it seems. To build the Ampl Cbc executable, you need to go into the ThirdParty/ASL directory and run ./get.ASL (or read INSTALL.ASL). Then, when you run the configure scripts, they will automatically detect the ASL, compile it for you, and build the cbc executable with AMPL support. If you want to use the --with-asldir flag, you need to specify the directory as argument where the compiled ASL library, as well as the ASL source code is, just as the help for that flag from the configure script says. Also, one should always run the configure script from the base directory, not from any subdirectory, unless one understand the autotools. If you want more information, please have a look at the ASL related documentation for Ipopt, e.g. For some reason I'm not able to close this ticket. |
Comment by @lleeoo created at 2006-07-12 23:53:08 Actually this was my mistake. I entered:
instead of
Once I did this step correctly, cbc was built correctly. I can't close the ticket either! |
Comment by @jjhforrest created at 2006-07-13 01:22:10 Resolution: fixed |
Issue created by migration from Trac.
Original creator: @lleeoo
Original creation time: 2006-07-12 21:06:48
Assignee: @andrea5w
Version:
There are actually two related issues here. One is a bug, the other is more of a questions. Both seem related to buildTools
1 Specifying location for asl dir causes problems to configure script. Output:
2 Should this option be available at the root directory after the svn download? IOW, if we get cbc by
svn co https://pr..../Cbc/trunk cbc
then should the--with-asldir
option be available in the configure script in thecbc
directory or only in the one in thecbc/Cbc
directory?BTW I am marking the bug major bc I am hoping to demo this
@
DIMACS.Thanks,
Leo.
The text was updated successfully, but these errors were encountered: