This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12098] error: invalid switch '-x'
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Aug 2003 15:01:36 -0000
- Subject: [Bug bootstrap/12098] error: invalid switch '-x'
- References: <20030828233055.12098.gcc-bug@bullseye.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12098
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |build
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-30 15:01 -------
Are you using GNU binutils, if not that is your problem.
>From <http://gcc.gnu.org/install/specific.html#ia64-*-hpux*>:
Building GCC on this target requires the GNU Assembler. The bundled HP assembler will not work.
To prevent GCC from using the wrong assembler, the option --with-gnu-as may be necessary.
The GCC libunwind library has not been ported to HPUX. This means that for GCC versions 3.2.3
and earlier, --enable-libunwind-exceptions is required to build GCC. For GCC 3.3 and later, this is
the default.