cd to your $GCC home, e.g., /usr/local/bin and 'ln -s' to /usr/ccs/bin/ar;
you don't need to have a license for ar so install the solariscc from the
cdrom. rf.
-----Original Message-----
From: Colin Campbell [mailto:sgcccdc@citec.qld.gov.au]
Sent: Wednesday, November 15, 2000 5:06 PM
To: youcef benamrouche
Cc: squid-users@ircache.net
Subject: Re: [SQU] Solaris 8 + Squid
Hi,
Looks to me like "configure" cannot find "ar". It normally resides in
/usr/ccs/bin. If you do not have /usr/ccs/bin in your PATH, add it and
re-run configure.
What has happened is configure has not found "ar:" and substituted
"/usr/bin/false". The step that is supposed to build libmiscutil.a should
have been:
/usr/ccs/bin/ar r libmiscutil.a rfc1123.o rfc1738.o rfc1035.o util.o
getfullhostname.o base64.o uudecode.o splay.o safe_inet_addr.o iso3307.o
snprintf.o md5.o radix.o stub_memaccount.o Array.o Stack.o hash.o heap.o
Since "ar" was replaced by "false", gmake saw a failed command (return
code "1") and so died.
Colin
On Wed, 15 Nov 2000, youcef benamrouche wrote:
> Hi
> I have difficulties to install squid under Solaris 8, when i run
> "./configure" OK
> but when i run "gmake all" i get this error message :
> "" /usr/bin/rm -f libmiscutil.a
> /usr/bin/false r libmiscutil.a rfc1123.o rfc1738.o rfc1035.o util.o
> getfullhostname.o base64.o uudecode.o splay.o safe_inet_addr.o iso3307.o
>
> snprintf.o md5.o radix.o stub_memaccount.o Array.o Stack.o hash.o heap.o
>
> gmake[1]: *** [libmiscutil.a] Error 255
> gmake[1]: Leaving directory `/usr/local/squid/lib'
> gmake: *** [all] Error 1"
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.html -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Wed Nov 15 2000 - 16:38:28 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:24 MST