On Thu, 24 Apr 2008, Alan Barrett wrote:
> [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?
I am not sure, but these folks (for whom I am doing this)
don't really build ANYTHING on this system, so I'd not be
surprised if lots of things crater.
> Perhaps you just need to add "-lc" to the end of the command?
Are you saying I should edit the makefile itself to try to
do that, or is there a better way to add that to the
command?
Thanks much,
Dan
---------------------------------------------------------------------
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 20:45:16 CEST