Date: Thu, 23 Aug 2001 19:50:12 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: pavenis AT lanet DOT lv Message-Id: <8296-Thu23Aug2001195012+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: sandmann AT clio DOT rice DOT edu, djgpp-workers AT delorie DOT com, acottrel AT ihug DOT com DOT au In-reply-to: <3B853D64.29023.1C56F60@localhost> (pavenis@lanet.lv) Subject: Re: gcc-3.0.1 and Win2k References: <9743-Tue21Aug2001203722+0300-eliz AT is DOT elta DOT co DOT il> from "Eli Zaretskii" at Aug 21, 2001 08:37:23 PM <3B853D64 DOT 29023 DOT 1C56F60 AT localhost> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: pavenis AT lanet DOT lv > Date: Thu, 23 Aug 2001 17:29:08 +0300 > > So please test. Building programs seems to work just fine, but I hit a problem with building the CVS library. The problem is that we have this in src/makefile.inc: DJGPP_DJL := $(shell $(CROSS_GCC) $(GCC_OPT) -print-file-name=djgpp.djl) This asks the compiler for the full name of the linker script, but since the script is called djgpp.djl, this command cannot pick djgpp-x.djl which comes with the GCC distribution. That means the C++ programs compiled as part of the library might crash, no? Also, I understood that users should remove or rename lib/djgpp.djl, in which case the library build will fail. Am I missing something?