From owner-freebsd-current@FreeBSD.ORG Fri Jul 25 23:54:48 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C09DD37B401 for ; Fri, 25 Jul 2003 23:54:48 -0700 (PDT) Received: from gddsn.org.cn (mail.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEF3443F85 for ; Fri, 25 Jul 2003 23:54:47 -0700 (PDT) (envelope-from wsk@mail.gddsn.org.cn) Received: from mail.gddsn.org.cn (gw [210.21.6.34]) by gddsn.org.cn (Postfix) with ESMTP id 4D14038CB01 for ; Sat, 26 Jul 2003 14:54:44 +0800 (CST) Message-ID: <3F2225B3.9060302@mail.gddsn.org.cn> Date: Sat, 26 Jul 2003 14:54:43 +0800 From: Suken Woo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; zh-CN; rv:1.4) Gecko/20030711 X-Accept-Language: zh-cn,zh MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: make libstdc++ error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2003 06:54:49 -0000 after cvsup'd from 5.0R to 5.1R and get error at installworld thx any info. c++ -O -pipe -mcpu=pentiumpro -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/usr/src/gnu/lib/libstdc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated -c /usr/src/contrib/libstdc++/src/locale.cc -o locale.o /usr/src/contrib/libstdc++/src/locale.cc:454: `char std::locale::facet::_S_c_name[2]' is not a static member of `class std::locale::facet' *** Error code 1 Stop in /usr/src/gnu/lib/libstdc++. *** Error code 1 Stop in /usr/src/gnu/lib.