On Tue, 19 Mar 2002 14:02:34 +0900, "Dylan Cuthbert"
<[EMAIL PROTECTED]> wrote:
>Hmm.. I noticed some talk on a mailing list somewhere about problems with
>locales... could it be to do with input streams trying to look up locale
>info and getting null ptrs as a result?
>
>I'll try compiling libst
got me a little further
> into the code.
>
> -Original Message-----
> From: Dylan Cuthbert [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 19 March 2002 2:11
> Subject: Re: RE: input stream crash with gcc 3.1
>
>
> I tried this #define (in the newlib bits directory - cygwin
---
From: Dylan Cuthbert [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 19 March 2002 2:11
Subject: Re: RE: input stream crash with gcc 3.1
I tried this #define (in the newlib bits directory - cygwin uses newlib
right?), reconfigured and recompiled gcc 3.1, but the same problem occurs -
segmentation faul
s got me a little further into the code.
-Original Message-
From: Dylan Cuthbert [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 19 March 2002 2:11
To: Danny Smith; Cygwin@Cygwin. Com
Subject: Re: RE: input stream crash with gcc 3.1
I tried this #define (in the newlib bits directory - cygwin u
ssage -
From: "Danny Smith" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 19, 2002 8:08 AM
Subject: Fwd: RE: input stream crash with gcc 3.1
> > From: Danny Smith <[EMAIL PROTECTED]>
> > Subject: RE: input stream crash with gcc 3.1
> &g
> I have recently compiled the latest 3.1 branch (grabbed directly via cvs)
> for cygwin (1.3.9) and am having problems when using anything related at
> all
> to input streams.
See this:
http://gcc.gnu.org/ml/gcc-patches/2001-06/msg00841.html
then try rebuilding libstdc++ with
#define _GLIBCPP_A
I have recently compiled the latest 3.1 branch (grabbed directly via cvs)
for cygwin (1.3.9) and am having problems when using anything related at all
to input streams.
ie. the simplest program:
(stripped for simplicity)
main()
{
string frog;
cin >> frog;
}
will crash with a signal exception af
7 matches
Mail list logo