Hello Alexander!
On Monday 28 December 2009 Alexander Pyhalov wrote:
> Hello, thanks for your reply.
> You were right, inspecting config.log with more attention, I found out
> the reason.
...
> And in the end on linking stage I got
> Undefined first referenced
> symbol in file
> fmemopen fsvs.o
> svn_ra_get_repos_root2 log.o
> ld: fatal: symbol referencing errors. No output written to fsvs
> collect2: ld returned 1 exit status
>
> What library is missed from link list? I tried every svn library
> (-lsvn_client-1 -lsvn_delta-1 -lsvn_diff-1 -lsvn_fs_fs-1 -lsvn_fs-1
> -lsvn_ra_dav-1 -lsvn_ra_local-1 -lsvn_ra_svn-1 -lsvn_ra-1 -lsvn_repos-1
> -lsvn_subr-1 -lsvn_wc-1) , but it didn't help...
You'll need to use your patch for AC_LINK_IFELSE for fmemopen().
And svn_ra_get_repos_root2() is for me in /usr/lib/libsvn_ra-1.so.1 (for
1.6.5); this got added in 1.5.
If you've got older subversion libraries, just try to change that in log.c to
svn_ra_get_repos_root() - that should work, too.
Regards,
Phil
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2433781
To unsubscribe from this discussion, e-mail:
[[email protected]].