Page 1 of 1

Compiling Irrlicht as a lib

Posted: Sun Aug 14, 2005 5:51 pm
by Guest
hi
i've compiled irrlicht as a lib, but when I link it with my game I get this:

main.o(.text+0x1dc):main.cpp: undefined reference to `_imp___ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKw'
collect2: ld returned 1 exit status

make.exe: *** [example.exe] Error 1

What's this? what do I need to do?

thanks

Posted: Sun Aug 14, 2005 10:57 pm
by Guest
help?

Posted: Mon Aug 15, 2005 10:31 am
by Guest
*Bump*

Posted: Mon Aug 15, 2005 11:53 am
by WToma
Which compiler do you use?
You compiled a static lib or DLL?
Toma

Posted: Mon Aug 15, 2005 12:24 pm
by Guest
using mingw and I compiled it as a lib.