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]

Install problem on HP-UX 10.20


Hi.

I installed egcs-971023 on our HP boxes (735, 755 & K260) using the
native as and it went OK. make check failed, but I installed it anyway,
and it seems to work well.  

Then I tried to use gas to enable debugging, after a little fiddling I
realized that I needed a gas subdirectory in the main dir (symlinked
it to ../gas-970915). Maybe a little hint would be appropriate in
README? OK, happily I ran

./configure  -v --prefix=~/work/egcs --gas --with-gas=yes

It configured everything right (it seemed) and I ran make after a
(long) time it barfed with this message (truncated):

touch stamp-under
gcc -c  -DIN_GCC    -g -O2  -DHAVE_CONFIG_H -DHAIFA    -I. -I. -I./config underscore.c
rm -f collect2
gcc  -DIN_GCC    -g -O2  -DHAVE_CONFIG_H -DHAIFA  -o collect2 collect2.o tlink.o hash.o \
  cplus-dem.o underscore.o version.o choose-temp.o obstack.o ` case "gcc" in "cc") echo "alloca.o" ;; esac `  
rm -f ld
ln collect2 ld
/users/stud/royd/work/src/egcs/egcs-971023/gcc/xgcc -B/users/stud/royd/work/src/egcs/egcs-971023/gcc/  -DIN_GCC    -g -O2 -I./include  -I. -I. -I./config \
-c ./objc/hash.c -o objc/hash.o
as: "/var/tmp/cca00597.s", line 10: error 1052: Directive name not recognized - FILE
as: "/var/tmp/cca00597.s", line 12: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cca00597.s", line 13: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cca00597.s", line 18: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cca00597.s", line 19: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cca00597.s", line 20: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cca00597.s", line 21: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cca00597.s", line 22: error 1052: Directive name not recognized - STABS
	.
	.
	.
as: "/var/tmp/cca00597.s", line 116: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cca00597.s", error 2000: Exceeded maximum error count
FATAL ERROR TERMINATION
make[1]: *** [objc/hash.o] Error 1
make[1]: Leaving directory `/tmp_mnt/net/abel/work/royd/src/egcs/egcs-971023/gcc'
make: *** [all-gcc] Error 2


I reran the last command by hand adding -v and found to my suprise
that xgcc is still using the native as:

 /usr/ccs/bin/as -o objc/hash.o /var/tmp/cca07600.s


What am I missing here? Any hints would be greatly appreciated, I miss
debugging with gdb a lot! 

Speaking of gdb, this might not be the right place, but can anyone
direct me to a place where I can get hold of patches to gdb-4.16?
kill doesn't work under HP-UX 10.20 and it is driving me nuts. Rumours
say that it is fixed in unreleased patches. Are there a project
similar to egcs for gdb?


Best regards,
Roy.

---
INSTITUTE OF MATHEMATICAL SCIENCES,            |
Dept. of Mathematics and Statistics.           |\
Univ. of Tromsoe, N-9037 Tromsoe, Norway.      | \
Tlf. +47 77 64 40 00, Fax +47 77 64 47 65.     |  \
Roy Dragseth, Ph. D. st.	      	           \   |
direct call:    +47 77 64 40 31	                    \  |
email:          royd@math.uit.no                     \ |
HTTP adress:    http://www.math.uit.no/~royd          \|





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