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]

Compile problem for GCC 2.95.1 on HP-UX 11.0


Gang,

Here is a problem that I just found when compiling gcc on HP-UX 11.0.  Can anyone shed any light on what is actually wrong so I can compile this beast on my K-460?

EGCS Version.: gcc 2.95.1
OS Version......: HP-UX B.11.00 U 9000/800

Compiler Options:
-------------------------

   PATH=/usr/local/bin:/usr/local/flex/bin:$PATH
   export PATH

   ./configure
   make LANGUAGES="c"

Bug Output:
-----------------

./xgcc -B./  -DIN_GCC     -I./include  -I. -I. -I./config \ -c ./objc/hash.c -o objc/hash.o
as: "/var/tmp/cca23303.s", line 23: error 1052: Directive name not recognized - NSUBSPA
as: "/var/tmp/cca23303.s", line 24: error 1052: Directive name not recognized - PARAM
as: "/var/tmp/cca23303.s", line 80: error 1052: Directive name not recognized - NSUBSPA
as: "/var/tmp/cca23303.s", line 196: error 1052: Directive name not recognized - NSUBSPA
as: "/var/tmp/cca23303.s", line 279: error 1052: Directive name not recognized - NSUBSPA
as: "/var/tmp/cca23303.s", line 445: error 1052: Directive name not recognized - NSUBSPA
as: "/var/tmp/cca23303.s", line 588: error 1052: Directive name not recognized - NSUBSPA
as: "/var/tmp/cca23303.s", line 676: error 1052: Directive name not recognized - NSUBSPA
as: "/var/tmp/cca23303.s", line 750: error 1052: Directive name not recognized - NSUBSPA
*** Error exit code 1

Stop. 
---
Paul B. Brown
Principle Operations Support Engineer
PSINet, Inc.
(703) 375-1894 - Voice
(888) 570-8639 - Pager
(703) 298-5944 - Cell


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