| delorie.com/archives/browse.cgi | search |
| From: | Mark Fischer <pf55046 AT navix DOT net> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | ENOENT error |
| Date: | Sat, 29 Mar 1997 23:27:40 -0800 |
| Organization: | Navix: Aliant Communications Internet Services |
| Lines: | 15 |
| Message-ID: | <333E15EC.3388@navix.net> |
| NNTP-Posting-Host: | xyp168p8.ltec.net |
| Mime-Version: | 1.0 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
I've looked through the FAQ and help files but I can't find
anything on error messages so I'm hoping someone here can help me. I
installed djgpp just fine and put set djgpp=c:\djgpp\djgpp.env and set
path=c:\djgpp\bin;%path% into my autoexec.bat file like the instructions
said. I try to compile just a simple program like this:
#include <stdio.h>
#include <stdlib.h>
void main(void)
{printf("hi");
}
and I get and error message like this: istallation problem, cannot exec
'as': No such file or directory (ENOENT). What does all that mean??
I've tried running gcc and rhide under both dos and MS-Windows but I
still get the error. Any help would be appreciated thanks.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |