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

Re: make -lz error

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-11-07 10:20:52 CET

On 11/7/06, Rares Vernica <rvernica@gmail.com> wrote:
> Hi,
>
> I seems that manually deleting "-lz" will compile but it will not work.
>
> I get the following error:
> symbol compress2: referenced symbol not found
>
> So, I need "-lz". How can I fix the following error:
> ld: fatal: relocations remain against allocatable but non-writable sections

Maybe you need to either disable the staticly linked build or enable a
dynamicly linked build? --disable-static --enable-dynamic arguments to
./configure

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 7 10:21:33 2006

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.