Re: woody and gcc 3.0 unresolved symbol "new" with c++ program

2002-02-10 Thread hanasaki
Thanks to you all that helped out. Both solutions below work. Anton Graham wrote: Submitted 07-Feb-02 by hanasaki: I am getting the following errors when gcc links the program I am compiling. What libs do I need to make the linker happy? errors: /tmp/ccgPzIMj.o: In function `main': /tmp/cc

Re: woody and gcc 3.0 unresolved symbol "new" with c++ program

2002-02-10 Thread Anton Graham
Submitted 07-Feb-02 by hanasaki: > I am getting the following errors when gcc links the program I am > compiling. What libs do I need to make the linker happy? > > errors: > /tmp/ccgPzIMj.o: In function `main': > /tmp/ccgPzIMj.o(.text+0xf): undefined reference to `operator new(unsigned)' > /tmp/

woody and gcc 3.0 unresolved symbol "new" with c++ program

2002-02-07 Thread hanasaki
I am getting the following errors when gcc links the program I am compiling. What libs do I need to make the linker happy? errors: /tmp/ccgPzIMj.o: In function `main': /tmp/ccgPzIMj.o(.text+0xf): undefined reference to `operator new(unsigned)' /tmp/ccgPzIMj.o(.text+0x3a): undefined reference to