[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: --disable-nls build failure on 4.6.91
From: |
Karl Berry |
Subject: |
Re: --disable-nls build failure on 4.6.91 |
Date: |
Thu, 18 Mar 2004 17:35:36 -0500 |
On a SunOS-5.8 system, I cannot configure and build version 4.6.91
specifying --disable-nls. Here is the output of 'make':
Thanks for the report. Here's a small fix that works for me, please let
me know if it doesn't solve it for you ...
*** getopt.h.~1.2.~ Thu Mar 11 05:05:48 2004
--- getopt.h Thu Mar 18 14:28:55 2004
***************
*** 35,41 ****
#endif
#ifndef __THROW
! # ifndef __GNUC__
# define __GNUC_PREREQ(maj, min) (0)
# endif
# if defined __cplusplus && __GNUC_PREREQ (2,8)
--- 35,41 ----
#endif
#ifndef __THROW
! # ifndef __GNUC_PREREQ
# define __GNUC_PREREQ(maj, min) (0)
# endif
# if defined __cplusplus && __GNUC_PREREQ (2,8)