Date: Tue, 28 May 1996 12:22:45 +0200 (IST) From: Eli Zaretskii To: Jeff Hawk Cc: djgpp AT delorie DOT com Subject: Re: Linking problem In-Reply-To: <31AA02D7.F99@interaccess.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 27 May 1996, Jeff Hawk wrote: > I get this: > > _main.c(.text+0x1a): undefined reference to `djgpp_last_ctor' Which DJGPP version is that? Can it be that you mix crt0.o from an old DJGPP version with a new libc.a, or the other way around?