delorie.com/archives/browse.cgi | search |
From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
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: | <OF66BCFD8A DOT C05D9697-ON85256A26 DOT 005B6983 AT infra DOT fub DOT com> |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |