This is the mail archive of the gcc-bugs@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]

Re: undefined "new" reference w/ egcs


Glenn W Bach <glenn@dodgson.wonderland.caltech.edu> writes:

> /mnt/local/jafl/JX-1.1.16/jlib/ACE_wrappers/ace/Map_Manager.cpp:129:
> undefined reference to `operator new(unsigned int, void *)'

> Does anyone have any ideas on the cause of this error?

Perhaps Map_Manager.cpp refers to `operator new(size_t,void*)' without 
#including <new> ?

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil



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