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

Re: Subversion-1.1.0-rc1 on MAC OS X 10.3.4

From: Christian Schaffner <chris01_at_users.sourceforge.net>
Date: 2004-07-19 15:35:33 CEST

Hi David

On 16.07.2004, at 06:40, David Summers wrote:
> Compiling Subversion-1.1.0-rc1 on MAC OS X 10.3.4:
>
> $ ./configure
> .....
> $ make
> ......
>
> ...

> -liconv /Users/david/projects/subversion-1.1.0-rc1/apr/libapr-0.la
> -lresolv -lpthread
> ld/usr/bin/libtool: internal link edit command failed
> : warning can't open dynamic library:
> /usr/local/lib/libsvn_fs_fs-1.0.dylib (checking for undefined symbols
> may
> be affected) (No such file or directory, errno = 2)
> ld: Undefined symbols:
> _svn_fs_fs__init referenced from libsvn expected to be defined in
> /usr/local/lib/libsvn_fs_fs-1.0.dylib
>
>
> It shouldn't be trying to locate the library in the /usr/local/lib yet
> because it is still trying to compile it and it hasn't been installed.
>
> Any ideas?

I fixed this by using libtool 1.5.6 and running ./autogen.sh before
configure. At least on my Mac OS X 10.3.4 systems this seems to solve
the build issues.

However, one test over ra_dav is failing. I will open a new thread on
dev@ about that in a minute.

Chris.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 19 15:35:47 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.