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