Gentoo Archives: gentoo-hardened

From: Alexander Gabert <pappy@g.o>
To: gentoo-hardened@g.o
Subject: [gentoo-hardened] hardened-gcc not compiling because ld mourns missing -pie
Date: Fri, 15 Aug 2003 15:03:56
Message-Id: 1060959823.8832.18.camel@crusade.testfarm
1 hi Dominik,
2
3 seems you have some issues with your local mail hub.
4 Replying to you directly gives curious warnings.
5
6 here is the answer resend to the official gentoo-hardened list, i used
7 to reply to an internal dev list which is not quite right this moment
8 ;-)
9
10 there was a change in the dependencies of the new hardened-gcc 1.3
11 packages.
12
13 is your ld is missing the new -pie support thats in the new binutils?
14
15 22:23:24 pappy@crusade pappy $ ld -v
16 GNU ld version 2.14.90.0.5 20030722
17 22:23:27 pappy@crusade pappy $ ld -pie
18 ld: no input files
19
20 this is from my dev machine here in germany.
21
22 either upgrade to ~arch binutils or wait for hardened-gcc-1.4 which will
23 check for the binutils to be on the system and disable/enable the -pie
24 support.
25
26 (this check has been prev. disabled due to code cleanup and
27 consolidation of checks on the target system according to -pie testing)
28
29 hardened-gcc-1.4 will also have some enhancements regarding the libgcc
30 in the /lib directory.
31
32 when the user has disabled propolice, the library will not be used in
33 the specs file and can be safely removed from /lib (solar, this is for
34 you)
35
36 sorry for any inconveniences this may have caused,
37
38 HTH,
39
40 Alex
41
42 PS: 1.4 is hitting the mirrors, check it out :-)
43
44
45
46 --
47 gentoo-hardened@g.o mailing list

Replies

Subject Author
Re: [gentoo-hardened] hardened-gcc not compiling because ld mourns missing -pie Dominik Sander <dominik@××××××××××××××××.de>