Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!cs.utexas.edu!rutgers!mcnc!thorin!glycine!taylorr From: taylorr@glycine.cs.unc.edu (Russell Taylor) Newsgroups: comp.sys.sgi Subject: Re: relocation out-of-range error during linking! Keywords: relocation error linking help Message-ID: <14669@thorin.cs.unc.edu> Date: 13 Jun 90 20:30:12 GMT References: <14641@thorin.cs.unc.edu> Sender: news@thorin.cs.unc.edu Reply-To: taylorr@glycine.UUCP (Russell Taylor) Organization: University Of North Carolina, Chapel Hill Lines: 15 To anwer my own question, the cause of the error line: Warning: jump relocation out-of-range, bad object file produced, can't jump from 0x427c88 to 0x10033ce8 (index) from the ld program was that there was a data item defined with the name 'index' and there was also a procedure defined with the name 'index' The loader tried to make a call to the procedure go instead into the data area, which it did not like one bit. Oddly enough, I found the answer in a release notes for DECstation ULTRIX. It appears to have the same behavior. Russell