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

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

Re: Problems building binutils-2.10 under Solaris 7 on an SS5


From: Kirk Strauser
Subject: Re: Problems building binutils-2.10 under Solaris 7 on an SS5
Date: 21 Dec 2000 15:37:39 -0600

Ian Lance Taylor <address@hidden> writes:

> Note that Solaris does provide ar, in /usr/ccs/bin.  I don't
> know if it is installed by default, but it is available as
> part of the standard distribution.

I'll be darned.  I apologize for the oversight.  I guess that I
should be spending more time learning Solaris, although I'd much
prefer to be on a different system.

> You didn't include an actual copy of your shell script.  From
> the output, it looks to me like you omitted
> ../libiberty/needed-list in ar_LDADD in the invocation of
> make.

I'm sorry; I should've been more specific.  I used the shell
script listing contained in the file binutils/README, in the
subsection "If you don't have ar":

#!/bin/sh
MAKE_PROG="${MAKE-make}"
MAKE="${MAKE_PROG} AR=true LINK=true"
export MAKE
${MAKE} $* all-libiberty
${MAKE} $* all-intl
${MAKE} $* all-bfd
cd binutils
MAKE="${MAKE_PROG}"
export MAKE
${MAKE} $* ar_DEPENDENCIES= ar_LDADD='../bfd/*.o `cat 
../libiberty/required-list ../libiberty/needed-list | sed -e "s,\([^ ][^ 
]*\),../libiberty/\1,g"` `if test -f ../intl/gettext.o; then echo 
'../intl/*.o'; fi`' ar


-- 
Kirk Strauser
Network Support Systems, Information Technology
Mpower Communications Corporation



reply via email to

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