Date: Mon, 16 Nov 1992 13:52 EST From: "Wonkoo Kim, EE, U. of Pittsburgh" Subject: Question: gcc installation To: djgpp AT sun DOT soe DOT clarkson DOT EDU Hi. I was using old version of djgpp gcc 2.1 on my pc(msdos) and had no problem. After updating to recent version of gcc(2.2.2), I got an error of "Unknown file type" like the following. Unknown file type 0x616d (060555) This sample message was obtained when I try gcc t.c, and t.c is main() { printf("Hello\n"); } If I try gcc to my real programs, I got this sort of messages with different code numbers. I checked the environment variables and they were okay. What's wrong? Any help is appreciated. Thanks in advance. Wonkoo Kim EE, U. of Pittsburgh wkim AT vms DOT cis DOT pitt DOT edu P.S. I didn't yet subcribe to this mail group. So, please directly email to me.