Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!clyde!burl!codas!usfvax2!chips From: chips@usfvax2.UUCP (Chip Salzenberg) Newsgroups: comp.unix.xenix Subject: Re: YAXP (yet another Xenix problem) Message-ID: <831@usfvax2.UUCP> Date: Tue, 8-Sep-87 23:28:41 EDT Article-I.D.: usfvax2.831 Posted: Tue Sep 8 23:28:41 1987 Date-Received: Sat, 12-Sep-87 06:42:47 EDT References: <1987Sep7.051456.1836@gpu.utcs.toronto.edu> Distribution: na Organization: AT Engineering, Tampa, FL Lines: 24 Summary: Extract signal.o and link it by name Brian Onn writes: > > But now I have another problem: > > Fixup overflow near 008b in segment PREPROC_TEXT in /lib/Llibc.a(signal.o) > offset 262d8H > -------------- > Brian A. Onn > University of Toronto Computing Services I had the same problem. I fixed it by extracting signal.o from the C library and linking it by name: ar x /lilb/Llibc.a signal.o # extract signal object file mv signal.o Lsignal.o # rename: "Large" signal ...then add `Lsignal.o' to your ld (or final cc) command. Note that it only worked for me when `Lsignal.o' was the _first_ object file linked. -- Chip Salzenberg UUCP: "uunet!ateng!chip" or "chips@usfvax2.UUCP" A.T. Engineering, Tampa Fidonet: 137/42 CIS: 73717,366 "Use the Source, Luke!" My opinions do not necessarily agree with anything.