From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP v 2.95 - problem Date: 6 Apr 2001 16:49:52 GMT Organization: Aachen University of Technology (RWTH) Lines: 22 Message-ID: <9aks3g$2kb$1@nets3.rz.RWTH-Aachen.DE> References: NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 986575792 2699 137.226.32.75 (6 Apr 2001 16:49:52 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 6 Apr 2001 16:49:52 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com robert DOT thompson2 AT firstunion DOT com wrote: > I have downloaded and installed djgpp 2.95 on a WinNT v 4.0 with service > pack 5. a standard install with djgpp in a directory on d:\ . I have > written some C programs in another direcory called d:\devsoft\cprograms. I > have the environment variables and path statements pointing to the correct > place. From the d:\devsoft\cprograms directory I type in the followng: > D:\devsoft\CPROJE~1>gcc [...] d:/devsoft/CProjects/disc_intrate_000.c ^^^^^^^^ See that? The short name with the "numeric tail"? That's your problem. NT doesn't let DOS programs access files by their long filenames. Had you written gcc -v disc_in~1.c or something like that, it might have worked. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.