config.guess fails on HP-UX
Dietmar P. Schindler
schd@mra.man.de
Thu Sep 9 04:10:00 GMT 1999
>From: Jeffrey A Law <law@cygnus.com>
>Date: Thu, 09 Sep 1999 03:06:52 -0600
>
>You should find out why _HPUX_SOURCE is not being properly set by whatever
>compiler you are using.
Thank you for the hint, Jeff. It was because there was the CCOPTS variable
set and contained the option -Aa. So the fault was really on my side. But
perhaps it would be safe if the compile command in config.guess were
(CCOPTS= ${CC-cc} dummy.c -o dummy 2>/dev/null ) && HP_ARCH=`./dummy`
Anyway, please excuse the disturbance.
Best regards,
Dietmar
More information about the Gcc-bugs
mailing list