View Single Post

   
  #1 (permalink)  
Old 01-16-2008, 05:46 PM
!!Tonnere de Brest
 
Posts: n/a
Default ??problems installing gdb5.3 on HP-UX B.11.00 U 9000/800

uname -a
HP-UX mingus B.11.00 U 9000/800 683319393 unlimited-user license

69[root@mingus /tmp/gdb-5.3]#./configure --prefix= /usr/sww/pkg/gdb-5.3/

Configuring for a hppa2.0w-hp-hpux11.00 host.
Created "Makefile" in /tmp/gdb-5.3 using "mh-frag"
Configuring intl...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/sww/bin/ginstall -c
checking how to run the C preprocessor... (cached) /usr/sww/pkg/gcc/bin/gcc -E
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... (cached) /usr/sww/pkg/gcc/bin/gcc
checking whether the C compiler (/usr/sww/pkg/gcc/bin/gcc -g -O2 ) works... yes
checking whether the C compiler (/usr/sww/pkg/gcc/bin/gcc -g -O2 ) is a
cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether /usr/sww/pkg/gcc/bin/gcc accepts -g... (cached) yes
..
..
..


creating ./config.status
creating Makefile
170[root@mingus /tmp/gdb-5.3]#make

Make: line 1192: syntax error. Stop.
contents of /tmp/gdb-5.3/Makefile:

1189 # This rule is used to build the modules which are built with the
1190 # build machine's native compiler.
1191 .PHONY: $(ALL_BUILD_MODULES)
1192 $(ALL_BUILD_MODULES):
1193 dir=`echo $@ | sed -e 's/all-build-//'`; \
1194 if [ -f ./$${dir}/Makefile ] ; then \
1195 r=`${PWD}`; export r; \
1196 s=`cd $(srcdir); ${PWD}`; export s; \
1197 (cd $(BUILD_SUBDIR)/$${dir} && $(MAKE) all); \
1198 else \
1199 true; \
1200 fi

Any help is appreciated

Thank you very much.
If you have any questions, please don't hesitate to contact me.
Thanks, Ghaouar Camij Toschian,
(please remove KeinSpam from the email address )

KeinSpamgct@cory.eecs.berkeley.edu, EECS Instructional & Electronics Support
Group / 386 Cory Hall / 510 643-6138
KeinSpamgct@domainmart.net, 510 5408013, 2500 Durant # 310, Bk, CA 94704

Visualize that the smoke of cigarettes is unpleasant to other people.
Visualize that peoples' civic duties do NOT include having to breathe the
smoke from cigarettes.
Visualize that astrologers, fortune tellers, tarot card readers, psychics and
palm readers are Crooks, Fools or Both.
Visualize using the Metric System.
Reply With Quote