X-POP3-Rcpt: mlehmann AT universe DOT sgh-net DOT de From: apm35 AT student DOT open DOT ac DOT uk (Andrew Marlow) To: beastium-list AT Desk DOT nl 12 Dec 1997 10:36:10 -0000 Subject: problems building pg c++ compiler Message-ID: Organization: Open University MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Content-ID: X-Gateway: NASTA Gate 1.18 for FirstClass(R) Sender: Marc Lehmann Status: RO X-Status: A Content-Length: 705 Lines: 18 Hello Netters! I am having trouble building the PGCC C++ compiler under Red Hat Linux and wonder if some kind soul would point me in the right direction. I managed to get the C compiler part of it built using GCC, then I rebuilt PGCC using PGCC. So far so good. However, trying to compile C++ gives an error message saying that part of the system is not installed. Examining the source code I find that it has a table in one of the files that maps filename suffixes to language (e.g .cpp, .cc and .C map to C++). These table entries are preceeded with a hash mark (#) if it considers that part of the system is not installed. At this point I was stuck. Any pointers greatly appreciated. Andrew Marlow.