This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

other/2477: gcc 2.95.3 won't build on HPUX 10.2 --with-gnu-as option



>Number:         2477
>Category:       other
>Synopsis:       gcc 2.95.3 won't build on HPUX 10.2 --with-gnu-as option
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 03 12:46:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Norman Shelley
>Release:        gcc 2.95.3
>Organization:
>Environment:
% uname -a
HP-UX wvenus B.10.20 A 9000/782 2009382447 two-user license

% gcc --version
2.95.1
(Which used binutils version 2.9.1)

% as --version
GNU assembler 2.10.1
Copyright 2000 Free Software Foundation, Inc.
>Description:
It builds it I do not use --with-gnu-as option.

% ./configure --with-gnu-as 
Configuring for a hppa2.0-hp-hpux10.20 host.
...


% gmake
...

gmake[1]: Entering directory `/tmp_mnt/net/roti/wssg/hpux10x/usrlocal/packages/gnu-gcc-2.95.3/gcc-2.95.3/gcc'
(cd intl && gmake all)
gmake[2]: Entering directory `/tmp_mnt/net/roti/wssg/hpux10x/usrlocal/packages/gnu-gcc-2.95.3/gcc-2.95.3/gcc/intl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/tmp_mnt/net/roti/wssg/hpux10x/usrlocal/packages/gnu-gcc-2.95.3/gcc-2.95.3/gcc/intl'
echo "void __foo () {}" > dummy.c
/tmp_mnt/net/roti/wssg/hpux10x/usrlocal/packages/gnu-gcc-2.95.3/gcc-2.95.3/gcc/xgcc -B/tmp_mnt/net/roti/wssg/hpux10x/usrlocal/packages/gnu-gcc-2.95.3/gcc-2.95.3/gcc/ -B/usr/local/hppa2.0-hp-hpux10.20/bin/ -I/usr/local/hppa2.0-hp-hpux10.20/include  -DIN_GCC -DHAIFA    -g -O2 -I./include  -c dummy.c
as: "/var/tmp/ccU95l0Y.s", line 10: error 1052: Directive name not recognized - FILE
as: "/var/tmp/ccU95l0Y.s", line 12: error 1052: Directive name not recognized - STABS
as: "/var/tmp/ccU95l0Y.s", line 13: error 1052: Directive name not recognized - STABS
as: "/var/tmp/ccU95l0Y.s", line 18: error 1052: Directive name not recognized - STABS
as: "/var/tmp/ccU95l0Y.s", line 19: error 1052: Directive name not recognized - STABS
as: "/var/tmp/ccU95l0Y.s", line 20: error 1052: Directive name not recognized - STABS
as: "/var/tmp/ccU95l0Y.s", line 21: error 1052: Directive name not recognized - STABS
as: "/var/tmp/ccU95l0Y.s", line 22: error 1052: Directive name not recognized - 
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]