From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 853 invoked by alias); 15 Oct 2009 08:17:04 -0000 Received: (qmail 835 invoked by uid 22791); 15 Oct 2009 08:17:01 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Oct 2009 08:16:57 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MyLW3-0006qd-To for gcc@gcc.gnu.org; Thu, 15 Oct 2009 01:16:55 -0700 Message-ID: <25904582.post@talk.nabble.com> Date: Thu, 15 Oct 2009 09:49:00 -0000 From: yzysea To: gcc@gcc.gnu.org Subject: problems with gcc installation MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg00332.txt.bz2 Hi, I need to intall gcc-2.5.8 on opensolaris. In the "make" step, I get the following message: root@opensolaris:/export/home/sea/Desktop/gcc-2.5.8# make cc -DIN_GCC -g -I. -I. -I./config \ -DGCC_INCLUDE_DIR=\"/usr/local/gcc258/lib/gcc-lib/i386-sun-sunos5.11/2.5.8/include\" \ -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/gcc258/lib/g++-include\" \ -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \ -DCROSS_INCLUDE_DIR=\"/usr/local/gcc258/lib/gcc-lib/i386-sun-sunos5.11/2.5.8/sys-include\" \ -DTOOL_INCLUDE_DIR=\"/usr/local/gcc258/i386-sun-sunos5.11/include\" \ -DTOOLDIR=\"/usr/local/gcc258/i386-sun-sunos5.11/\" \ -c `echo ./cccp.c | sed 's,^\./,,'` cccp.c: In function `bzero': cccp.c:8966: error: argument "b" doesn't match prototype cccp.c:240: error: prototype declaration cccp.c: In function `bcopy': cccp.c:8976: error: argument "b1" doesn't match prototype cccp.c:240: error: prototype declaration cccp.c:8976: error: argument "b2" doesn't match prototype cccp.c:240: error: prototype declaration cccp.c: In function `bcmp': cccp.c:8986: error: argument "b1" doesn't match prototype cccp.c:240: error: prototype declaration cccp.c:8986: error: argument "b2" doesn't match prototype cccp.c:240: error: prototype declaration *** Error code 1 make: Fatal error: Command failed for target `cccp.o' I am trapped in this problem for ages.:-( Can anyone give me some help? Thanks a great deal -- View this message in context: http://www.nabble.com/problems-with-gcc-installation-tp25904582p25904582.html Sent from the gcc - Dev mailing list archive at Nabble.com.