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:
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
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
3 matches
Mail list logo