>>> Anthony Baxter wrote
> The subversion build process, on Solaris, at least, is _broken_. It does
> _not_ work. To hack around enough to get it to work, I had to do the
> following ./configure line:
>
> CC=gcc3.2 LDFLAGS="-R/opt/local/BerkeleyDB4/lib -L/opt/local/svn/lib
> -R/opt/local/svn/lib" ./configure --prefix=/opt/local/svn
> --with-berkeley-db=/opt/local/BerkeleyDB4
>
> Every single entry in LDFLAGS should have been created by default by
> the configure script. This isn't a difficult problem - there's plenty
> of packages out there that manage this.
I should also note that even with these lines, doing something like
"make prefix=/tmp/svninst/opt/local/svn install" (so that you can
package up the software) is still utterly broken. It appears that the
problem is that "make install" tries to rebuild all the shared objects
and executables, rather than just, well, installing them.
Anthony
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 15 10:49:37 2003