From: joshuahab AT aol DOT com (Joshua Hab) Newsgroups: comp.os.msdos.djgpp Subject: HELP! LD doesn't warn me about unresolved externals! Date: 4 Apr 1998 19:49:04 GMT Lines: 6 Message-ID: <1998040419490401.OAA29622@ladder03.news.aol.com> NNTP-Posting-Host: ladder03.news.aol.com Organization: AOL http://www.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk For some reason, ld allows me to link and builds exe files even if there are unresolved externals! When the program is run, it crashes whenever it tries to execute an undefined subroutine! How can I get it to warn me when I forget to link a library or include an object file?