Gentoo Archives: gentoo-alpha

From: "Donsbach
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: Tue, 08 Jun 2004 21:19:57
Message-Id: E8C532D801BE5B479B28B626184E8CDD05BB53A4@tayexc14.americas.cpqcorp.net
1 This error here is the hint of what is wrong:
2
3 ld: sipqtpart0.o: .got subsegment exceeds 64K (size 112792)
4
5 So, the global data section is exceeding limits.
6
7 Not sure how to get around this on Linux (ld switches or what-not). Some
8 platforms have ld switches to allow larger GOT .
9
10 Jeff D
11
12
13 --
14 gentoo-alpha@g.o mailing list

Replies