From owner-freebsd-questions@FreeBSD.ORG Sun Apr 25 09:05:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 229B116A4CE for ; Sun, 25 Apr 2004 09:05:56 -0700 (PDT) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id E961343D53 for ; Sun, 25 Apr 2004 09:05:55 -0700 (PDT) (envelope-from gerard-seibert@rcn.com) Received: from 207-237-110-41.c3-0.crm-ubr4.crm.ny.cable.rcn.com ([207.237.110.41] helo=localhost) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1BHm8h-0000Ue-00 for freebsd-questions@freebsd.org; Sun, 25 Apr 2004 12:05:55 -0400 Date: Sun, 25 Apr 2004 12:05:59 -0400 (Eastern Standard Time) From: Gerard Seibert To: freebsd-questions Message-ID: X-X-Sender: beerstud@spamcop.net@mail.cesmail.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Installation of gcc34 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2004 16:05:56 -0000 I have been unable to install gcc version 3.4 on my system. The last few lines of output are as follows: ../.././..//gcc-3.4-20040414/libiberty/fibheap.c: In function `fibheap_union': ../.././..//gcc-3.4-20040414/libiberty/fibheap.c:166: warning: implicit declaration of function `free' ../.././..//gcc-3.4-20040414/libiberty/fibheap.c: In function `fibheap_delete_node': ../.././..//gcc-3.4-20040414/libiberty/fibheap.c:285: error: `LONG_MIN' undeclared (first use in this function) ../.././..//gcc-3.4-20040414/libiberty/fibheap.c:285: error: (Each undeclared identifier is reported only once ../.././..//gcc-3.4-20040414/libiberty/fibheap.c:285: error: for each function it appears in.) ../.././..//gcc-3.4-20040414/libiberty/fibheap.c: In function `fibheap_consolidate': ../.././..//gcc-3.4-20040414/libiberty/fibheap.c:395: warning: implicit declaration of function `memset' gmake[2]: *** [fibheap.o] Error 1 gmake[2]: Leaving directory `/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libiberty' gmake[1]: *** [all-target-libiberty] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc34/work/build' gmake: *** [bootstrap-lean] Error 2 *** Error code 2 Stop in /usr/ports/lang/gcc34. The entire file may be view here: http://www.seibercom.us/BSD/nohup.out If anyone has any suggestions, I would appreciate hearing them. I am running FreeBSD 5.2.1. Thanks! Gerard Seibert gerard-seibert@rcn.com