Re: Wood missing c++ libs

2002-02-10 Thread dman
On Sun, Feb 10, 2002 at 12:46:58AM -0600, hanasaki wrote: | Which libs need to be apt-get to resolve the following linker errors? | | /tmp/cclWH5EI.o: In function `A::name(void)': | /tmp/cclWH5EI.o(.A::gnu.linkonce.t.name(void)+0xe): undefined reference | to `endl(ostream &)' | /tmp/cclWH5EI.o(.A:

Re: Wood missing c++ libs

2002-02-10 Thread J.H.M. Dassen \(Ray\)
On Sun, Feb 10, 2002 at 00:46:58 -0600, hanasaki wrote: > /tmp/cclWH5EI.o: In function `A::name(void)': > /tmp/cclWH5EI.o(.A::gnu.linkonce.t.name(void)+0xe): undefined reference > to `endl(ostream &)' Invoke the linker via "g++" rather than "gcc". HTH, Ray -- Friends don't send friends HTML ema

Wood missing c++ libs

2002-02-10 Thread hanasaki
Which libs need to be apt-get to resolve the following linker errors? /tmp/cclWH5EI.o: In function `A::name(void)': /tmp/cclWH5EI.o(.A::gnu.linkonce.t.name(void)+0xe): undefined reference to `endl(ostream &)' /tmp/cclWH5EI.o(.A::gnu.linkonce.t.name(void)+0x1b): undefined reference to `cout' /t