This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc 4.1.1 C++ in Minix3 OS : new and delete problem...
- From: yantux yantux <yantux at yandex dot ru>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 06 Dec 2007 18:34:19 +0300
- Subject: gcc 4.1.1 C++ in Minix3 OS : new and delete problem...
I use gcc 4.1.1 in Minix3 OS
I was wrote question about compiling C++ by gcc 4.1.1 in Minix3.
What menas this is error?
/usr/local/gnu/lib/libfltk.a(Fl_Group.o):Fl_Group.o:(.text+0x780):
undefined reference to `operator delete[](void*)'
/usr/local/gnu/lib/libfltk.a(Fl_Group.o):Fl_Group.o:(.text+0xa03):
undefined reference to `operator new[](unsigned long)'
/usr/local/gnu/lib/libfltk.a(Fl_arg.o):Fl_arg.o:(.text+0x654):
undefined reference to `operator new[](unsigned long)'
/usr/local/gnu/lib/libfltk.a(Fl_arg.o):Fl_arg.o:(.text+0x69f):
undefined reference to `operator delete[](void*)'
How correct compile C++ programm? What bad settings and flag in make.sh sript?
Sorry for my english.
Thank you.
Best regards,
Yantux.