[BuildTools-tickets] Re: [BuildTools] #13: libtool and -m32

BuildTools coin-trac at coin-or.org
Mon Feb 5 18:55:16 EST 2007


#13: libtool and -m32
--------------------------+-------------------------------------------------
Reporter:  asm4           |        Owner:  andreasw  
    Type:  defect         |       Status:  assigned  
Priority:  minor          |    Component:  component1
 Version:                 |   Resolution:            
Keywords:  libtool, -m32  |  
--------------------------+-------------------------------------------------
Comment (by lou):

 Just to follow up on this for Solaris, it turns out that when both of
 LD_LIBRARY_PATH and LD_LIBRARY_PATH32 are set, PATH32 overrides plain
 PATH. This causes (for example) 'make test' to fail when it tries to run
 the unitTest. That's because unitTest is actually a shell script courtesy
 of libtool which tries to assemble a binary on-the-fly. The script
 modifies PATH, but not PATH32, and then fails because it can't find any of
 the hidden 'libtoolized' binaries. Unsetting PATH32 cures the problem.

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



More information about the BuildTools-tickets mailing list