bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/22397] BFD internal error when message locale isn't C


From: nintendocatz at msn dot com
Subject: [Bug ld/22397] BFD internal error when message locale isn't C
Date: Sun, 05 Nov 2017 11:10:23 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]