[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn compile error on solaris 2.8, cc

From: Blair Zajac <blair_at_orcaware.com>
Date: 2003-01-06 21:50:51 CET

solo turn wrote:
>
> in "libtool" there is:
> # Shell to use when invoking shell scripts.
> SHELL="/bin/bash"
>
> is it sufficient to change it here, or where do i change it? i tried
> it there with ksh, sh, and tried to also run the command instead of
> with /bin/bash with /bin/sh and /bin/ksh.
>
> same result.
>
> i'm not sure who cuts this. the error is from ild ... but if the
> shell does not pass it?
>
> blair suggested gcc, but i think i will wait a little with this. gcc
> brings its own ld?

Gcc can use the GNU as and ld, but at least for more recent Solaris
versions, including 8, Casper Dik recommends using the Solaris ld
and as. In any case, if you wanted to use the GNU as and ld, you
would have to build them separately from the binutils package.

You could always get a precompiled gcc binary installable via pkgadd
for Solaris 8 from

    http://www.sunfreeware.com/

and use that. Should be pretty easy and painless.

>
> ild directly invokes /usr/css/bin/ld (says "man ild"), but i don't
> know if ild has a different command-line length than ld. it is from
> sunworkshop 6, 2 years old.

I bet the ld on Solaris 8 doesn't have this problem.

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 6 21:51:13 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.