[Coin-discuss] configure options

Brady Hunsaker hunsaker at engr.pitt.edu
Fri Aug 11 13:18:41 EDT 2006


As Lou pointed out, the key command for developers/experts is
./configure --help=recursive

This should be added to the INSTALL files in my opinion.

Also, at present there doesn't seem to be a configure option in 
CoinUtils that would allow the linking of GLPK for the ReadGMPL routine. 
  At least one user who talked to me at ISMP is interested in making 
this possible.

I'm going to file a ticket in the CoinUtils project.  If that's not the 
right place for such a ticket, let me know.

Brady

Lou Hafer wrote:
> Matt,
> 
> 	configure --help gets you a list of options and whatever accompanying
> description the developer cared to add.  configure --help=recursive pursues this
> recursively.  Capture the output.  You can look in the configure script, but
> it's pretty ugly.  The various configure.ac are easier to read (`easier' is a
> relative term here).  Grep for AC_ARG_WITH and AC_ARG_ENABLE, if you want to go
> that route.
> 
> 	The various config_xxx.h files are also good, and (with editing) give
> you access to things that the developer didn't set up for command line options.
> 
> 							Lou
> 
> _______________________________________________
> Coin-discuss mailing list
> Coin-discuss at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/coin-discuss


-- 
Brady Hunsaker
Assistant Professor
Industrial Engineering
University of Pittsburgh
http://www.engr.pitt.edu/hunsaker/



More information about the Coin-discuss mailing list