RE: Solaris 10 Error
From: Newberger, Eric <ENewberger_at_RGIS.com>
Date: 2007-05-11 22:31:15 CEST
I have resolved this problem.
Add the line LIBS="$LIBS -lintl" to the configure file and re-run
Make then adds the -liconv and -lintl to the libtool script.
Eric Newberger
________________________________
From: Newberger, Eric [mailto:ENewberger@rgis.com]
I am trying to install Subversion 1.4.3 on Solaris 10. The configure
cd subversion/svn && /bin/bash /usr/local/subversion-1.4.3/libtool
ld: warning: file ../../subversion/libsvn_wc/.libs/libsvn_wc-1.so:
ld: warning: file ../../subversion/libsvn_ra/.libs/libsvn_ra-1.so:
ld: warning: file ../../subversion/libsvn_delta/.libs/libsvn_delta-1.so:
ld: warning: file ../../subversion/libsvn_diff/.libs/libsvn_diff-1.so:
ld: warning: file ../../subversion/libsvn_subr/.libs/libsvn_subr-1.so:
Undefined first referenced
symbol in file
libintl_bind_textdomain_codeset
libintl_bindtextdomain
libintl_dgettext blame-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'
The shared library refrenced "libsvn_subr-1.so" shows undefined symbols
# nm libsvn_subr-1.so.0.0.0|grep -i libintl_bind
[1003] | 0| 0|NOTY |GLOB |0 |UNDEF
[1000] | 0| 0|NOTY |GLOB |0 |UNDEF
# nm libsvn_subr-1.so.0.0.0|grep -i dgettext
[1245] | 0| 0|NOTY |GLOB |0 |UNDEF |libintl_dgettext
Not sure how to proceed.
Eric Newberger
|
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.