From: "D. Hibbs" Newsgroups: comp.os.msdos.djgpp Subject: djgpp_last_ctor et al. Date: Wed, 26 Nov 1997 19:05:36 +0000 Organization: Coventry University Lines: 15 Message-ID: NNTP-Posting-Host: rowan.coventry.ac.uk Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I am using just the preprocessor (gasp), assembler (as) and linker (ld) to teach assembly language programming. The system worked fine in v1 but when setting up the system using v2 I am getting _main.c(.text+0x1a): undefined reference to 'djgpp_last_ctor' and similar for djgpp_first_ctor and after exit.c(.text... ... djgpp_last_dtor _first_dtor am I missing a library or can you give any other clue? TIA Dominic Hibbs