From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6524 invoked by alias); 24 May 2006 20:13:03 -0000 Received: (qmail 6485 invoked by uid 71); 24 May 2006 20:13:02 -0000 Date: Wed, 24 May 2006 20:13:00 -0000 Message-ID: <20060524201302.6484.qmail@sourceware.org> To: kseitz@sources.redhat.com Cc: insight-prs@sources.redhat.com, From: Keith Seitz Subject: Re: insight/297: Compilation Error on Cygwin Reply-To: Keith Seitz Mailing-List: contact insight-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00018.txt.bz2 List-Id: The following reply was made to PR insight/297; it has been noted by GNATS. From: Keith Seitz To: Brett Gordon Cc: insight-gnats@sources.redhat.com Subject: Re: insight/297: Compilation Error on Cygwin Date: Wed, 24 May 2006 13:02:29 -0700 Brett Gordon wrote: > From the build directory, I typed "find . -name config.cache". The output: > > --------------------------------- > $ find . -name config.cache > ./bfd/config.cache > ./config.cache > ./etc/config.cache > ./libiberty/config.cache > ./opcodes/config.cache > ./tcl/config.cache > ----------------------------- Hmm. No gdb/config.cache... Odd. > > I have a 'gdb' directory, but not sure why there is no config.cache file. The output from "gcc -v" is > What is in the gdb directory, then? Can you redirect all of the I/O for the build into a log file and attach the log file to the bug report? $ /path/to/configure > build.out 2>&1 $ make all-gdb >> build.out 2>&1 Attach build.out > ----------------------------------- > Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs > Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libex > ecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc --enable-nls --without-include > d-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --di > sable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchroniza > tion --enable-libstdcxx-debug : (reconfigured) > > Thread model: posix > > gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) > ------------------------------------ That's the same compiler I am using. Keith