Message-ID: From: "Troy Horton (Core Design Ltd.)" To: "'djgpp AT delorie DOT com'" Subject: RE: DJGPP Date: Sun, 23 Feb 1997 13:45:42 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit All test.c is: #include void main(void) { printf("This is a test!"); } >-----Original Message----- >From: DJ Delorie [SMTP:dj AT delorie DOT com] >Sent: 22 February 1997 00:06 >To: Troy Horton (Core Design Ltd.) >Subject: Re: DJGPP > > >> I am a Bsc student in computer studies, and trying to get DJGPP to >> work on my machine. Every time i try to compile using this command >> >> gcc -c test.c >> >> I get a message saying 'Error: unknown opcode' > >I can't help without knowing what test.c is. > >> I would post this on news but i do not have access. Can you help? > >You can also mail to djgpp AT delorie DOT com instead of posting >to the news group.