Re: Newby C++ lib problem

2003-03-11 Thread Igor Pechtchanski
At a guess (which is the best you can hope for with the little information provided), use "g++" to compile C++ programs, not "gcc". If that doesn't help, please post the *exact* command line you use to compile your program, the program itself (if possible and if it's small), and the output of "cyg

Newby C++ lib problem

2003-03-11 Thread Lorin Lund
I suppose I need to mention some library to satisfy these unresolved references: str.o(.text+0x168c):str.cpp: undefined reference to `operator new[](unsigned)' str.o(.text+0x16d3):str.cpp: undefined reference to `operator delete(void*)' -- Unsubscribe info: http://cygwin.com/ml/#unsubscr