------- 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