[Clp-tickets] [COIN-OR Linear Programming Solver] #37: Support 32bit on 64bit system

COIN-OR Linear Programming Solver coin-trac at coin-or.org
Tue Jun 8 12:15:09 EDT 2010


#37: Support 32bit on 64bit system
-------------------------+--------------------------------------------------
  Reporter:  davide10    |       Owner:  somebody       
      Type:  defect      |      Status:  closed         
  Priority:  major       |   Milestone:                 
 Component:  component1  |     Version:  1.0            
Resolution:  invalid     |    Keywords:  32bit 64bit CLP
-------------------------+--------------------------------------------------
Changes (by ladanyi):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 In general, the page https://projects.coin-or.org/BuildTools/wiki/user-
 configure#CommandLineArgumentsforconfigure should give you lots of
 information.

 It would be useful to know what platform you are working on :-). I will
 assume it's linux.

 Unfortunately there does not appear to be a variable for adding flags to
 the link command :-( (this should be a ticket against BuildTools). You can
 get around this by specifying the compiler appropriately which in turn
 will get used to link as well. Specifying
 CC="gcc -m32" CXX="-g++ -m32" F77="gfortran -m32" (or g77/g95, whichever
 compiler you use) should solve your problem.

-- 
Ticket URL: <https://projects.coin-or.org/Clp/ticket/37#comment:1>
COIN-OR Linear Programming Solver <http://projects.coin-or.org/Clp>
A linear programming solver.



More information about the Clp-tickets mailing list