X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Martin Steuer Newsgroups: comp.os.msdos.djgpp Subject: Re: Error during compiling Date: Tue, 19 Mar 2002 11:29:31 +0100 Organization: Dept. of Computer Science, TU Dresden, Germany Lines: 20 Message-ID: <3C97130B.DE415254@irz.inf.tu-dresden.de> References: <3c9651be$1 AT news DOT ptt DOT ru> NNTP-Posting-Host: irz608.inf.tu-dresden.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: kastor.inf.tu-dresden.de 1016533774 4735 141.76.2.208 (19 Mar 2002 10:29:34 GMT) X-Complaints-To: news AT mail DOT inf DOT tu-dresden DOT de NNTP-Posting-Date: Tue, 19 Mar 2002 10:29:34 +0000 (UTC) X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Free Programmers wrote: > Hi, All! > > Does anybody know my problem. > > When I try complile a my first program (there is a one line is "main () > {};") my GCC is tell me: > "gcc.exe: installation problem, cannot exec `as': No such file or directory > (ENOENT)". > That is it? > > Thank in advance. > > Gennadi. Check that DJGPPs Environment Path Variable is set correctly and make sure that it's binary directory ./bin contains as.exe.