Hi,
I must say, I'm a bloody noob in Ubuntu. I tried to compile my game which uses bah.irrklang.mod and the irrklang lib, but it's not working. I always get the error:
Building Start
Compiling:Start.bmx
flat assembler version 1.64
4 passes, 0.8 seconds, 8286662 bytes.
Linking:Start.debug
/usr/bin/ld: cannot find -lirrKlang
collect2: ld returned 1 exit status
Build Error: Failed to link /home/firstdeathmaker/Desktop/RazoonExt/Start.debug
Process complete
How can I install the irrklang.lib? I tried to copy the lib to usr/local/lib/ in sudo mode (cause normal doesn't work) but it tells me that the target is no directory, although it is. I'm a little confused...
I must say, I'm a bloody noob in Ubuntu. I tried to compile my game which uses bah.irrklang.mod and the irrklang lib, but it's not working. I always get the error:
Building Start
Compiling:Start.bmx
flat assembler version 1.64
4 passes, 0.8 seconds, 8286662 bytes.
Linking:Start.debug
/usr/bin/ld: cannot find -lirrKlang
collect2: ld returned 1 exit status
Build Error: Failed to link /home/firstdeathmaker/Desktop/RazoonExt/Start.debug
Process complete
How can I install the irrklang.lib? I tried to copy the lib to usr/local/lib/ in sudo mode (cause normal doesn't work) but it tells me that the target is no directory, although it is. I'm a little confused...