Hi Ralf,
host='hppa2.0w-hp-hpux11.11'
host_alias=''
host_cpu='hppa2.0w'
host_os='hpux11.11'

It's being passed +DA2.0W not +DD64 as documented by HP
for PA.

AFAIK, DD64 was meant for IA64.

Roger

Hello Roger,

* Roger While wrote on Wed, Oct 31, 2007 at 04:55:09PM CET:
> In all the 32-bit versions of shared libraries, it seems that
> the blank is absent between PA-RISC and the x.x.

What's the value of $host in the generated libtool file?
The trick to get config.guess to compute for example
  hppa64-hp-hpux11.23

rather than
  hppa2.0w-hp-hpux11.23

is to pass for example this to configure:
  ./configure CC='cc +DD64'

or to specify --host, but somewhere you have to specify 64bit mode
anyway.

Hope that helps.  Please report back if it doesn't.

Cheers,
Ralf





_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to