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

Re: Errors trying to build 1.1.1 on OS X Server 10.3.7

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-12-13 17:23:32 CET

On Dec 13, 2004, at 10:07 AM, Kopp David K wrote:
>
> ld: Undefined symbols:
> _svn_cmdline_printf
> _svn_opt_parse_path
> _svn_cmdline_fflush
> _svn_cmdline_fprintf
> _svn_cmdline_fputs
> _svn_delta_version
> _svn_subr_version
> _svn_ver_check_list
> _svn_io_check_special_path
> _svn_sort_compare_paths
> _svn_subst_copy_and_translate2
> _svn_path_is_backpath_present
> _svn_ver_compatible
> make: *** [subversion/clients/cmdline/svn] Error 1
>
>
>
> Anyone have an ideas about this?
>

Yes. Your libtool is linking against the already-installed svn 1.0
libraries. (What you're seeing is complaints about not being able to
find a bunch of new svn 1.1 symbols.)

This seems to be a general problem on BSD systems -- Darwin, FreeBSD,
etc. Some weird interaction between libtool and BSD.

Solution: remove all the old 1.0 libraries, whereever they're hiding.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 13 17:26:48 2004

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.