Date: Mon, 23 Aug 93 11:00:34 EDT From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: mwood AT cyberspace DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Linking .o files > I've tried this from the command line: gcc makedefs.o monst.o objects.o > I get a "bad command or filename" from DOS. The -v option to gcc will make it print out the commands it is trying to execute. My guess is that it is not finding the linker (ld).