F
Florian Xaver
Hi!
I got the following errors from the linker (using latest version of
DJGPP and gcc/gpp). But, why are the operators
undefined????
Any ideas?
.../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc
.text+0x120): undefined
reference t
o `operator new[](unsigned long)'
.../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc
.text+0x18c): undefined
reference t
o `operator delete(void*)'
.../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc
.text+0x2f6): undefined
reference t
o `operator new[](unsigned long)'
.../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc
.text+0x432): undefined
reference t
o `operator delete(void*)'
.../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc
.eh_frame+0x11): undefined
referenc
e to `___gxx_personality_v0'
I can compile libsword.a without problems. But if i want to use it, i
got this errors.
Thanks, Flo
PS: DJGPP is the DOS-port of the Gnu Compilers.
I got the following errors from the linker (using latest version of
DJGPP and gcc/gpp). But, why are the operators
undefined????
Any ideas?
.../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc
reference t
o `operator new[](unsigned long)'
.../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc
reference t
o `operator delete(void*)'
.../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc
reference t
o `operator new[](unsigned long)'
.../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc
reference t
o `operator delete(void*)'
.../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc
referenc
e to `___gxx_personality_v0'
I can compile libsword.a without problems. But if i want to use it, i
got this errors.
Thanks, Flo
PS: DJGPP is the DOS-port of the Gnu Compilers.