Message-ID: <34D5062A.E8D4AFCC@gmx.net> Date: Mon, 02 Feb 1998 00:32:58 +0100 From: Robert Hoehne Organization: none provided MIME-Version: 1.0 To: andrewc AT rosemail DOT rose DOT hp DOT com CC: djgpp-workers AT delorie DOT com Subject: Re: iostream concern References: <199801282342 DOT AA056180971 AT typhoon DOT rose DOT hp DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Andrew Crabtree wrote : > > > > Is this relevant to the problem with _G_fpos_t? AFAIK, compiling GCC > > > doesn't require using the C++ headers. Or is it? > I guess that _G_fpos_t is distributed in different packages in > different forms. Apparently glibc includes a copy of it that > is different that the one that iostream came with. You get the the file _G_config.h (where _G_fpos_t is defined) is a generated file depending on the operating system. So it is almost different on different OS's and in the linux case, it is included in the libc (or glibc??) and not part of libiostream (at least I found this after looking the configureation files). Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************