Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!dkuug!daimi!lynbech From: lynbech@daimi.aau.dk (Christian Lynbech) Newsgroups: comp.sys.atari.st Subject: Re: GNU C Message-ID: <1990Nov22.092834.10478@daimi.aau.dk> Date: 22 Nov 90 09:28:34 GMT References: <493@organpipe.UUCP> <1990Nov21.140536.29353@actrix.co.nz> Sender: lynbech@daimi.aau.dk (Christian Lynbech) Organization: DAIMI: Computer Science Department, Aarhus University, Denmark Lines: 32 About the problems with GCC reporting file not found: Last night I was succesfull in getting my gcc to compile hello.c. I'm using Gulam and a version of GNUC that I think is identical to the one on atari.archive. My environment setup is as follows: GNUINC = /gnuc/gccincl/ GNULIB = /gnuc/gcclib/ GCCEXEC = /gnuc/gccexec/gcc- TEMP = /temp/ The folder 'gnuc' ordinary path is 'd:\gnuc\' and temp has 'd:\temp\'. I think what has gone on is that GCC takes a path to be relative to the root directory, not knowing the d: drive specification. The result is that GCC can't find the preprocessor, even though it reports $(TEMP)/cc100000.cpp as the one missing (a bug perhaps?) I haven't done any much testing, so I don't know if there is an easy way to distribute the files on several drives (e.g. by using /dev/C/). I know however that the slashes at the end of GNUIC, GNULIB and TEMP can be dropped. Christian Lynbech Computer Science Department of Aarhus University Denmark email: lynbech@daimi.aau.dk