[Clp-tickets] [COIN-OR Linear Programming Solver] #38: BuildTools 32bit lib on 64bit system

COIN-OR Linear Programming Solver coin-trac at coin-or.org
Wed Jun 9 07:56:53 EDT 2010


#38: BuildTools 32bit lib on 64bit system
--------------------------------------------+-------------------------------
 Reporter:  davide10                        |       Owner:  somebody
     Type:  defect                          |      Status:  new     
 Priority:  major                           |   Milestone:          
Component:  component1                      |     Version:  1.0     
 Keywords:  32bit 64bit lib configure make  |  
--------------------------------------------+-------------------------------
 Hi everybody,

 we are trying to compile clp solver on a 64 bit linux system. as our main
 programm is 32 bit we need the resulting clp shared library to be 32 bit
 also.

 unfortunatly we do not understand how to use the configure script to do
 the trick. we used configure in the following manner:

 configure --host="i386-redhat-linux" --build="i386-redhat-linux"
 ADD_CFLAGS="-m32" ADD_CXXFLAGS="-m32" ADD_FFFLAGS="-m32".

 i seems that although we used the m32 compiler option the configure script
 is still tyring to link in some external 64 bit librarys as our system is
 64 bit.

 The solution proposed for our ticket #37 to change the CC and CXX did not
 solve the problem.

 Kind regards
 David

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



More information about the Clp-tickets mailing list