From: "Dave Schuyler" To: Subject: RE: gcc mailing list? Date: Fri, 4 Aug 2000 19:52:28 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: Reply-To: pgcc AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: pgcc AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, I got it, I think. I re-installed all the steps and gcc and pgcc work now. The only difference that I can recall is that the broken installs I'd started as me, instead of root. I'm wondering if some things did get installed before I installed as root, that screwed up the install as root. Or maybe that has nothing to do with it. Anyway, by re-installing the original versions and then running 'make install' as root (installing into /usr), it works. And, I found the gcc mailing list. Thanks. -----Original Message----- From: Dave Schuyler [mailto:dave AT myhome DOT com] Sent: Friday, August 04, 2000 5:43 PM To: pgcc AT delorie DOT com Subject: gcc mailing list? Hi, I'm not on the pgcc mailing list. Please send responses directly to me. Q1: Is there a gcc/egcs mailing list that I can send questions to? I think I'm having gcc trouble, rather than pgcc trouble. Q2: If you want to take a stab at the real question, it is: gcc/pgcc is getting stuck trying to compile "hello.c". I'm installing pgcc into /usr to overwrite the gcc version egcs 2.91.66 on Linux RedHat 6.2. After running 'make install', I'm using the command gcc hello.c (eventually I press ^c to kill it). The hello.c file is just including stdio.h and printf'ing "hello\n". The above works with the gcc that came with RedHat. I can re-install the egcs .rpm for RedHat 6.2 to get gcc working again. The reason I think this is a gcc and not a pgcc problem is that I have the trouble even if I don't patch the gcc 2.95.2 source. The "vanilla" gcc doesn't work for me either. So, if you know of another list I should ask this on, or other helpful advice for gcc, please let me know.