Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing -fPIC to dep compilation #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Galland
Copy link

@Galland Galland commented Oct 4, 2016

Or else on Fedora 23 I'm getting this error:
/usr/bin/ld: sysroot/lib/libCoinCore.a(bmw.o): no se puede usar la reubicación R_X86_64_32 contra `.rodata' cuando se hace un objeto compartido; recompile con -fPIC
sysroot/lib/libCoinCore.a: error adding symbols: Valor erróneo
collect2: error: ld devolvió el estado de salida 1
Makefile:427: recipe for target 'build/release/mSIGNA' failed
make: *** [build/release/mSIGNA] Error 1

Or else on Fedora 23 I'm getting this error:
/usr/bin/ld: sysroot/lib/libCoinCore.a(bmw.o): no se puede usar la reubicación R_X86_64_32 contra `.rodata' cuando se hace un objeto compartido; recompile con -fPIC
sysroot/lib/libCoinCore.a: error adding symbols: Valor erróneo
collect2: error: ld devolvió el estado de salida 1
Makefile:427: recipe for target 'build/release/mSIGNA' failed
make: *** [build/release/mSIGNA] Error 1
@Galland
Copy link
Author

Galland commented Oct 4, 2016

Sorry, this line:
/usr/bin/ld: sysroot/lib/libCoinCore.a(bmw.o): no se puede usar la reubicación R_X86_64_32 contra `.rodata' cuando se hace un objeto compartido; recompile con -fPIC

translates to:
/usr/bin/ld: sysroot/lib/libCoinCore.a(bmw.o): can not use relocation R_X86_64_32 against `.rodata' when making shared object; recompile with -fPIC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant