From: "Stefan Viljoen" Newsgroups: comp.os.msdos.djgpp Subject: Re: (none) Date: Sun, 8 Aug 1999 09:44:58 +0300 Organization: The South African Internet Exchange Lines: 114 Message-ID: <7ojclp$lh9$4@ctb-nnrp1.saix.net> References: <000701bedfad$8fb08880$d72e49d2 AT lzh DOT lzh> NNTP-Posting-Host: pc36-01-p25.nt.saix.net Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0098_01BEE182.AD8AB7A0" X-Trace: ctb-nnrp1.saix.net 934098425 22057 155.239.194.25 (8 Aug 1999 07:47:05 GMT) X-Complaints-To: abuse AT saix DOT net NNTP-Posting-Date: 8 Aug 1999 07:47:05 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0098_01BEE182.AD8AB7A0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable LZH wrote in message = news:000701bedfad$8fb08880$d72e49d2 AT lzh DOT lzh... dear all: I meet a question: first i install the djgpp but cant gcc my first programm = hello.c it say you installation proble, cannot exec 'as':No such file = or directory(ENOENT). This means that GCC cannot find 'as.exe' - this is the GNU assembler = that is used to translate the assembly file that results from compiling = your program into actual machine code. This most likely indicates an = error in your installation - did you follow all the instructions that = came with the stuff you downloaded? Did you set up the DJGPP environment = variable to point to DJGPP.ENV? Did you extract the .ZIP archives with = the -d option to preserve directory structure? Did you download all the = binutils (which contains AS.EXE)? Do you even have a DJGPP\BIN = directory? If you are missing some of the above, or there are inconsistencies, = please visit http://www.delorie.com/djgpp/ and go check out the ZIP = picker, as well as the FAQ for detailed installation instructions. --=20 This message courtesy of RylanNet rylan AT intekom DOT co DOT za http://home.intekom.com/rylan/ -- StarWars for ever!. ------=_NextPart_000_0098_01BEE182.AD8AB7A0 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: quoted-printable
LZH <lzh AT dalian DOT gov DOT cn>=20 wrote in message news:000701bedfad$8f= b08880$d72e49d2 AT lzh DOT lzh...
dear all:
 
        I = meet a=20 question:
          =20 first i install the djgpp but cant gcc my first programm = hello.c
 
        it = say you=20 installation proble, cannot exec 'as':No such file or=20 directory(ENOENT).
 
This means that GCC cannot find 'as.exe' - this is = the GNU=20 assembler that is used to translate the assembly file that results = from=20 compiling your program into actual machine code. This most likely = indicates an=20 error in your installation - did you follow all the instructions that = came=20 with the stuff you downloaded? Did you set up the DJGPP environment = variable=20 to point to DJGPP.ENV? Did you extract the .ZIP archives with the -d = option to=20 preserve directory structure? Did you download all the binutils (which = contains AS.EXE)? Do you even have a DJGPP\BIN directory?
 
If you are missing some of the above, or = there are=20 inconsistencies, please visit http://www.delorie.com/djgpp/ = and go=20 check out the ZIP picker, as well as the FAQ for detailed installation = instructions.
 

--
This message courtesy of
RylanNet rylan AT intekom DOT co DOT za
http://home.intekom.com/rylan/
--
StarWars=20 for ever!.
 
------=_NextPart_000_0098_01BEE182.AD8AB7A0--