The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-11-2008
lakeat lakeat is offline
Registered User
 

Join Date: Sep 2007
Location: Shanghai
Posts: 12
To use lib or lib32?

A good day to you, dear experts,

I am a newbie, I noticed in binutils or gcc there are lib and lib32 and lib64, to take binutils as an example,
My system is sgi IRIX6.5, which is suggested to use "n32" flag during the compiling and linking, is that mean that I need to use lib32?
Q1. which one should I use, lib or lib32 or both?
Q2. If it is lib32 that I have to link to, then how can I set it?
Q3. Do I need to do something after installing binutils, I mean what shall I do after "./configure --prefix=***; make; make install;", do I need to copy some special libraries for binutils and gcc?

Any help much appreciated!

Daniel
Reply With Quote
Forum Sponsor