Message-Id: <200006081218.PAA29378@alpha.netvision.net.il> Date: Thu, 08 Jun 2000 15:17:28 +0200 X-Mailer: Emacs 20.6 (via feedmail 8.1.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" To: djgpp AT delorie DOT com In-reply-to: <14978418.80f58605@usw-ex0108-061.remarq.com> (message from Bernhard Stiftner on Wed, 07 Jun 2000 13:20:04 -0700) Subject: Re: Using libraries in a DLX (?) References: <14978418 DOT 80f58605 AT usw-ex0108-061 DOT remarq DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Bernhard Stiftner > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 07 Jun 2000 13:20:04 -0700 < > Can I use libraries with Nanosoft DLX 3 Alpha (linked in > the DLX module of course, not in the main program)? > I've tried this with the Allegro and an Audio-CD library > (libcda), and in both cases I get the error message: > > DLX Error! Unresolved external: djgpp_first_dtor This usually means you use a wrong linker script; perhaps the library you are trying to link supplies its own linker script, which is outdated. See section 8.12 of the DJGPP FAQ for more about this.