Xref: news2.mv.net comp.os.msdos.djgpp:602 From: lchang AT stimpy DOT eecis DOT udel DOT edu (Boris Lchang) Newsgroups: comp.os.msdos.djgpp Subject: Error: c:/djgpp/bin/ld.exe: cannot open crt0.o: file not found Date: 26 Jan 1996 19:23:51 GMT Organization: University of Delaware, Newark Lines: 15 Distribution: usa Message-ID: <4eb9o7$53j@louie.udel.edu> NNTP-Posting-Host: stimpy.eecis.udel.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi, I got an error message when I first used the djgpp after I installed I compiled a file call "file.cc" using "gcc file.cc -lgpp" The compilation error message is c:/djgpp/bin/ld.exe: cannot open crt0.o I checked that crt0.o is in c:/djgpp/lib directory. Why can't ld.exe find this crt0.o file? Anyone have this problem? and how to get around about it? - Boris Chang