Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!ucsd!sdcsvax!ucsdhub!ucrmath!hope!baumann From: baumann@hope.UUCP (Michael Baumann) Newsgroups: comp.os.minix Subject: Re: Minix 1.2 small problems Message-ID: <192@ucrmath.UUCP> Date: 20 Apr 88 19:58:51 GMT References: <4543@cup.portal.com> Sender: news@ucrmath.UUCP Reply-To: baumann@hope.UUCP (Michael Baumann) Organization: University of California, Riverside Lines: 24 In article <4543@cup.portal.com> Chuck_M_Grandgent@cup.portal.com writes: ...stuff deleted.. >1) Even after copying all the /usr/bin stuff to the hard disk and >setting PATH so it can find it there, the compiler is still looking >for stuff on /usr/bin, though other commands execute fine from >/user/bin. Where's the PATH entries for the compiler ? The compiler has the path set in the source code, look at cc.c. I had to fix this, as I was running the AT version, and then switched to running on an XT, the AT has cpp and cem in /usr/lib, while the XT wants it in /lib. Look closely for the creation of the daughter processes, including cpp,cem,opt,cg,asld. Change to reflect what you really have. >2) I keep running out of room on /dev/ram when unpacking large shell >archives and linking large programs (am trying to get the UNIX >version of ARC going). I would like, as much as possible to migrate >away from the floppy setup, so most of it's disk-based. Any pointers ? For cc and asld use the -T option to specify where to put the temp files. As for the shell archives, I don't know. ----------------------------------------------------------------------------- "Life is full of little suprises." -- Pandora (as quoted by Robert Asprin) UUCP: {ucbvax!ucdavis,ucsd,ucivax}!ucrmath!hope!baumann or !ucrmath!jinx!baumann