Re: Segmentation faults with g++ 4.0

2004-12-12 Thread James W . McKelvey
On Sunday 12 December 2004 15:57 pm, Danny Smith wrote: > James W. McKelvey wrote: > > I installed CYGWIN_NT-5.1 a few days ago and then built g++ from the > > latest > > > CVS. Simple programs like the one below will compile and link, but > > then get > > >

Segmentation faults with g++ 4.0

2004-12-12 Thread James W . McKelvey
I installed CYGWIN_NT-5.1 a few days ago and then built g++ from the latest CVS. Simple programs like the one below will compile and link, but then get segmentation faults in pthread_specific on execution: #include #include static const std::locale l; //static std::ostream& o = std::cerr;