libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 64bit HPUX problems


From: Albert Chin
Subject: Re: 64bit HPUX problems
Date: Wed, 3 Jul 2002 10:00:13 -0500
User-agent: Mutt/1.2.5i

On Wed, Jul 03, 2002 at 03:34:56PM +0100, address@hidden wrote:
> First of all, I'm not on the mailing list so please reply to me directly.
> 
> The problem is libtool is currently is setup to work with 32bit SOM
> objects.  The 64bit objects are ELF and file reports them quite
> differently.
> 
> address@hidden 14:56:44 $file /usr/lib/libc.sl /usr/lib/pa20_64/libc.sl
> /usr/lib/libc.sl:       PA-RISC1.1 shared library -not stripped
> /usr/lib/pa20_64/libc.sl:       ELF-64 shared object file - PA-RISC 2.0
> (LP64)
> 
> There currently two supported *-*-* triples for 64bit
> 
>       hppa64-hp-hpux11.*
>       hppa2.0w-hp-hpux11.*
> 
> I can produce a patch for ltmain.sh (1.4d) to detect these but
> because both 32bit and 64bit co-exist it is impossible to tell what
> the user wanted (config.guess reports hppa2.0w-hp-hpux11.* but I'm
> not sure we should default to 64bit).

Why don't you look at CFLAGS for +DD64? We do something similar for
AIX by examining LDFLAGS for -brtl.

Some info that might be helpful to you:
  http://docs.hp.com/hpux/onlinedocs/B2355-90655/B2355-90655.html

-- 
albert chin (address@hidden)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]