Date: Fri, 22 Jun 2001 19:30:34 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: druidivi777 AT poczta DOT onet DOT pl Message-Id: <2110-Fri22Jun2001193033+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <000401c0fb32$33f366a0$509f1ed9@r4v5m7> (druidivi777 AT poczta DOT onet DOT pl) Subject: Re: jptui 4.0 again References: <9gta9t$cve$1 AT news DOT onet DOT pl> <2950-Thu21Jun2001213810+0300-eliz AT is DOT elta DOT co DOT il> <000401c0fb32$33f366a0$509f1ed9 AT r4v5m7> 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: "druidivi777" > Date: Fri, 22 Jun 2001 17:44:18 +0200 > > I have installed following files: > djdev203.zip > bnu2951b.zip > gcc2952b.zip > gdb418b.zip > gpp2952b.zip > lgp2953b.zip > mak3791b.zip > csdpmi4b.zip > rhide147b.zip Some of these are a bit old. I don't think it's the reason of your problems, but the latest packages are bnu211b.zip, gcc2953b.zip, gdb500b.zip, and csdpmi5b.zip. I suggest to upgrade whenever you can. > When I try to use make.exe in jptui I get some errors like these: > ../lib/debug/libjptui.a(tmenu.o)(.text+0x80a):tmenu.cpp: undefined reference > to '__eh_pc' > ../lib/debug/libjptui.a(ttextzn.o)(.text+0x103b):ttextzn.cpp: undefined > reference to 'set_new_handler' I think this means that either your version of JPTUI was built with an old version of GCC, or you have an old libgcc.a lying around (or both). At least the problems with __eh_pc are documented in the DJGPP FAQ list (section 8.11) to be related to an old libgcc.a. Someone said that there's a new version of JPTUI; perhaps it solves these problems. Alternatively, you could download the JPTUI sources and rebuild the library on your machine with the same version of the compiler you use for building your own programs.