bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Difficulty compiling binutils


From: Lynn . Black
Subject: Difficulty compiling binutils
Date: Wed, 18 Sep 2002 11:36:57 -0400

ALL,  I am having a devil of a time trying to compile binutils on HPUX
11.11.
I started out with having a problem getting Gnu make 3.79.1 installed so I 
was given Gnu make 3.80.  I was able to get make 3.80 installed.  My
ultimate
goal is to get GCC 3.03 installed because GCC 3.2 as of right now will not
work with HPUX 11.11.  So I found out that someone had success getting 
GCC 3.03 installed on HPUX 11.11 using binutils 2.11.2.  I have tried to get
2.11.2 compiled using /usr/bin/cc and /opt/ansic/bin/cc but have had no
luck.  It fails in the same place on both and the error I am getting is
below.
I tried to install the latest version of binutils 2.13 with both compilers
and it also failed.  Any help anyone can provide would be GREATLY 
appreciated!

Thanks!
Lynn

rm -f needed-list; touch needed-list; \
for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr
strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork
waitpid bcmp bcopy bzero; do \
  for g in asprintf.o mkstemps.o setenv.o vasprintf.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o
fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o
floatformat.o md5.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o
sort.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o
xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
make[2]: Entering directory `/opt/gnu/binutils-2.11.2/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/gnu/binutils-2.11.2/libiberty/testsuite'
make[1]: Leaving directory `/opt/gnu/binutils-2.11.2/libiberty'
make[1]: Entering directory `/opt/gnu/binutils-2.11.2/intl'
/usr/bin/cc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I. -I.
-g  intl-compat.c
/usr/bin/cc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I. -I.
-g  bindtextdom.c
cc: "gettextP.h", line 41: error 1000: Unexpected symbol: "SWAP".
cc: panic 2017: Cannot recover from earlier errors, terminating.
make[1]: *** [bindtextdom.o] Error 1
make[1]: Leaving directory `/opt/gnu/binutils-2.11.2/intl'
make: *** [all-intl] Error 2
# 

Lynn C. Black
US Patent & Trademark Office
Two Crystal Park 
Suite 1001 Room C1001
2121 Crystal Drive 
Arlington, VA 22202
address@hidden
(703) 308-8994 Office
(703) 851-1813 Cell
(703) 308-5582 Fax






reply via email to

[Prev in Thread] Current Thread [Next in Thread]