Search found 3 matches

by nebulon
Tue Nov 25, 2003 7:33 am
Forum: Beginners Help
Topic: SuSE 9.0 + gcc with Irrlicht
Replies: 6
Views: 1272

Hi

Now I solved the Problem:
I have only must add " -lstdc++ " ;)

Thanks for help ;)
Johannes
by nebulon
Tue Nov 25, 2003 7:26 am
Forum: Beginners Help
Topic: SuSE 9.0 + gcc with Irrlicht
Replies: 6
Views: 1272

Hm...
Thanks, but I can't solve the Problem.
gcc found the lib, but i browsed to it and found 5 lib with same name only the ending is a bit different.
by nebulon
Mon Nov 24, 2003 8:43 pm
Forum: Beginners Help
Topic: SuSE 9.0 + gcc with Irrlicht
Replies: 6
Views: 1272

Ähm.....the first error message is:

../../lib/Linux/libIrrlicht.a(CBspTreeSceneNode.o)(.text+0x15d): In function `irr::scene::CBspTreeSceneNode::~CBspTreeSceneNode [not-in-charge]()':
: undefined reference to `operator delete(void*)'

and the last

../../lib/Linux/libIrrlicht.a(CBspTree.o)(.eh ...