This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: (no) GCC pre-compiled headers on cygwin
- From: Kelley Cook <kcook34 at ford dot com>
- To: Geoff Keating <geoffk at geoffk dot org>
- Cc: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>, gcc at gcc dot gnu dot org, "Christopher Faylor" <cgf at redhat dot com>, "Alexandre Oliva" <aoliva at redhat dot com>
- Date: Wed, 23 Jul 2003 11:58:33 -0400
- Subject: Re: (no) GCC pre-compiled headers on cygwin
- Hop-count: 1
- References: <FAC87D7C874EAB46A847604DA4FD5A6457DDD7@crtsmail.corp.riotinto.org> <jmy8yqqfak.fsf@desire.geoffk.org>
Geoff Keating said:
"Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> writes:
PCH doesn't work (for me) with cygwin-1.5 and gcc HEAD
I believe the patch is written and approved but is waiting on a
copyright assignment before being committed.
Are referring to this patch by Earl Chew,
http://gcc.gnu.org/ml/gcc-patches/2003-07/msg00963.html?
Unfortunately, even with both it and Cygwin 1.5, PCH still isn't working for me.
gcc.sum
------
Running /home/kcook34/gcc-snapshot/gcc/testsuite/gcc.dg/pch/pch.exp ...
FAIL: common-1.h (test for excess errors)
FAIL: common-1.h (test for excess errors)
FAIL: common-1.h (test for excess errors)
FAIL: common-1.h (test for excess errors)
FAIL: gcc.dg/pch/common-1.c (test for excess errors)
FAIL: gcc.dg/pch/common-1.c (test for excess errors)
FAIL: common-1.h (test for excess errors)
...
gcc.log
-------
Running /home/kcook34/gcc-snapshot/gcc/testsuite/gcc.dg/pch/pch.exp ...
Executing on host: /home/kcook34/t/gcc/xgcc -B/home/kcook34/t/gcc/ common-1.h -O0 -g -o common-1.h.gch (timeout = 300)
spawn /home/kcook34/t/gcc/xgcc -B/home/kcook34/t/gcc/ common-1.h -O0 -g -o common-1.h.gch
common-1.h:4: fatal error: can't read /tmp/ccL03Gxd.s: No error
compilation terminated.
compiler exited with status 1
output is:
common-1.h:4: fatal error: can't read /tmp/ccL03Gxd.s: No error
compilation terminated.
Kelley Cook