Path: utzoo!censor!geac!torsqnt!hybrid!scifi!bywater!arnor!arnor!marc From: marc@arnor.uucp Newsgroups: comp.unix.aix Subject: Re: Linkage problem on RS6000 Message-ID: Date: 5 Dec 90 14:31:55 GMT References: <122@edi386.UUCP> <3138@unocss.unomaha.edu> Sender: news@arnor.uucp (NNTP News Poster) Organization: IBM T.J. Watson Research Center, Hawthorne, New York Lines: 10 In-Reply-To: ff013@unocss.unomaha.edu's message of 29 Nov 90 19:29:01 GMT You may be running out of paging space, so if you have the disk space to make paging space bigger you might try that. (I assume you are not running ld with a small data ulimit). Alternately, you can try doing the ld piecewise. ld about 100 of the files together, using the -bnogc and the -r option. These intermediate files can then be used as input to the final ld (or cc) step. Marc Auslander