[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build failure on HP-UX 11.11
From: |
Bruno Haible |
Subject: |
Re: build failure on HP-UX 11.11 |
Date: |
Sat, 19 Sep 2009 15:16:26 +0200 |
User-agent: |
KMail/1.9.9 |
Greg Wooledge wrote:
> The gcc bootstrap finally finished. The failure I reported does not
> occur with gcc 3.4.6 (+ GNU as) built from source on the same target
> machine. Whether this indicates a problem with the binary gcc build I
> was using (specifically, its generated header files), or a problem in
> m4's ./configure, I'm not sure. But either way, you should know where
> it stands.
Thanks for reporting the solution.
I agree with you that it was a problem with that particular gcc, because
- the build works fine with the CC="cc -Ae -D_XOPEN_SOURCE=500" setting
mentioned in the INSTALL file,
- as you found out, gcc's private wchar.h uses va_list before including
<stdarg.h>.
Bruno