bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Build of make 3.79 fails under HP-UX 11.11


From: Klaus Zeitler
Subject: Build of make 3.79 fails under HP-UX 11.11
Date: 13 May 2002 17:13:03 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

I'm trying to build make version 3.79, but when I run configure and then make
gcc complains:

        make  all-recursive
Making all in glob
        gcc -DHAVE_CONFIG_H -I. -I. -I..   -D__STDC_EXT__  -g -O2 -c glob.c
<command line>: warning: "__STDC_EXT__" redefined
<command line>: warning: this is the location of the previous definition
In file included from 
/usr/local/gnu/lib/gcc-lib/hppa2.0w-hp-hpux11.11/3.0.4/include/sys/types.h:461,
                 from glob.c:33:
/usr/include/sys/_fd_macros.h:91: parse error before "int"



line 91 in _fd_macros.h contains:

 typedef struct __fd_set {

but __fd_set is defined as int in config.h


something doesn't quite match, I'd appreciate any hints.

Klaus

-- 
 ------------------------------------------
|  Klaus Zeitler      Lucent Technologies  |
|  Email:             address@hidden  |
 ------------------------------------------
---
Wethern's Law:  Assumption is the mother of all screw-ups.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]