| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| From: | "Sohel" <sohel AT home DOT com> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Error in compiling C program using DJGPP |
| Lines: | 33 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Newsreader: | Microsoft Outlook Express 5.00.2919.6600 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2919.6600 |
| Message-ID: | <UhYd4.14854$G55.183679@news1.rdc1.ab.home.com> |
| Date: | Sun, 09 Jan 2000 09:12:20 GMT |
| NNTP-Posting-Host: | 24.64.75.116 |
| X-Complaints-To: | abuse AT home DOT net |
| X-Trace: | news1.rdc1.ab.home.com 947409140 24.64.75.116 (Sun, 09 Jan 2000 01:12:20 PST) |
| NNTP-Posting-Date: | Sun, 09 Jan 2000 01:12:20 PST |
| Organization: | @Home Network Canada |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
Hello there,
I have just downloaded DJGPP on my Windows NT (Version 4), followed the
setup procedures from the djgpp web site, when I try to compile the
following cprog.c program using:
gcc -o cprog.exe cprog.c
I get the following error message:
cpp.exe: ../include/sys/version.h: No such file or directory <ENOENT>
cprog.c is a simple program:
#include <stdio.h>
void main (void)
{
printf("Wow, we're on a roll!\n");
getchar();
}
Also, if you could provide me some insights how to begin "RHIDE", that would
be helpful to me.
I appreciate your help.
Thank you.
Sohel
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |