Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!csus.edu!beach.csulb.edu!jbryans From: jbryans@beach.csulb.edu (Jack Bryans) Newsgroups: comp.unix.ultrix Subject: Re: Porting problems on ULTRIX Message-ID: Date: 8 May 91 21:24:43 GMT References: <711@scubed.SCUBED.COM> Sender: news@beach.csulb.edu (News Administration/Rumor Bureau) Followup-To: rankin@scubed.scubed.com Organization: Cal State Long Beach Lines: 11 In-Reply-To: rankin@scubed.com's message of 8 May 91 00:16:05 GMT I had similar gp relocation problems trying to make ucbMail. The make file used xstr to gather strings together, and the combination of xstr, mips cc, & ld didn't seem to get along at all. Finally got a make by using cc for the pre-processing "cc -E"'s (-U__STDC__ helped a lot, too), and gcc for the "cc . . . x.c"'s. Not a whimper from the loader, and no mucking about w/-G's. I'm curious what experience others have had w/xstr and the mips compiler. Jack