Date: 04 Jan 94 13:22:14 EST From: Peter Linich <100010 DOT 1702 AT CompuServe DOT COM> To: ALL Subject: Linker problem Hi, I'm looking for help setting up the DJGPP package. I have installed/unzipped the following files: bnu22bn.zip djdev110.zip gas211bn.zip gcc241bn.zip I've also set up the various environment variables and I can get the compiler to produce an object file but linking fails. If I try a command like this: gcc hello.c I get this: c:/djgpp/bin/ld.exe version 1.10 Copyright (C) 1991 DJ Delorie Can't open file <@c:/tmp/ccb00047.gp> And if I just try "ld" on its' own like this: ld -o hello hello.o I get this: c:/djgpp/bin/ld.exe version 1.10 Copyright (C) 1991 DJ Delorie Can't open file <-o> There must be something I'm missing. Can someone give me any clues? A second question(s): I've only just started to look at DJGPP and if anyone's got any suggestions about files to look at, books to read, etc. I would be delighted to hear them.