Date: Tue, 29 Jun 1993 08:12:28 -0400 (EDT) From: tsuil AT tord0 DOT gs DOT com (Larry Tsui) Subject: ?where to find ld To: djgpp AT sun DOT soe DOT clarkson DOT edu Hello all, I just installed djgpp onto my Compaq laptop (386/25) running DOS 5.0; it looks like I need a copy of ld..... here is the verbose output: c:\tmp> gcc -v hello.c Reading specs from c:/djgpp/lib/specs gcc version 2.4.1 c:/djgpp/bin/cpp.exe -lang-c -v -undef -D__GNUC__=2 -Dunix -Di386 -D__unix__ -D__i386__ -D__unix -D__i386 -D__GO32 -D__MSDOS -DGO32 -DMSDOS -noprecomp hello.c c:/temp/cc000062 GNU CPP version 2.4.1 (80386, BSD syntax) c:/djgpp/bin/cc1.exe c:/temp/cc000062 -quiet -dumpbase hello.c -version -o c:/temp/cca00062 GNU C version 2.4.1 (80386, BSD syntax) compiled by GNU C version 2.4.1. c:/djgpp/bin/as.exe -o c:/temp/ccb00062 c:/temp/cca00062 ld c:/djgpp/lib/crt0.o -Lc:/djgpp/lib c:/temp/ccb00062 -lgcc -lc -lgcc Bad command of file name c:\tmp> If all I need is the linker, would someone please tell me where to pick it up? Thanks! Larry