This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/17005] wide character strings don't work on HP-UX 11i using gcc 3.4.1
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Feb 2005 15:28:23 -0000
- Subject: [Bug libstdc++/17005] wide character strings don't work on HP-UX 11i using gcc 3.4.1
- References: <20040812163817.17005.jerrydy@sbcglobal.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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