Date: Sun, 24 Oct 1999 09:46:50 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: Shane Andrade <mauidude2 AT juno DOT com>
cc: djgpp AT delorie DOT com
Subject: Re: DJGPP help
In-Reply-To: <19991021.173931.-452587.3.mauidude2@juno.com>
Message-ID: <Pine.SUN.3.91.991024094625.29385c@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 Thu, 21 Oct 1999, Shane Andrade wrote:

> [error when making .o file from .cpp file]
> GCC.EXE: installation problem, cannot exec 'cpp':  No such file or
> directory

See section 6.5 of the DJGPP FAQ list.

> [error when making .exe file from .o file]
> c:/compiler/bin/ld.exe: cannot open crt1.o: No such file or directory
> (ENOENT)

Are you sure it said "crt1.o", not "crt0.o"?  Please always post the
*exact* text of the error messages.

I have two questions:

 1. Did you unzip djdev202.zip?
 2. Did you unzip the packages preserving their directory structure?

Please look in your C:\COMPILER directory and see if the files cpp.exe
and crt0.o are in some of its subdirectories.  If they are, please
post here in what directory did you find these two files.