From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19168 invoked by alias); 7 Apr 2004 18:34:30 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 19143 invoked by uid 48); 7 Apr 2004 18:34:26 -0000 Date: Wed, 07 Apr 2004 18:34:00 -0000 Message-ID: <20040407183426.19142.qmail@sources.redhat.com> From: "mueller at kde dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040303083528.14400.schmid@snake.iap.physik.tu-darmstadt.de> References: <20040303083528.14400.schmid@snake.iap.physik.tu-darmstadt.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug pch/14400] [3.4/3.5 regression] Cannot compile qt-x11-free-3.3.0 X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg00661.txt.bz2 List-Id: ------- Additional Comments From mueller at kde dot org 2004-04-07 18:34 ------- well, currently Qt >= 3.3.0 enables PCH support if it detects that the compiler is gcc and that it supports the -x option. I think you can manually disable the pch support with the configure script. There are a few possible solutions: a) make the default for PCH to off in newer Qt 3.3 releases. I guess TT would do that change if asked to. b) disable -x flag unless -yes-i-know-it-is-buggy flag is given. this way the configure would fail, and not enable PCH. right now the only problem I see with PCH except this bug is however that you cannot combine the PCH header for C and C++ compilations. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14400