'make fails with following error:
/usr/bin/ld: /tmp/cc0mPBpQ.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
/tmp/cc0mPBpQ.o: could not read symbols: Bad value
I am trying to compile in Ubunto 10 & 64-bit. Could please someone help?
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
Just add the -fPIC to the CFLAG and it will build "of course" :(