- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] Building subversion
- From: mlh@xxxxxxxxxxxxxxx
- Date: Tue, 20 Jan 2004 12:04:26 +1100
- User-agent: Mutt/1.3.28i
On Tue, Jan 20, 2004 at 11:19:34AM +1100, Mary Gardiner wrote:
> [ .. ]
> fwrite 0x1a9c /usr/local/lib/libz.a(gzio.o)
> fwrite 0x1b98 /usr/local/lib/libz.a(gzio.o)
> fopen 0x488 /usr/local/lib/libz.a(gzio.o)
> rewind 0x20f4 /usr/local/lib/libz.a(gzio.o)
> calloc 0x30 /usr/local/lib/libz.a(zutil.o)
> ld: fatal: relocations remain against allocatable but non-writable sections
> collect2: ld returned 1 exit status
>
> Is there anyway I can recover from this without being root or asking
> root to install things for me?
I think it has to do with mixing shared libs with a static lib (libz.a)
You could build libz yourself as shared.
--
Matt
PS. Don't read the following since you asked not to receive it :-)
Get your friendy admin to install the Sun package
SUNWzlib, which provides a shared zlib. (assuming Sol8 or better)