I was trying to run a model in Abaqus using a user defined subroutine. When I complied the code, it gave me the following errors:
ld: shell.o(shell_vuel.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
shell.o: could not read symbols: Bad value
Abaqus Error: Problem during linking - Single Precision Abaqus/Explicit User Subroutines
Please help me find a solution.