0
我想問你一個關於perlembed的問題。關於下面的問題的最後一個條目: PerlEmbed - C# - Mono - LinuxC# - perlembed - linux中編譯錯誤
我問jonathanpeppers,但他說他不在perl和c上工作了。所以我要問這個小組。
我試圖在Linux機器上運行perlembed.c,但我得到了以下錯誤。你能幫我解答嗎?
[[email protected] melih]# gcc -shared -Wl,-soname,perlembed.so -o perlembed.so perlembed.c `perl -MExtUtils::Embed -e ccopts -e ldopts`
/usr/bin/ld: /tmp/ccRP7CYZ.o: relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/tmp/ccRP7CYZ.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
謝謝,我不明白我應該在哪裏使用fPIC。 –
請參閱我的編輯。 @melihzenciroglu – alk
非常感謝你,我明白了。 –