Re: problems compiling/linking c++ sources

2004-03-29 Thread Hans Horn
PROTECTED]> Sent: Monday, March 29, 2004 1:47 PM Subject: Re: problems compiling/linking c++ sources > At 04:34 PM 3/29/2004, you wrote: > >Group, > > > >I'm trying to compile/link some c++ source. > > > >This is what I get: > >/usr/include/c++/3.3.1

Re: problems compiling/linking c++ sources

2004-03-29 Thread Larry Hall
At 04:34 PM 3/29/2004, you wrote: >Group, > >I'm trying to compile/link some c++ source. > >This is what I get: >/usr/include/c++/3.3.1/iostream:92: undefined reference to >`__static_initialization_and_destruction_0(int, int)' >collect2: ld returned 1 exit status > >The last time I compiled/linked

Re: problems compiling/linking c++ sources [FAQ alert]

2004-03-29 Thread Igor Pechtchanski
On Mon, 29 Mar 2004, Hans Horn wrote: > Group, > > I'm trying to compile/link some c++ source. > > This is what I get: > /usr/include/c++/3.3.1/iostream:92: undefined reference to > `__static_initialization_and_destruction_0(int, int)' > collect2: ld returned 1 exit status > > The last time I com

problems compiling/linking c++ sources

2004-03-29 Thread Hans Horn
Group, I'm trying to compile/link some c++ source. This is what I get: /usr/include/c++/3.3.1/iostream:92: undefined reference to `__static_initialization_and_destruction_0(int, int)' collect2: ld returned 1 exit status The last time I compiled/linked the same sources successfully was around May