From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8027 invoked by alias); 2 Feb 2005 15:28:27 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 7987 invoked by alias); 2 Feb 2005 15:28:23 -0000 Date: Wed, 02 Feb 2005 15:28:00 -0000 Message-ID: <20050202152823.7985.qmail@sourceware.org> From: "dave at hiauly1 dot hia dot nrc dot ca" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040812163817.17005.jerrydy@sbcglobal.net> References: <20040812163817.17005.jerrydy@sbcglobal.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/17005] wide character strings don't work on HP-UX 11i using gcc 3.4.1 X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg00221.txt.bz2 List-Id: ------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-02-02 15:28 ------- Subject: Re: wide character strings don't work on HP-UX > ------- Additional Comments From pcarlini at suse dot de 2005-02-02 13:30 > ------- > > I have unsuccesfull tested: gcc-3.3.5, gcc-3.4.3 and gcc-4.0 does not > compile > > on hp-ux. Problems with varargs... GCC doesn't use varargs. Varargs problems have been reported before and I believe that you may be trying to use a broken HP build of GCC as your bootstrap compiler. GCC fixes various headers and it may contain a version of varargs.h in its directory of fixed headers. This might also happen using HP sed. Read the hppa install notes carefully. If you have to start with the HP bundled compiler, you will first have to build a version from the 3.3 branch before using it to build later versions. If you have a recent version of HP ANSI C, you should be able to build 4.0 directly. Also, make sure that your build tree isn't in the source tree. Dave -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17005