A friend sent me a mail with the builded mod.
But now I get an other error, if I want to run a sample (helloworld.bmx):
Building helloworld
Compiling:helloworld.bmx
flat assembler version 1.64
3 passes, 2883 bytes.
Linking:helloworld
/root/Desktop/BlitzMax118_Linux/BlitzMax/mod/irrlicht.mod/core.mod/core.release.linux.x86.a(irrlicht.cpp.release.linux.x86.o): In function `Irr_createDevice':
irrlicht.cpp:(.text+0x24b48): undefined reference to `irr::createDevice(irr::video::E_DRIVER_TYPE, irr::core::dimension2d<int> const&, unsigned int, bool, bool, bool, irr::IEventReceiver*, char const*)'
/root/Desktop/BlitzMax118_Linux/BlitzMax/mod/irrlicht.mod/core.mod/core.release.linux.x86.a(irrlicht.cpp.release.linux.x86.o): In function `Irr_createDeviceEx':
irrlicht.cpp:(.text+0x24b53): undefined reference to `irr::createDeviceEx(irr::SIrrlichtCreationParameters const&)'
collect2: ld returned 1 exit status
Build Error: Failed to link /root/Desktop/irrlicht_examples/01.HelloWorld/helloworld
Process complete