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

BuildTools coin-trac at coin-or.org
Wed Aug 16 17:02:57 EDT 2006


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

 After updating my operating system, specifically packages libc6-dev-i386
 ia32-libs (on a debian IA64), the code compiles perfectly OK. So I
 believe, this was more a problem of the system and library paths than any
 bug in Coin packages. Sorry for the trouble. This ticket should probably
 be closed.

 Just for reference, in order to avoid the above problem:

 If using -m32 flag on a 64 bit machine, make sure 32-bit libraries and 32-
 bit devel. packages are installed.

 More specifically,
 /sbin/ldconfig -p | grep libm.so should reveal a 32-bit library (something
 like: libm.so (libc6, OS ABI: Linux 2.6.0) => /usr/lib32/libm.so) and 32-
 bit versions crt1.o crti.o etc should be available (in /usr/lib32 or a
 similar location).

-- 
Ticket URL: <https://projects.coin-or.org/BuildTools/ticket/13>
BuildTools <http://www.coin-or.org>
My example project


More information about the BuildTools-tickets mailing list