Gentoo Archives: gentoo-alpha

From: Allen Ziegenfus <listmail@××××××.net>
To: gentoo-alpha@l.g.o
Subject: Re: [gentoo-alpha] Error building PyQt on Alpha: failed to set dynamic section sizes: File format not recognized
Date: Wed, 09 Jun 2004 01:58:56
Message-Id: 20040608215811.3c900acd.listmail@allenz.net
In Reply to: RE: [gentoo-alpha] Error building PyQt on Alpha: failed to set dynamic section sizes: File format not recognized by "Donsbach
1 On the fine day of Tue, 8 Jun 2004 17:18:08 -0400
2 "Donsbach, Jeff" <jeff.donsbach@××.com> said very eloquently:
3
4 > This error here is the hint of what is wrong:
5 >
6 > ld: sipqtpart0.o: .got subsegment exceeds 64K (size 112792)
7 >
8 > So, the global data section is exceeding limits.
9 >
10 > Not sure how to get around this on Linux (ld switches or what-not).
11 > Some platforms have ld switches to allow larger GOT .
12 >
13
14 So this has to do with the format of the executable files ld is
15 producing?
16
17 AZ