neon 0.29.2 svn link error on solaris 10 x86

Joe Orton joe at manyfish.co.uk
Fri Jan 8 06:10:02 EST 2010


On Tue, Jan 05, 2010 at 11:51:15AM -0600, Kevin Radke wrote:
> Getting the following errors when trying to link statically compiled
> libraries into a "mostly static" subversion 1.6.7 build:
> (I realize 1.6.7 is not released yet, but the same error occurs with 1.6.6)
> 
> Text relocation remains                         referenced
>     against symbol                  offset      in file
> ne__negotiate_ssl                   0x263f
> /crsvntest/apps/build/subversion-1.6.7/libs/neon/0.29.2/lib/libneon.a(ne_request.o)

Thanks for the report.  I don't quite understand why this happens - that 
error usually occurs when you try linking a non-PIC object into a shared 
library.  That shouldn't be the case here.

Regardless, changing the symbol visibility is a bit pointless for a 
static-only library build, so I've disabled that by defining NE_PRIVATE 
to 'extern' in configure for future releases.

Regards, Joe



More information about the neon mailing list