From: mlopatka AT qualcomm DOT com (Matthew Lopatka) Newsgroups: comp.os.msdos.djgpp Subject: Problems with gcc installation. Date: 30 Sep 1998 10:35:10 -0700 Organization: QUALCOMM, Incorporated; San Diego, CA, USA Lines: 39 Message-ID: NNTP-Posting-Host: crossvine.qualcomm.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi everyone, I am trying to install djgpp on a WindowsNT box, and I am having trouble w/ gcc. I have been able to compile and run programs from gxx, but I am currently getting a strange error with the following: #include void main(void) { printf("Hello, world!\n"); } I compile w/ 'gcc -o hello hello.c' and receive the following error: abnormal program termination. I run this same program/command line on a UNIX server, and everything works. When I run 'gcc -v', I receive: gcc version 2_4_5 which is strange because there is no reference to a specs file, and the version number looks a bit strange. If you can help, I'd appreciate it! Also... if you could please email the reply to mlopatka AT qualcomm DOT com in addition to posting, I'd appreciate it. Thanks for the help! -- Matt