Date: Sun, 3 Oct 1999 12:29:25 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: OGOAMAM AT aol DOT com
cc: djgpp AT delorie DOT com
Subject: re:compiling problems
In-Reply-To: <6caed11b.25264274@aol.com>
Message-ID: <Pine.SUN.3.91.991003122906.16555T-100000@is>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: djgpp AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com
Precedence: bulk


On Fri, 1 Oct 1999 OGOAMAM AT aol DOT com wrote:

> I have a source code that I have written with a note pad (on Windows 95) and 
> saved as myfile.cxx I tried to compile it but I get the following error:
> 
> gxx.exe : myfile.cxx : No such file or directory (ENOENT)

Don't use Notepad: it appends ".txt" to the file names you type.  Use
the DIR command, and you will see that there is myfile.cxx.txt in that
directory.

While there are ways to force Notepad to use the exact name you type,
it is best to use a *real* editor.

> Should I save this file under any particular directory in DJGPP?

It doesn't matter in what directory do you save the source files.