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

Re: build errors on SCO UnixWare 7.1.1

From: Alan Barrett <apb_at_cequrux.com>
Date: Thu, 24 Apr 2008 19:52:50 +0200

On Thu, 24 Apr 2008, dpsvn_at_tri8.com wrote:
> I am trying to install Subversion (both server and client)
> from the tarball, 1.4.6, on UnixWare 7.1.1.

  [The build breaks when it performs a complicated command
  that ends with the following arguments:]
> -lm -lsocket -lnsl -lresolv -lsocket -lz
  
  [The error message is:]
> UX:ld: INFO: text relocations referenced from files:
> libz.a(deflate.o)
> libz.a(inflate.o)
> libz.a(infblock.o)
> libz.a(infcodes.o)
> UX:ld: ERROR: relocations remain against non-writeable,
> allocatable section .rodata

I think that error message means "there are undefined symbols referenced
from libz.a". If you can figure out what the undefined symbols are, and
then figure out what library defines those symbols, then you can add
the missing library to the end of the failing command. Are you able to
build other programs that use libz?

Perhaps you just need to add "-lc" to the end of the command?

--apb (Alan Barrett)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-24 19:53:44 CEST

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

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