From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: New User problems with RHIDE/GCC Date: Fri, 10 Aug 2001 21:33:05 +0300 Lines: 32 Message-ID: <3B7428E1.5CCE51A1@is.elta.co.il> References: NNTP-Posting-Host: 192.116.55.139 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 997468409 7356330 192.116.55.139 (16 [61365]) X-Mailer: Mozilla 4.7 [en] (Win98; I) 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 Robert Davis wrote: > > Compiling: hello.c > installation problem, cannot exec 'as". No such file or directory (ENOENT) > There were some errors. > > I looked in the faqs and at section 6.4 an 8.2. There is said that gcc could > not find the directories of the assmebler and other items the gcc needs. I > HAVE install djgpp and all other items from the zip picker in my c:\djgpp > directory. `as' is the assembler. Look in your c:\djgpp\bin subdirectory and see if there's as.exe there. If not, that's your problem. as.exe comes with the bnuNNNb.zip package (where NNN is the version number). > COMPILER_PATH=%/>;COMPILER_PATH%%DJDIR%/bin > LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/lib > > I notice the / instead of the MS-DOS \ for directory paths. Could this be > the source of the problem. No. > Was this djgpp.env file written with unix/linux > path symbols in mind??? DOS and Windows support both forward- and backslashes alike. Since many DJGPP packages are ports of Unix utilities, it is better to use forward slashes. In any case, this is not your problem. Thousands of DJGPP users use djgpp.env which you have on your machine, with no problems at all.