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

Problems compiling: undefined references

From: Tilman Walther <twalther_at_gmx.net>
Date: 2006-05-03 19:25:26 CEST

Hello!

Currently I am trying to compile Subversion 1.3 on a SuSE 9.1 with
support for a separately installed Apache 2.2 (not the standard Apache
of the SuSE Linux).
First I tried to compile with the --with-apxs parameter but the
resulting installation would not work properly. It seems that Subversion
is compiled with the correct APXS but uses an old version of the APR
(installed in the system) instead of the one used by the Apache. (As
mentioned before on this list.)

Ok, so I started ./configure with the parameters

--with-apxs=/opt/lampp/bin/apxs --with-apr=/opt/lampp/bin/apr-1-config
--with-apr-util=/opt/lampp/bin/apu-1-config

but then I get errors running make:

- output start -
../../../subversion/libsvn_delta/libsvn_delta-1.la
../../../subversion/libsvn_subr/libsvn_subr-1.la
/opt/lampp/lib/libaprutil-0.la -lldap -llber -lgdbm -lexpat
/opt/lampp/lib/libapr-0.la -lm -lcrypt -lnsl -lresolv -lpthread -ldl
/root/tilman/subversion-1.3.0/neon/src/libneon.la
blame-cmd.o(.text+0x1a9): In function `svn_cl__blame':
subversion/clients/cmdline/blame-cmd.c:306: undefined reference to
`libintl_dgettext'
blame-cmd.o(.text+0x2de):subversion/clients/cmdline/blame-cmd.c:247:
undefined reference to `libintl_dgettext'
checkout-cmd.o(.text+0x244): In function `svn_cl__checkout':
subversion/clients/cmdline/checkout-cmd.c:122: undefined reference to
`libintl_dgettext'
copy-cmd.o(.text+0xe3): In function `svn_cl__copy':
subversion/clients/cmdline/copy-cmd.c:104: undefined reference to
`libintl_dgettext'
delete-cmd.o(.text+0x9a): In function `svn_cl__delete':
subversion/clients/cmdline/delete-cmd.c:62: undefined reference to
`libintl_dgettext'
diff-cmd.o(.text+0x64):subversion/clients/cmdline/diff-cmd.c:65: more
undefined references to `libintl_dgettext' follow
/root/tilman/subversion-1.3.0/subversion/libsvn_subr/.libs/libsvn_subr-1.so:
undefined reference to `libintl_bindtextdomain'
/root/tilman/subversion-1.3.0/subversion/libsvn_subr/.libs/libsvn_subr-1.so:
undefined reference to `libintl_bind_textdomain_codeset'
collect2: ld returned 1 exit status
make: *** [subversion/clients/cmdline/svn] Error 1
- output end -

Any suggestions on this? How can I resolve this libintl dependency?

Thanks
   Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 3 19:26:29 2006

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.