[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make-3.79.1, gcc-3.0.1 and HP-UX
From: |
Chris Rankin |
Subject: |
make-3.79.1, gcc-3.0.1 and HP-UX |
Date: |
Fri, 7 Sep 2001 15:10:07 -0700 (PDT) |
Hi,
I've *finally* managed to build make-3.79.1 on HP-UX
(specifically "hppa2.0w-hp-hpux11.00") using
gcc-3.0.1. The problem was the following part of the
configure script:
Line 1569:
case "$host_os" in
# HP-UX 10.20 requires -D__STDC_EXT__ with gcc
2.95.1.
hpux10.[2-9][0-9]* | hpux1[1-9]* |
hpux[2-9][0-9]*)
if test "$GCC" = yes; then
ac_cv_sys_largefile_CFLAGS=-D__STDC_EXT__
fi
;;
With this version of HP-UX, gcc-3.0.1 does *not* need
the __STDC_EXT__ #define.
With this removed, make-3.79.1 configures, builds and
checks out OK.
Cheers,
Chris
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- make-3.79.1, gcc-3.0.1 and HP-UX,
Chris Rankin <=