Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!iuvax!rutgers!mcnc!thorin!glycine!taylorr From: taylorr@glycine.cs.unc.edu (Russell Taylor) Newsgroups: comp.sys.sgi Subject: relocation out-of-range error during linking! Keywords: relocation error linking help Message-ID: <14641@thorin.cs.unc.edu> Date: 12 Jun 90 18:55:15 GMT Sender: news@thorin.cs.unc.edu Lines: 25 We have an IRIS 4D workstation running OS 3.2.2. When I am trying to compile a system of object files and libraries into a program, I am getting the following errors from the loader: Warning: jump relocation out-of-range, bad object file produced, can't jump from 0x427080 to 0x10033ce8 (index) Warning: jump relocation out-of-range, bad object file produced, can't jump from 0x4271dc to 0x10033ce8 (index) Warning: jump relocation out-of-range, bad object file produced, can't jump from 0x42729c to 0x10033ce8 (index) Warning: jump relocation out-of-range, bad object file produced, can't jump from 0x427c88 to 0x10033ce8 (index) There are many files in the system, so the resultant code may be very large. I assume that this is what is giving the loader trouble. Is there a way to make it take 'long jumps' or something to fix this problem? The code compiles and runs fine on a sun4. Thanks, Russell Taylor (taylorr@cs.unc.edu)