https://sourceware.org/bugzilla/show_bug.cgi?id=22397

--- Comment #3 from nintendocatz at msn dot com ---
Hello again,

I recompiled binutils and tried it on the example of the first bug report.

$ $ ld --version
GNU ld (GNU Binutils) 2.29.51.20171105

$ cat wtf.c++
#include <iostream>
void lol() { std::cout << "fail"; }

$ LC_ALL="fr_FR.UTF-8" g++ -shared wtf.cpp 
/usr/bin/ld: /tmp/ccPxsBgC.o: relocation R_X86_64_PC32 against symbole
`_ZSt4cout@@GLIBCXX_3.4' can not be used when making a shared object; recompilé
avec -fPIC
/usr/bin/ld : échec de l'édition de liens finale : Mauvaise valeur
collect2: error: ld a retourné le statut de sortie 1

So... the translation has a few problems (the beginning is in english, and -- I
believe -- "recompilé" should be "recompilez") but at least now there's a
proper error message.

Thanks a lot !

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to