[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-01-06 22:36:30 CET

Greg Stein <gstein@lyra.org> writes:

> > -lresolv -ldl -L/usrhme/local/lib -L/usrhme/local/neon-0.23.5/lib
> > -lneon -lssl -lcrypto -lnsl -lsocket -lz -L/usrhme/local/lib
> > -R/usrhme/local/lib -lxml2 -lz -lm -lsocket -lnsl -lsocket
> > Output line too long.
> > Output line too long.
> > Output line too long.
> > ild: (bad file) argument file doesn't exist :: /usrhme/local/lib/l
> > make: *** [subversion/clients/cmdline/svn] Error 1
>
> The command line for the link step is simply too long. I don't know how we
> can possibly fix that. Stupid Solaris...
>
> Ideas, anyone?

Googling for the error reveals a number of projects that have a
similar problem, and most of them suspect sed is the culprit. The
suggested solution is to use /usr/xpg4/bin/sed or GNU sed instead of
/usr/bin/sed.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 6 22:37:25 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.