ert
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Compiling 32-bit code on 64-bit HP-UX
Boehne, Robert wrote:
> Martin,
>
> Even on a 64-bit capable machine, aCC defaults to 32-bit libraries.
> Having config.guess return hppa2.0w does not change the output that
> is produced, aCC w
Boehne, Robert wrote:
Martin,
Even on a 64-bit capable machine, aCC defaults to 32-bit libraries.
Having config.guess return hppa2.0w does not change the output that
is produced, aCC will produce whatever you tell it to (32-bit by default).
When you're running a configure script you want to set bo
Martin Frydl <[EMAIL PROTECTED]> writes:
>
> - config.guess does not use CFLAGS when making compilation checks but
> this can be "fixed" by providing necessary flags directly in CC
> variable
I think the cpu type guessed is supposed to depend only on the system,
not on an intended compiler mode.
Martin,
Even on a 64-bit capable machine, aCC defaults to 32-bit libraries.
Having config.guess return hppa2.0w does not change the output that
is produced, aCC will produce whatever you tell it to (32-bit by default).
When you're running a configure script you want to set both (for C)
CPPFLAGS a