This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question about compiling some C++ code.


Are you compiling with gcc? Try with g++.

On Saturday 24 May 2003 16:59, Tim Musson wrote:
> gcc-help,
>
> Getting the following error from some code that compiles with Visual C++
> on Win32. I am running gcc from cygwin.
>
> /cygdrive/c/TEMP/ccgLCDNh.o(.text+0x2012):blat.cpp: undefined reference to
> `operator new[](unsigned)'
>
> I am not a C++ programer, and don't know how to 'define' this. Can
> anyone point me in the right direction?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]