Hi, Searching feedback about gold, I found this answer on https://stackoverflow.com/questions/3476093/replacing-ld-with-gold-any-experience : " ... - gold doesn't search in /usr/local/lib - gold doesn't assume libs like pthread or rt, had to add them by hand - it is faster and needs less memory (the later is important on big C++ projects with a lot of boost etc. ... " Since this answer is dated from 2010, I searched about "pthread" (which is used on LO) + gold and found there's still a bug about it: https://sourceware.org/bugzilla/show_bug.cgi?id=16417 Even if it's a very quick search, it seems that if gold is used for LO, it'll need extensive tests to avoid a crowd of crash bugs. Julien -- View this message in context: http://nabble.documentfoundation.org/configuring-gold-as-your-linker-tp4217690p4217692.html Sent from the Dev mailing list archive at Nabble.com.