Habe gestern versucht, mit Purebasic 4.4b2 64-Bit, eine SO-Datei zuerstellen.Hat aber nicht wirklich geklappt


Loading external modules...
Starting compilation...
4 lines processed.
Creating the executable.
Error: Linker
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: purebasic.o: relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC
purebasic.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
Jetzt meine Frage, ist irgendeine Form von Bug oder mache ich irgendetwas mit folgendem Code falsch.
Code: Alles auswählen
ProcedureDLL
MessageRequester("Hallo", "Hallo Welt")
EndProcedure
PS: Habe folgendes System
OpenSuse 11.1 64-Bit
PB 4.4b2 64-Bit