From unknown Thu Aug 14 18:33:09 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#5603 <5603@debbugs.gnu.org> To: bug#5603 <5603@debbugs.gnu.org> Subject: Status: 23.1.90; value of CPP not used in configure script Reply-To: bug#5603 <5603@debbugs.gnu.org> Date: Fri, 15 Aug 2025 01:33:09 +0000 retitle 5603 23.1.90; value of CPP not used in configure script reassign 5603 emacs submitter 5603 Peter Dyballa severity 5603 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 19 07:24:21 2010 Received: (at submit) by debbugs.gnu.org; 19 Feb 2010 12:24:21 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiRu9-00019n-0S for submit@debbugs.gnu.org; Fri, 19 Feb 2010 07:24:21 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiRu5-00019i-13 for submit@debbugs.gnu.org; Fri, 19 Feb 2010 07:24:19 -0500 Received: from mx10.gnu.org ([199.232.76.166]:35091) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiRtz-0007wq-Cb for emacs-pretest-bug@gnu.org; Fri, 19 Feb 2010 07:24:12 -0500 Received: from eggs.gnu.org ([140.186.70.92]:55367) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NiRtx-0005LN-Pu for emacs-pretest-bug@gnu.org; Fri, 19 Feb 2010 07:24:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NiR8A-0000Oq-VM for emacs-pretest-bug@gnu.org; Fri, 19 Feb 2010 06:34:49 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.0 Received: from mout7.freenet.de ([195.4.92.97]:49123) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiR8A-0000Nj-Iv for emacs-pretest-bug@gnu.org; Fri, 19 Feb 2010 06:34:46 -0500 Received: from [195.4.92.15] (helo=5.mx.freenet.de) by mout7.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.72 #1) id 1NiR88-0003Dy-1V for emacs-pretest-bug@gnu.org; Fri, 19 Feb 2010 12:34:44 +0100 Received: from p5b23bc49.dip.t-dialin.net ([91.35.188.73]:55442 helo=[192.168.1.2]) by 5.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.72 #1) id 1NiR87-0004gO-82 for emacs-pretest-bug@gnu.org; Fri, 19 Feb 2010 12:34:43 +0100 Message-Id: <99510FE8-E289-4D01-A73B-31FCA8EDCFBD@Freenet.DE> From: Peter Dyballa To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v936) Subject: 23.1.90; value of CPP not used in configure script Date: Fri, 19 Feb 2010 12:34:40 +0100 X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) Hello! Trying to use the LLVM variant of GCC like this: env PATH=3D/Developer/usr/bin:/sw/bin:$PATH ./configure = --without-sound =20 --without-dbus --without-pop --with-ns --disable-ns-self-contained --x-=20= libraries=3D/usr/X11/libs --x-includes=3D/usr/X11/include/X11 --enable-=20= locallisppath=3D/Library/Application\ Support/Emacs/calendar23:/Library/=20= Application\ Support/Emacs CC=3Dllvm-gcc-4.2 CPP=3Dllvm-cpp-4.2 or like this env PATH=3D/Developer/usr/bin:/sw/bin:$PATH CC=3Dllvm-gcc-4.2 = CPP=3Dllvm-=20 cpp-4.2 ./configure --without-sound --without-dbus --without-pop --=20 with-ns --disable-ns-self-contained --x-libraries=3D/usr/X11/libs --x-=20= includes=3D/usr/X11/include/X11 --enable-locallisppath=3D/Library/=20 Application\ Support/Emacs/calendar23:/Library/Application\ Support/=20 Emacs configure just finds: checking build system type... powerpc-apple-darwin9.8.0 checking host system type... powerpc-apple-darwin9.8.0 checking for gcc... llvm-gcc-4.2 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether llvm-gcc-4.2 accepts -g... yes checking for llvm-gcc-4.2 option to accept ISO C89... none = needed checking how to run the C preprocessor... llvm-gcc-4.2 -E = -no-cpp-=20 precomp -I/sw/include -L/sw/lib or: + CC=3D'llvm-gcc-4.2 -I/sw/include -L/sw/lib' + test xyes =3D x + ac_ext=3Dc + ac_cpp=3D'$CPP $CPPFLAGS' + ac_compile=3D'$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link=3D'$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS = $LDFLAGS =20 conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=3Dyes + printf '%s\n' 'configure:4004: checking how to run the C =20 preprocessor' + printf %s 'checking how to run the C preprocessor... ' checking how to run the C preprocessor... + test -n = 'llvm-gcc-4.2 -E -=20 no-cpp-precomp -I/sw/include -L/sw/lib' + test -d 'llvm-gcc-4.2 -E -no-cpp-precomp -I/sw/include = -L/sw/lib' + test -z 'llvm-gcc-4.2 -E -no-cpp-precomp -I/sw/include = -L/sw/lib' + ac_cv_prog_CPP=3D'llvm-gcc-4.2 -E -no-cpp-precomp = -I/sw/include -L/sw/=20 lib' + printf '%s\n' 'configure:4122: result: llvm-gcc-4.2 -E = -no-cpp-=20 precomp -I/sw/include -L/sw/lib' + printf '%s\n' 'llvm-gcc-4.2 -E -no-cpp-precomp -I/sw/include = -L/sw/=20 lib' llvm-gcc-4.2 -E -no-cpp-precomp -I/sw/include -L/sw/lib + ac_preproc_ok=3Dfalse + for ac_c_preproc_warn_flag in ''\'''\''' yes + cat + cat confdefs.h + cat + ac_try=3D'$CPP $CPPFLAGS conftest.c' + case "(($ac_try" in + ac_try_echo=3D'$CPP $CPPFLAGS conftest.c' + eval 'ac_try_echo=3D"$as_me:4151: $CPP $CPPFLAGS conftest.c"' ++ ac_try_echo=3D'configure:4151: llvm-gcc-4.2 -E = -no-cpp-precomp -I/sw/=20 include -L/sw/lib conftest.c' + printf '%s\n' 'configure:4151: llvm-gcc-4.2 -E -no-cpp-precomp = -I/=20 sw/include -L/sw/lib conftest.c' + ac_status=3D0 + grep -v '^ *+' conftest.er1 + rm -f conftest.er1 + cat conftest.err + printf '%s\n' 'configure:4158: $? =3D 0' + exit 0 + test -z '' + : + rm -f conftest.err conftest.c + cat + cat confdefs.h + cat + ac_try=3D'$CPP $CPPFLAGS conftest.c' + case "(($ac_try" in + ac_try_echo=3D'$CPP $CPPFLAGS conftest.c' + eval 'ac_try_echo=3D"$as_me:4189: $CPP $CPPFLAGS conftest.c"' ++ ac_try_echo=3D'configure:4189: llvm-gcc-4.2 -E = -no-cpp-precomp -I/sw/=20 include -L/sw/lib conftest.c' + printf '%s\n' 'configure:4189: llvm-gcc-4.2 -E -no-cpp-precomp = -I/=20 sw/include -L/sw/lib conftest.c' + ac_status=3D1 + grep -v '^ *+' conftest.er1 + rm -f conftest.er1 + cat conftest.err + printf '%s\n' 'configure:4196: $? =3D 1' + exit 1 + printf '%s\n' 'configure: failed program was:' + sed 's/^/| /' conftest.c + ac_preproc_ok=3D: + break + rm -f conftest.err conftest.c + : + : + ac_ext=3Dc + ac_cpp=3D'$CPP $CPPFLAGS' + ac_compile=3D'$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link=3D'$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS = $LDFLAGS =20 conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=3Dyes There is also the question whether the option "-no-cpp-precomp" really =20= is necessary on Mac OS X 10.5 or 10.6. The version of GCC 4.2 LLVM =20 uses does not recognise this option: powerpc-apple-darwin9-llvm-gcc-4.2: unrecognized option = '-no-cpp-=20 precomp' In GNU Emacs 23.1.90.1 (powerpc-apple-darwin9.8.0, X toolkit, Xaw3d =20 scroll bars) of 2010-02-18 on Latsche.local Windowing system distributor `The X.Org Foundation', version =20 11.0.10799901 configured using `configure '--without-sound' '--without-pop' '--=20 without-dbus' '--without-gconf' '--with-x-toolkit=3Dathena' '--enable-=20= locallisppath=3D/Library/Application Support/Emacs/calendar23:/Library/=20= Application Support/Emacs' 'CFLAGS=3D-g -Wno-pointer-sign -H -pipe -fPIC = =20 -Os' 'CC=3Dgcc-4.2'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: de_DE.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: de_DE.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Calendar Minor modes in effect: shell-dirtrack-mode: t diff-auto-refine-mode: t show-paren-mode: t display-time-mode: t desktop-save-mode: t delete-selection-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t -- Greetings Pete If it should exist, it doesn't. =96 Arnold's First Law of Documentation From debbugs-submit-bounces@debbugs.gnu.org Wed May 16 03:25:56 2012 Received: (at 5603) by debbugs.gnu.org; 16 May 2012 07:25:57 +0000 Received: from localhost ([127.0.0.1]:56965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUYcO-0005qL-L4 for submit@debbugs.gnu.org; Wed, 16 May 2012 03:25:56 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:47217 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUYc3-0005pp-Ur for 5603@debbugs.gnu.org; Wed, 16 May 2012 03:25:54 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SUYbu-0008KL-CH; Wed, 16 May 2012 03:25:26 -0400 From: Glenn Morris To: Peter Dyballa Subject: Re: bug#5603: 23.1.90; value of CPP not used in configure script References: <99510FE8-E289-4D01-A73B-31FCA8EDCFBD@Freenet.DE> X-Spook: Albright John Kerry AGT. AMME ANZUS Ruby Ridge George W. X-Ran: +p\K9{v8|5xLe}u(W|B]}`-$"wu!c^>Y_+!\Bt5Y22ud14*EEj8Dc*415NTeV5fJ*P\{0: X-Hue: green X-Attribution: GM Date: Wed, 16 May 2012 03:25:26 -0400 In-Reply-To: <99510FE8-E289-4D01-A73B-31FCA8EDCFBD@Freenet.DE> (Peter Dyballa's message of "Fri, 19 Feb 2010 12:34:40 +0100") Message-ID: <78k40czixl.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 5603 Cc: 5603@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Peter Dyballa wrote: > Trying to use the LLVM variant of GCC like this: > > env PATH=/Developer/usr/bin:/sw/bin:$PATH ./configure > --without-sound --without-dbus --without-pop --with-ns > --disable-ns-self-contained --x- > libraries=/usr/X11/libs --x-includes=/usr/X11/include/X11 --enable- > locallisppath=/Library/Application\ Support/Emacs/calendar23:/Library/ > Application\ Support/Emacs CC=llvm-gcc-4.2 CPP=llvm-cpp-4.2 [...] > checking how to run the C preprocessor... llvm-gcc-4.2 -E > -no-cpp-precomp -I/sw/include -L/sw/lib [...] > There is also the question whether the option "-no-cpp-precomp" really > is necessary on Mac OS X 10.5 or 10.6. The version of GCC 4.2 LLVM > uses does not recognise this option: > > powerpc-apple-darwin9-llvm-gcc-4.2: unrecognized option > -no-cpp- > precomp' I can't tell what the issue is supposed to be here. The "also the question" part is bug#9755. Was there something else? If not, this is a duplicate of bug#9755 (which I think is fixed in the trunk now). From debbugs-submit-bounces@debbugs.gnu.org Wed May 16 18:33:18 2012 Received: (at 5603) by debbugs.gnu.org; 16 May 2012 22:33:18 +0000 Received: from localhost ([127.0.0.1]:58195 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUmmU-00062P-0x for submit@debbugs.gnu.org; Wed, 16 May 2012 18:33:18 -0400 Received: from mout4.freenet.de ([195.4.92.94]:53515) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUmmQ-00062G-6f for 5603@debbugs.gnu.org; Wed, 16 May 2012 18:33:16 -0400 Received: from [195.4.92.141] (helo=mjail1.freenet.de) by mout4.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.76 #1) id 1SUmmD-0007Hq-GZ; Thu, 17 May 2012 00:33:01 +0200 Received: from localhost ([::1]:55116 helo=mjail1.freenet.de) by mjail1.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (Exim 4.76 #1) id 1SUmmD-0008Kw-BI; Thu, 17 May 2012 00:33:01 +0200 Received: from [195.4.92.11] (port=54913 helo=1.mx.freenet.de) by mjail1.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (Exim 4.76 #1) id 1SUmjh-0006rH-Hc; Thu, 17 May 2012 00:30:25 +0200 Received: from ip-88-153-242-186.unitymediagroup.de ([88.153.242.186]:62383 helo=sumac.fritz.box) by 1.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.76 #1) id 1SUmjh-0002uM-DA; Thu, 17 May 2012 00:30:25 +0200 Subject: Re: bug#5603: 23.1.90; value of CPP not used in configure script Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=windows-1252 From: Peter Dyballa In-Reply-To: <78k40czixl.fsf@fencepost.gnu.org> Date: Thu, 17 May 2012 00:30:24 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <99510FE8-E289-4D01-A73B-31FCA8EDCFBD@Freenet.DE> <78k40czixl.fsf@fencepost.gnu.org> To: Glenn Morris X-Mailer: Apple Mail (2.1084) X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 5603 Cc: 5603@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Am 16.05.2012 um 09:25 schrieb Glenn Morris: > I can't tell what the issue is supposed to be here. It's that I have set for configure the environment variable = "CPP=3Dllvm-cpp-4.2" because './configure --help' tells: Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have = libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. = -I if you have headers in a nonstandard directory = CPP C preprocessor XMKMF Path to xmkmf, Makefile generator for X Window = System But this does not seem to be true because it's + ac_cv_prog_CPP=3D'llvm-gcc-4.2 -E -no-cpp-precomp = -I/sw/include -L/sw/lib' that's used as C pre-processor. So either the configure script has a bug = or its help function. The mention of "-no-cpp-precomp" is more or less an additional remark. -- Greetings Pete =92Twas a woman who drove me to drink, and I never had the courtesy to = thank her for it. =97 W.C. Fields From debbugs-submit-bounces@debbugs.gnu.org Wed May 16 19:15:10 2012 Received: (at control) by debbugs.gnu.org; 16 May 2012 23:15:10 +0000 Received: from localhost ([127.0.0.1]:58244 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUnQz-0007Hk-Vz for submit@debbugs.gnu.org; Wed, 16 May 2012 19:15:10 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:45595 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUnQx-0007Cr-37 for control@debbugs.gnu.org; Wed, 16 May 2012 19:15:07 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SUnQk-0007ih-GF for control@debbugs.gnu.org; Wed, 16 May 2012 19:14:54 -0400 Date: Wed, 16 May 2012 19:14:54 -0400 Message-Id: Subject: control message for bug 5603 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) forcemerge 9755 5603 From unknown Thu Aug 14 18:33:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 14 Jun 2012 11:24:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator