> > Configuring for hpux-parisc-gcc
> > /usr/contrib/bin/perl ./Configure hpux-parisc-gcc -D_REENTRANT
> >
> > >then submit output from 'gcc -v -E -x c /dev/null' command.
> >
> nmcmadam:/opt/InCharge6> gcc -v -E -x c /dev/null
>  /usr/local/pa20_64/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.2/cc1 -E
> -quiet -v -D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=2
> /dev/null

cc1, not cpp0! A-a-a-a-a-h... They must have changed it in some 3.x, so
that it doesn't show pre-defined symbols now:-( I mean it surely defines
__LP64__ internally (you can't use /usr/include/*.h otherwise), but
never shows it to us. G-r-r-r... Well, one can try to use 'echo __LP64__
| gcc -v -E -x c - | grep ^__LP64__' instead... I mean if you find 'grep
^__LP64__' returning true, then gcc generates 32-bit code... Can you
verify this? Any other ideas? Oh! Could you send your
/usr/local/pa20_64/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.2/specs over...
A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to