This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Creation of precompiled headers fails for gcc-3.4.0 on i386-pc-solaris2.8


On Mon, Apr 26, 2004 at 03:06:09PM -0300, Brad Spencer wrote:
> While building a cross compiler for i386-pc-solaris2.8 (on
> i686-pc-linux-gnu) with gcc-3.4.0, I came across the following errors
> when it came time to build precompiled headers.  It looks like
> <stdio.h> and <cstdio> have somehow selected different types for
> va_list. 

Sorry, I meant <cstdarg> and <cstdio> have selected different types
for va_list.  In fact, if I comment out the inclusion of cstdarg in
stdc++.h, there are no errors.

-- 
------------------------------------------------------------------
Brad Spencer - spencer@infointeractive.com - "It's quite nice..."
Systems Architect | InfoInterActive Corp. | A Canadian AOL Company


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]