Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!nosc!ucsd!ucsdhub!hp-sdd!hplabs!hpda!hpcupt1!hpisoa1!vandys From: vandys@hpisoa1.HP.COM (Andrew Valencia) Newsgroups: comp.sources.bugs Subject: Re: Re: rpp386 PD archive problem Message-ID: <5670001@hpisoa1.HP.COM> Date: 8 Sep 88 18:48:11 GMT References: <6309@rpp386.Dallas.TX.US> Organization: Hewlett Packard, Cupertino Lines: 14 / hpisoa1:comp.sources.bugs / jfh@rpp386.Dallas.TX.US (The Beach Bum) / 12:56 pm Sep 7, 1988 / In article <1071@cs.Buffalo.EDU> feuer@sunybcs.uucp (Steven Feuerstein) writes: >> >>/bin/ld: fatal error: :group larger than 64k bytes >> >>I am on a SCO 286 clone. How can I correct this problem. >you need to compile in large model. the default model for '286 systems An intermediate step is to try linking with -i. This will put data in one (up to) 64K area; code in another. Because it's still small model code, it will run faster if you can get away with this. G'luck, Andy