This is the mail archive of the cygwin-developers mailing list for the Cygwin 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: Latest 64 bit test stuff on sourceware


On 19.2.2013 19:09, Corinna Vinschen wrote:
On Feb 19 19:01, Teemu NÃtkinniemi wrote:
On 19.2.2013 18:41, Corinna Vinschen wrote:
On Feb 19 15:48, Corinna Vinschen wrote:
On Feb 19 06:14, Yaakov wrote:
On Tue, 19 Feb 2013 10:24:52 +0100, Corinna Vinschen wrote:
I just uploaded
ftp://cygwin.com/pub/cygwin/64bit/install/base-cygwin-toolchain-install-first-20130219.x86_64.tar.xz

Replaced with ftp://cygwin.com/pub/cygwin/64bit/install/base-cygwin-toolchain-install-first-20130219-2.x86_64.tar.xz

This last update seems to have broken GCC.

How so? It seems to work for me with a simple example. Ideally, bug reports come with details...

Sorry, I was in the middle of trying to get Perl working so I replaced it with the previous version. Here's an excerpt from a not very informative config.log.


configure:2922: $? = 0
configure:2929: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
Target: x86_64-pc-cygwin
Configured with: /home/corinna/src/cross-cygwin/gcc/configure --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --prefix=/usr --sysconfdir=/etc --enable-languages=c,c++ --disable-shared --enable-static
Thread model: single
gcc version 4.8.0 20130215 (experimental) (GCC)
configure:2933: $? = 0
configure:2940: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2944: $? = 1
configure:2967: checking for C compiler default output file name
configure:2989: gcc conftest.c >&5
gcc: error: spawn: No such file or directory
configure:2993: $? = 1
configure:3031: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "GNU Texinfo"
| #define PACKAGE_TARNAME "texinfo"
| #define PACKAGE_VERSION "4.13"
| #define PACKAGE_STRING "GNU Texinfo 4.13"
| #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org"
| #define PACKAGE "texinfo"
| #define VERSION "4.13"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3037: error: in `/src/kede':
configure:3039: error: C compiler cannot create executables
See `config.log' for more details.



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