From: "Laurynas Biveinis" Date: Tue, 26 Jun 2001 20:52:15 +0200 To: djgpp AT delorie DOT com Cc: jbailey8 AT triad DOT rr DOT com Subject: Re: captured output from gcc3 compile Message-ID: <20010626205215.A1083@lauras.lt> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.18i 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 OK, here is another thing to try out: 1) Delete everything in build directory 2) Configure as usual 3) Build libiberty: "cd libiberty" and "make all" and "cd .." 3) Build GCC up to creation of specs file: cd gcc make specs Please post output starting from line similar to ./xgcc [...options here...] -dumpspecs > tmp-specs We will see what happens to the creation of specs file. TIA, Laurynas