Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!spool.mu.edu!cs.umn.edu!msi.umn.edu!math.fu-berlin.de!unido!rwthinf!akela!wolfram From: wolfram@akela.informatik.rwth-aachen.de (Wolfram Roesler) Newsgroups: comp.sys.atari.st Subject: Re: GCC compile error Message-ID: Date: 15 May 91 11:54:09 GMT References: <9105082156.aa25310@Bonnie.ics.uci.edu> Sender: news@rwthinf.UUCP Lines: 18 bferrer@Bonnie.ICS.UCI.EDU writes: >can't find d:\tmp/cc100000.s I had that problem too. It seems that gcc had not fully been ported from Unix, so some filespecs still use slashes. However, the slashes arent really the problem since TOS can deal with filenames containing slashes. So, the file mentioned above would have the name `tmp/cc100000.s' and be in the root directory of drive d. Since the part of the filename is longer than 8 chars, TOS runs into trouble. I didnt find a solution (maybe patching gcc.ttp could help). Try to get hold of a newer gcc version (I have one that works). Sorry Wolfram