Gentoo Archives: gentoo-hardened

From: pageexec@××××××××.hu
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] Mono build failure
Date: Mon, 30 May 2005 12:54:59
Message-Id: 429B1B14.19962.1752459F@localhost
In Reply to: [gentoo-hardened] Mono build failure by Chris S
1 > /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3-20050110/../../../../x86_64-pc-linux-gnu/bin/ld:
2 > ./.libs/libmono-static.a(domain.o): relocation R_X86_64_TPOFF32 against
3 > `a local symbol' can not be used when making a shared object; recompile
4 > with -fPIC
5
6 the linker told you the problem: some code wasn't properly compiled
7 to be position independent. how a hardened gcc can do that i can't
8 imagine since its very purpose is to force everything to be PIC.
9 i guess you should file a bugreport in bugzilla and provide the
10 compile logs (the bits that relate to libmono-static.a/domain.o).
11
12 --
13 gentoo-hardened@g.o mailing list

Replies

Subject Author
Re: [gentoo-hardened] Mono build failure Chris S <taskara@××××××××××××.net>