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

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

Re: Build of make 3.79 fails under HP-UX 11.11


From: H. Merijn Brand
Subject: Re: Build of make 3.79 fails under HP-UX 11.11
Date: Tue, 14 May 2002 09:56:28 +0200
User-agent: Xnews/5.04.25

address@hidden (Klaus Zeitler) wrote in
news:address@hidden: 

> 
> 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

This indicates that you are using gcc-3.0.x or higher. Newer gcc versions 
define __STDC_EXT__ internally. These are only warnings and can be ignored.

><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
> 



-- 
H.Merijn Brand    Amsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl-5.6.1, 5.7.2 & 630 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
     WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.022 &/| DBD-Unify
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/



reply via email to

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