[BuildTools-tickets] [BuildTools] #63: config.site typo

BuildTools coin-trac at coin-or.org
Thu Mar 20 09:47:46 EDT 2008


#63: config.site typo
--------------------+-------------------------------------------------------
Reporter:  fmargot  |       Owner:  andreasw           
    Type:  defect   |      Status:  new                
Priority:  major    |   Component:  configuration tests
 Version:  0.5      |    Keywords:                     
--------------------+-------------------------------------------------------
 The file share/config.site contains

 #with_cplex_incdir='/usr/ilog/cplex90/include/ilcplex'
 #with_cplex_lib='-L/usr/ilog/cplex90/lib/static_pic -lcplex -lpthread'

 but the syntax is incorrect.

 No quotes are needed for with_cplex_incdir, i.e. it should be:

 #with_cplex_incdir=/usr/ilog/cplex90/include/ilcplex

 Double quotes are necessary for the second one, i.e.:

 #with_cplex_lib="-L/usr/ilog/cplex90/lib/static_pic -lcplex -lpthread"

 This is at least true under Fedora 8.

-- 
Ticket URL: <https://projects.coin-or.org/BuildTools/ticket/63>
BuildTools <http://projects.coin-or.org/BuildTools>
Tools for configuring and compiling COIN-OR codes



More information about the BuildTools-tickets mailing list