On Fri, Dec 30, 2005 at 02:10:31PM -0800, Doug Summers wrote:

> Definitely the AIX one - /usr/bin/strip is the only one on the system. 
> Another note - the above problems only occur on 64-bit AIX 5.1 systems; 
> 32-bit systems build just fine with xlc.

The AIX binary tools need to be told wether to work on 32bit or 64bit
binaries. The default is to work on 32bit binaries.

strip -X 32        work on 32bit binaries, ignore 64bit binaries
strip -X 64        work on 64bit binaries, ignore 32bit binaries
strip -X 32_64     work on either 32bit binaries or 64bit binaries

The same can be done by setting the environment variable OBJECT_MODE.

-- 
                                Michael van Elst
Internet: [EMAIL PROTECTED]
                                "A potential Snark may lurk in every tree."
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to