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

Re: ld: fatal: symbol referencing errors. No output written to .libs/svn [SVN V1.8.10]

From: Martin Furter <mf_at_apache.org>
Date: Sat, 22 Nov 2014 09:03:34 +0530

On 11/22/14 07:25, Mohsin wrote:
> Hi,
>
> I am getting following error while running make command for svn V1.8.10 on
> solaris OS . Kindly help
>
>
>
> ld: warning: global symbol '_END_' has non-global binding:
> (file /usr/local/lib/libiconv.so value=LOCL);
> ld: warning: global symbol '_START_' has non-global binding:
> (file /usr/local/lib/libiconv.so value=LOCL);
> Undefined first referenced
> symbol in file
> libintl_bind_textdomain_codeset
> /export/home/mabbas/svn1.8.10/subversion-1.8.10/subversion/libsvn_subr/.libs/libsvn_subr-1.so
> libintl_dngettext .libs/info-cmd.o
> libintl_bindtextdomain
> /export/home/mabbas/svn1.8.10/subversion-1.8.10/subversion/libsvn_subr/.libs/libsvn_subr-1.so
> libintl_dgettext .libs/add-cmd.o
> ld: fatal: symbol referencing errors. No output written to .libs/svn
> collect2: ld returned 1 exit status
> *** Error code 1
> make: Fatal error: Command failed for target `subversion/svn/svn'

I found the following message in the archives:
http://svn.haxx.se/users/archive-2007-05/0501.shtml

You could also try:
LIBS="-lintl" ./configure ...

HTH,
Martin

> FYI
>
> ./configure --prefix=/usr/local/subversion --with-apr=/usr/local/apr
> --with-apr-util=/usr/local/apr-util --with-sqlite=/usr/local/sqlite
> --with-apxs=/usr/local/apache/bin/apxs --enable-mod-activation
> --with-serf=/usr/local/serf
>
> serf :
>
> 1.3.8
>
> Apache :
>
> 2.2.24
>
>
> Regards
> Mohsin
Received on 2014-11-22 04:33:46 CET

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

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