Date: Mon, 11 Nov 2002 20:59:06 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Charles Wilkins Message-Id: <7458-Mon11Nov2002205905+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (message from Charles Wilkins on Sun, 10 Nov 2002 15:21:58 -0500) Subject: Re: i686-pc-msdosdjgpp-g++ problems (long) References: <1036779663 DOT 158618 AT queeg DOT ludd DOT luth DOT se> <1h6osuka51oan46817ptm2o1loq3k6fqm7 AT 4ax DOT com> <200211082039 DOT gA8Kdck00835 AT envy DOT delorie DOT com> <1036845028 DOT 195290 AT queeg DOT ludd DOT luth DOT se> <9003-Sun10Nov2002211434+0200-eliz AT is DOT elta DOT co DOT il> 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: Charles Wilkins > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 10 Nov 2002 15:21:58 -0500 > > > >FWIW, the last address 0x0000d817 doesn't look like the normal DJGPP > >entry point. Perhaps the linker script is not the right one, or maybe > >the linker didn't find its script at all and used some default? > How can I check this? Like you did below: > Here is what happens when I compile this way: > /usr/local/compiler/cross4/djgpp/bin/i686-pc-msdosdjgpp-g++ -g > -Wl,--verbose welcome.cpp -o welcome.exe > > > GNU ld version 2.13.1 > Supported emulations: > i386go32 > cannot find script file djgpp.djl > cannot find script file > /usr/local/compiler/cross4/djgpp/lib/gcc-lib/i686-pc-msdosdjgpp/3.2/djgpp.djl > opened script file > /usr/local/compiler/cross4/djgpp/lib/gcc-lib/i686-pc-msdosdjgpp/3.2/../../../../i686-pc-msdosdjgpp/lib/djgpp.djl > using external linker script: These messages don't sound good to me. Why can't it find djgpp.djl in any of these places? It should, IIRC.