Hi peeps
Today, I've upgraded AppGameKit to the newest version and Xubuntu to 18.04, I think some G++ compiler have been updated too. I now get a whole lot of these errors where it says I need to recompile with -fPIC.
/usr/bin/ld: ../../platform/linux/Lib/Release64/libAGKLinux.a(poly1305.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
I've tried adding -fPIC to the build command but that won't compile either, it says:
make: PIC: No such file or directory
make: *** No rule to make target 'PIC'. Stop.
I'm using Netbeans 8.2 btw.
Does anybody know what I can do?
13/0