RE: Compiling 32-bit code on 64-bit HP-UX

2003-09-15 Thread Boehne, Robert
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

Re: Compiling 32-bit code on 64-bit HP-UX

2003-09-15 Thread Martin Frydl
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

Re: Compiling 32-bit code on 64-bit HP-UX

2003-09-11 Thread Kevin Ryde
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.

RE: Compiling 32-bit code on 64-bit HP-UX

2003-09-11 Thread Boehne, Robert
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