Code: Select all
linking console executable: ../../bin/gcc/RenderToTexture
.objs/main.o: In function `main':
/home/micky/irrlicht-1.5.1/examples/13.RenderToTexture/main.cpp:49: undefined reference to `irr::createDevice(irr::video::E_DRIVER_TYPE, irr::core::dimension2d<int> const&, unsigned int, bool, bool, bool, irr::IEventReceiver*)'
collect2: ld gab 1 als Ende-Status zurück
Process terminated with status 1 (0 minutes, 0 seconds)
1 errors, 0 warningsFreakNigh proposed to link to the right libraries:
http://irrlicht.sourceforge.net/phpBB2/ ... f2039996cf
Is that the correct solution and if, could someone please leak the secret (for stupid me) how to do that ? Thanks.