[GAMSlinks-tickets] Re: [GAMS interface to COIN-OR solvers] #1: error running configure script

GAMS interface to COIN-OR solvers coin-trac at coin-or.org
Tue Feb 27 14:03:46 EST 2007


#1: error running configure script
--------------------------+-------------------------------------------------
  Reporter:  bbaumrucker  |       Owner:  stefan  
      Type:  defect       |      Status:  assigned
  Priority:  major        |   Milestone:          
 Component:  component1   |     Version:          
Resolution:               |    Keywords:          
--------------------------+-------------------------------------------------
Changes (by stefan):

  * status:  new => assigned
  * owner:  somebody => stefan

Comment:

 Let me ignore the warning for the moment. Maybe the cl try to compile a
 code as C-code there whereas it it actually a C++ code.
 For the error regarding the nonworking GAMS I/O lib:
 This seem to be an issue with the cygwin-path /cygdrive/c/temp2/... which
 is not correctly handled by cl. I had a look on how it is done for the
 ASL.
 Can you change around line 24170 in GAMSlinks/configure the line
 {{{
 coin_gamsiosrcdir=$abs_source_dir/$coin_gamsioobjdir
 }}}
 into
 {{{
 coin_gamsiosrcdir=`$CYGPATH_W $abs_source_dir/$coin_gamsioobjdir | sed -e
 sX\\\\\\\\X/Xg`
 }}}
 Unfortunately, I do not have a Cygwin by hand, so I cannot test it.

 Thanks,
 Stefan

 PS: For your information, in case that you only want to use one of the
 COIN-OR solvers with GAMS, then I can also refer you to the latest GAMS
 distribution 22.4 which came out a few weeks ago and contains binaries for
 Ipopt, Cbc, and Glpk for Windows.

-- 
Ticket URL: <https://projects.coin-or.org/GAMSlinks/ticket/1#comment:1>
GAMS interface to COIN-OR solvers <http://projects.coin-or.org/GAMSlinks>
GAMS interface to COIN-OR solvers



More information about the GAMSlinks-tickets mailing list