Date: Tue, 21 Apr 1998 13:44:20 +0300 (IDT) From: Eli Zaretskii To: Nate Eldredge cc: Charles Terry , djgpp AT delorie DOT com Subject: Re: Unresolved externals In-Reply-To: <19980421011110.AAG9311@ppp124.cartsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 20 Apr 1998, Nate Eldredge wrote: > At 08:21 4/19/1998 -0700, Charles Terry wrote: > > >BTW I don't think I could run the program as the linker > >reported the unresolve linkage as an error, not a warning. > >Is that right? > > Yes, that's right Did anybody actually try this? I think that if the linker reports unresolved externals, it leaves them zeroed. So, if the execution thread never gets there, the program will run just fine (if it does get there, it will crash).