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

Re: Building Subversion on the Mac

From: Paul Hammant <paul_at_hammant.org>
Date: Sat, 28 Oct 2017 09:08:55 -0400

Yup, glibtool is needed on the Mac (brew install libtool .... makes
/usr/local/bin/glibtool). That and a corresponding shim source:

#!/bin/sh

/usr/local/bin/glibtool "$@"
Received on 2017-10-28 15:09:01 CEST

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.