This is the mail archive of the insight-prs@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: insight/297: Compilation Error on Cygwin


The following reply was made to PR insight/297; it has been noted by GNATS.

From: "Brett Gordon" <brgordon@andrew.cmu.edu>
To: "Keith Seitz" <keiths@redhat.com>
Cc: insight-gnats@sources.redhat.com
Subject: Re: insight/297: Compilation Error on Cygwin
Date: Wed, 24 May 2006 15:47:07 -0400 (EDT)

 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
 -----------------------------
 
 I have a 'gdb' directory, but not sure why there is no config.cache file. The output from "gcc -v" is
 
 -----------------------------------
 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)
 ------------------------------------
 
 
 Thanks,
 Brett
 
 > Brett Gordon wrote:
 > 
 >> Sorry...can you be more specific about my "gdb build directory"? Do you
 >> mean /insight-6.4/gdb or the gdb directory that already existed on my
 >> computer? If you mean the former, then typing the command produced a
 >> "file not found". If you mean the latter, can you tell me where this
 >> should be located under cygwin?
 >> 
 >> Thanks for the quick response.
 > 
 > By build directory I mean the directory where the build was conducted. So
 > when you type "make all", the file ./gdb/config.cache will exist. 
 > [config.cache is generated by the configure step.]
 > 
 > Try "find . -name config.cache". One of the directories will be a gdb 
 > directory in your build tree.
 > 
 > Also, what is the output of "gcc -v"?
 > 
 > Keith
 > 
 > 
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]