1
2
3
4
5
2
3
4
5
'A simple program Function PrintText() 	Print "Just text, nothing else." EndFunction
Building untitled2 Compiling:untitled2.bmx flat assembler version 1.68 (1048560 kilobytes memory) 3 passes, 3536 bytes. Linking:untitled2.debug /usr/bin/ld: /home/lol/BlitzMax/mod/pub.mod/lua.mod/lua.debug.linux.x86.a(loadlib.c.debug.linux.x86.o): undefined reference to symbol 'dlopen@@GLIBC_2.1' //lib/i386-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Build Error: Failed to link /home/lol/BlitzMax/tmp/untitled2.debug Process complete
I have installed every library needed for BMX to compile however it did not lead to the results I want to expect whatsoever. As far as I remember, DSO is a dynamic/shared object but I have no idea how do I fix it. Any thoughts?