When building subversion/svk for OSX I've always just done:

cd neon*
./configure <your opts here>
cp `which glibtool` libtool

Since neon seems to use an outdated version of libtool which doesn't know how to build shared libs on OSX.

I'll try the GCC=yes env var suggestion to see how that pans out.

Michael


On Jun 27, 2005, at 12:44 PM, Joe Orton wrote:

On Mon, Jun 27, 2005 at 12:45:41PM -0400, Charles Bailey wrote:

On 6/27/05, Janne Johansson <[EMAIL PROTECTED]> wrote:

Neon seems really really unwilling to create shared libraries on MacOS X I've been seeing it on 10.3.6-9 but decided just now to nag about it. =)

...

Neon's configure script has some leftovers in it, for reasons I don't
understand, that requires the environment variable GXX to be set.  If
you say


Yes, it's a left-over from trying to work around the issues in earlier
libtool 1.5.x releases in handling systems without C++ compilers. It's
fixed in the 0.25.0 tarball; the workaround you suggest below is fine.


    GXX="yes" ./configure <your opts here>

it'll happily build a shared libneon.


joe

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to