Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!mit-eddie!uw-beaver!uw-entropy!alta!bill From: bill@alta.stat.washington.edu (Bill Dunlap) Newsgroups: comp.sys.sgi Subject: Re: "Relocation out-of-range" errors Message-ID: <2288@uw-entropy.ms.washington.edu> Date: 9 Oct 89 21:42:19 GMT References: <14188@shamash.cdc.com> <28025@mips.mips.COM> <42681@sgi.sgi.com> Sender: news@uw-entropy.ms.washington.edu Reply-To: bill@alta.UUCP () Distribution: usa Organization: UW Statistics, Seattle Lines: 6 I dealt with the 'jump out of range' linking errors by adding to LDFLAGS -T 10000000 -D 12000000 (or the equivalent -Wl,'...' if you link through cc). to get text and data close enough. Make sure your text segment is not bigger than 0x2000000 bytes or bump up the difference a bit. This got my dynamic linking code to run.