Date: Mon, 15 Feb 1999 10:18:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tim Daniel cc: djgpp AT delorie DOT com Subject: Re: Gurus Needed for Help in RHIDE In-Reply-To: <36C76906.32FC@idmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 14 Feb 1999, Tim Daniel wrote: > I have a program that compiles/links/runs fine from the command line > when I link with libiostr.a. I have RHIDE.exe in the same directory as > the source, and when I try to compile/link through RHIDE I get various > errors at link time including undefined ___throw and __eh_pc. These problems are discussed in sections 8.10 and 8.19. You are mixing parts of GCC from different versions. > I have > edited the DJGPP.ENV file to include libiostr in RHIDE instead of > libstdcxx. Do NOT edit DJGPP.ENV, if you care about your sanity! Especially if you are a newcomer to DJGPP, and are not privy of the cryptic syntax and hidden subtleties of that file. Almost every problem in a DJGPP installation can be solved without editing DJGPP.ENV, ever. Trust me: you _don't_ want to edit it. So please restore the original version of that file, and report any remaining problems.