From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: <3cfbd767$0$8376$9b622d9e AT news DOT freenet DOT de> <3cfbe1cf DOT sandmann AT clio DOT rice DOT edu> Subject: Re: DXE2GEN: unresolved symbol Date: Fri, 7 Jun 2002 00:06:22 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 35 Message-ID: <3d023ad8$0$23717$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.6.64.174 X-Trace: 1023556312 news.freenet.de 23717 213.6.64.174 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sorry I have been on the road for a while. > These are constructors and destructors; you really need to import them > from the main image Huh? What main image? > (or do something special). Oh - well - now - ya think?! :-) This whole dxe2gen program is becoming real special. > > Does somebody know the code that defines them... maybe I can build a special > > library that can fill those holes. > > Use the ld option to create a map; you can then see what included them. Good try. It was a bit wierd. The symbols that are causing me trouble are nowhere to be found in the mapfile. (there was a _djgpp_last_ctor but not a djgpp_last_ctor) They seem to be uninvited guests in my house that have no idea what they are doing there. Ben