This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/22185] final link failed: Nonrepresentable section on output
- From: "pedro dot lamarao at mndfck dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jun 2005 14:58:46 -0000
- Subject: [Bug libstdc++/22185] final link failed: Nonrepresentable section on output
- References: <20050625160810.22185.pedro.lamarao@mndfck.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pedro dot lamarao at mndfck dot org 2005-06-26 14:58 -------
Works in the same system with a g++ 3.4.4 compiled from source:
[pedro@localhost Projetos]$ $HOME/.local/gcc-3.4.4/bin/g++ -O3 -fPIC -c -o
net_error.o net_error.ii
[pedro@localhost Projetos]$ $HOME/.local/gcc-3.4.4/bin/g++ -fPIC -shared -o
net_error.so net_error.o
[pedro@localhost Projetos]$ $HOME/.local/gcc-3.4.4/bin/g++ -v Reading specs from
/home/pedro/.local/gcc-3.4.4/lib/gcc/i686-pc-linux-gnu/3.4.4/specs
Configured with: ../configure --prefix=/home/pedro/.local/gcc-3.4.4
--enable-languages=c,c++
Thread model: posix
gcc version 3.4.4
[pedro@localhost Projetos]$
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22185