On Fri, Feb 15, 2002 at 06:29:26PM -0500, Benjamin Reed wrote:
> Garrett Rooney [rooneg@electricjellyfish.net] wrote:
> > works find on mac os x 10.1.2, although you have to give it
> > --disable-shared or it errors out while building neon.
>
> Heh, you beat me to it. =)
>
> Actually, a one-liner patch to neon/aclocal.m4 fixes it for
> me, but I don't have an OSX 10.0 box to test on, so I don't
> know if it's backwards-compatible:
It looks like this is done in libtool CVS, which has code like this:
darwin* | rhapsody*)
case "$host_os" in
rhapsody* | darwin1.[[012]])
allow_undefined_flag='-undefined suppress'
;;
*) # Darwin 1.3 on
allow_undefined_flag='-flat_namespace -undefined suppress'
;;
esac
I'll see if upgrading my libtool will pick up this change.
> ---(snip!)---
> diff -uNbr subversion-r1302/neon/aclocal.m4 subversion-new/neon/aclocal.m4
> --- subversion-r1302/neon/aclocal.m4 Fri Feb 15 15:56:57 2002
> +++ subversion-new/neon/aclocal.m4 Fri Feb 15 18:18:19 2002
> @@ -1469,7 +1469,7 @@
> ;;
>
> darwin* | rhapsody*)
> - allow_undefined_flag='-undefined suppress'
> + allow_undefined_flag='-undefined suppress -flat_namespace'
> # FIXME: Relying on posixy $() will cause problems for
> # cross-compilation, but unfortunately the echo tests do not
> # yet detect zsh echo's removal of \ escapes.
> ---(snip!)---
>
> --
> Ben Reed (ben@opennms.org)
> http://www.opennms.org/
> "Is it considered bad form to quote yourself in your sig?" -- Me
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:08 2006