X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: fsshl AT centurytel DOT net (Eric Lin) Newsgroups: comp.os.msdos.djgpp Subject: simple c compiler problem Date: 17 Mar 2004 14:16:24 -0800 Organization: http://groups.google.com Lines: 7 Message-ID: <98dfe2c.0403171416.6700c383@posting.google.com> NNTP-Posting-Host: 198.104.0.51 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1079561785 9109 127.0.0.1 (17 Mar 2004 22:16:25 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 17 Mar 2004 22:16:25 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com gcc.exe: environment variable djgpp not defined
what may cause worng?  my gcc try0.c program is very simple
 
#include <stdio.h>
int main() {
  printf("hello world\n");
}
 
highly appreciate any advice