geometer / FBReader

Official FBReader C++ project repository
http://www.fbreader.org/
539 stars 169 forks source link

fbreader produces non-working binary with ld.gold #233

Open alexxy opened 11 years ago

alexxy commented 11 years ago

Emerging fbreader with gold works fine, but the resulting binary does not run.

(It complains about a missing symbol "initLibrary" in one of the so's installed by fbreader.)

Re-setting the linker to ld.bfd and re-emerging fbreader fixes the problem.

PS original bug is https://bugs.gentoo.org/show_bug.cgi?id=437262

md2 commented 11 years ago

Definitely, a problem is with the gold, not FBReader.

njsg commented 10 years ago

@md2 , can you clarify, please? This problem still exists as of today, and if it seems to be a problem with ld.gold, it would be nice to know what needs to be fixed in ld.gold.