Sender: pete AT delorie DOT com Message-ID: <375E1C46.A52EAA@dccnet.com> Date: Wed, 09 Jun 1999 00:48:22 -0700 From: Pete Lypkie X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.2.3 i686) MIME-Version: 1.0 To: pgcc AT delorie DOT com Subject: installation: make bootstrap problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: pgcc AT delorie DOT com Disclaimer: I am NOT on this list....i just got it from www.goof.com/pcg/questions.html The pgcc FAQ suggested trying the bootstrap target so that it compiles itself twice. Whenever i try this, it modifies "gcc/Makefile" and makes it unworkable. The makefile tries to execute the line "gcc -DIN_GCC -g _DHAVE_CONFIG_H @gcc_clh_cflags@ -I. " etc etc. It then says "gcc: @gcc_clh_cflags@: No such file or directory" I've determined that the offending "@gcc_clh_cflags@" is added to gcc/Makefile only if one does a "make bootstrap". I'm trying this on a slackware system, but with egcs-2.91.66 (egcs-1.1.2 release) and glibc2 installed prior to attempting pgcc compilation. I've got a sneaking suspicion that this is actually an egcs problem, but i thought you guys might have experienced it before, or something. Thanks in advance for any assistance you can give :) -Pete Lypkie