[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] 4.3.0 beta3 compile problem on solaris 10 sparc
- To: xymon (at) xymon.com
- Subject: Re: [xymon] 4.3.0 beta3 compile problem on solaris 10 sparc
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Wed, 17 Nov 2010 20:34:55 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <4CE4376C.909 (at) logicaltech.com.au>
- User-agent: nn/6.7.3
In <4CE4376C.909 (at) logicaltech.com.au> Roland Soderstrom <rolands (at) logicaltech.com.au> writes:
>Now I have the ld problem as described.
>How do I tell the compilation to use /usr/local/bin/ld?
>It seems embedded in the c-ares tar.gz file
It's really a problem with the C-ARES configure-script. I think you can
set the LD environment-variable to point to your preferred linker, so
something like
LD=/usr/local/bin/ld
export LD
./configure
make
might solve it.
Regards,
Henrik