Gentoo Archives: gentoo-user

From: "Jc García" <jyo.garcia@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Qt5
Date: Wed, 12 Nov 2014 17:46:24
Message-Id: CAGQH77f4e0-DzEgw2ax6OMFzNPVMv-CZTwNgo+6zcyUpfaEg0w@mail.gmail.com
In Reply to: [gentoo-user] Qt5 by "siefke_listen@web.de"
1 2014-11-12 11:37 GMT-06:00 siefke_listen@×××.de <siefke_listen@×××.de>:
2 > Hello,
3 >
4 > i want install qt5 with the qt overlay. But i become message
5 >
6 > i686-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -fuse-ld=gold -o ../../../bin/moc .obj/moc.o .obj/preprocessor.o .obj/generator.o .obj/parser.o .obj/token.o .obj/main.o -L/var/tmp/portage/dev-qt/qtcore-5.4.0_beta/work/qtbase-opensource-src-5.4.0-beta/lib -lQt5Bootstrap -lz -lpthread
7 > i686-pc-linux-gnu-g++: error: unrecognized command line option ‘-fuse-ld=gold’
8
9 >
10 > / # emerge --info =dev-qt/qtcore-5.4.0_beta::qt
11 > Portage 2.2.8-r2 (default/linux/x86/13.0/desktop, gcc-4.7.3, glibc-2.19-r1, 3.10.23-xxxx-std-ipv6-64 i686)
12
13 > sys-devel/gcc: 4.7.3-r1, 4.8.3
14
15 It might be you used gcc 4.7 and is too old to compile qtcore 5, try
16 to switch the default compiler using gcc-config to 4.8.3, and
17 recompile again.

Replies

Subject Author
Re: [gentoo-user] Qt5 "Andrés Becerra Sandoval" <andres.becerra@×××××.com>