On Mar 13, 2009, at 21:03, Oftenwrong Soong wrote:
> I'm compiling svn 1.5.6 but libtool complains there is no /usr/lib/
> libexpat.a. This is Mac OS X 10.5.6. I have /usr/lib/libexpat.dylib
> and the text file /usr/lib/libexpat.la. Notably it is using its own
> copy of libtool located under apr in the build tree. Is this proper?
>
> Steps I took: Just unpacked subversion-1.5.6.tar.gz and subversion-
> deps-1.5.6.tar.gz to form a single directory, entered it, ./
> configure && make.
>
> The last output before make quits:
>
> /Users/pete/subversion-1.5.6/apr/libtool --silent --mode=link gcc -
> static -o test/serf_get libserf-0.la test/serf_get.lo /Users/pete/
> subversion-1.5.6/apr-util/libaprutil-1.la -lsqlite3 -lexpat -
> liconv /Users/pete/subversion-1.5.6/apr/libapr-1.la -lpthread -lz -
> lssl -lcrypto
> i686-apple-darwin9-gcc-4.0.1: /usr/lib/libexpat.a: No such file or
> directory
> make[1]: *** [test/serf_get] Error 1
> make: *** [external-all] Error 1
>
> Btw I prefer not to install any of the 3 binary packages because
> each brings with it things I wish to avoid. :)
Have you considered using MacPorts to install Subversion? You can get
it here:
http://www.macports.org/
And then install Subversion by opening a terminal window and typing
sudo port sync
sudo port install subversion
If you don't want to use MacPorts to install Subversion, you can
still read our portfiles to discover how we are compiling Subversion.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1323614
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-14 23:41:42 CET