sirikata / berkelium

Chromium Embedded in GL/DX (NOTE: No longer maintained!)
http://berkelium.org/
267 stars 48 forks source link

building berkelium results in linker error #20

Closed jarrettchisholm closed 11 years ago

jarrettchisholm commented 11 years ago

System: Debian testing 64bit gcc 4.7.1 cmake 2.8.9

Error is:

Linking CXX shared library liblibberkelium_d.so
/usr/bin/ld: BFD (GNU Binutils for Debian) 2.22 internal error, aborting at ../../bfd/elf64-x86-64.c line 3387 in elf_x86_64_relocate_section

/usr/bin/ld: Please report this bug.

collect2: error: ld returned 1 exit status
make[2]: *** [liblibberkelium_d.so] Error 1
make[1]: *** [CMakeFiles/libberkelium.dir/all] Error 2
make: *** [all] Error 2

anyone have any ideas?

jarrettchisholm commented 11 years ago

installed binutils-gold, which solved the issue.