Date: Fri, 24 Aug 2001 10:41:30 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: sandmann AT clio DOT rice DOT edu Message-Id: <7263-Fri24Aug2001104130+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: pavenis AT lanet DOT lv, djgpp-workers AT delorie DOT com, acottrel AT ihug DOT com DOT au In-reply-to: <10108231743.AA17419@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: gcc-3.0.1 and Win2k References: <10108231743 DOT AA17419 AT clio DOT rice DOT edu> 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: sandmann AT clio DOT rice DOT edu (Charles Sandmann) > Date: Thu, 23 Aug 2001 12:43:14 -0500 (CDT) > > > > I'd suggest to add --save-temps and see what files are left behind > > when it exits. > > Did this. It creates the .I and .S files in current directory. This is consistent with the fact that "gcc -v" shows everything dandy except that Gas isn't invoked. Did you compare the .I and .S files to the LFN build, and if so, were they identical? > If no more ideas why it doesn't launch as and doesn't give any warnings > or errors, I guess I'll try and debug. If the .S file is identical, it would mean some problem in launching Gas. Maybe Andris could make an unstripped executable available for you, so that you could put a breakpoint inside `exit' and see who calls it.