Date: Thu, 29 Jul 1993 08:41:14 -0500 (EST) From: MXD AT MINA DOT GC DOT CUNY DOT EDU Subject: Still having trouble with gcc To: djgpp AT sun DOT soe DOT clarkson DOT edu Organization: Graduate School and University Center, CUNY, New York Dear DJ and Fellow Subscribers: Thank all of you for the quick response to my initial question. I took all the advice and was grateful. However, I got rid of the old version I was working with and installed the following on my system: djdev110 gas221bn gcc241bn bnu22bn There is a correction, I believe gas221 is really gas211. I followed all the steps in the README file on installation. Everything went fine--the 1)directory c:\djgpp; 2)various set statements; 3)config.sys file. Nothing seemed out of place. But I tried a simple test to see if in fact all was well. In the subdirectory compress, I tried to compile compress.c according to its makefile and anyother way I could think of. Here are the different ways that I did it: 1) gcc -c compress.c -O compress.c 2) gcc -v compress.c 3) gcc -o compress.c The error message I kept getting was "c:/tmp /cc000063.gp file not found". I'm perplexed. Is there a bug I don't know about? I would appreciate all and any help. Thanks, Michael Dunham.