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 in pthread_specific

Re: Segmentation faults with g++ 4.0

2004-12-12 Thread Danny Smith
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 in pthread_specific on execution: > > #include > #include > > static const std::locale l; > /

Re: Segmentation faults with g++ 4.0

2004-12-12 Thread Larry Hall
At 06:10 PM 12/12/2004, you 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 in pthread_specific on execution: > >#include >#include > >static const std::locale l

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;