Date: Mon, 16 Nov 92 15:23:55 EST From: DJ Delorie To: WKIM AT vms DOT cis DOT pitt DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Question: gcc installation >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. This is a common problem. Version 1.08 fixed a bug in go32's .EXE logic. This was to allow a certain file access optimization, but wasn't backward compatible with pre-1.08 versions. You have a pre-1.08 version of go32 on your path. Type "go32" at the command line to see which one you're running and where it's coming from. DJ dj AT ctron DOT com Life is a banana.