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

Re: Building JavaHL fails with Red Hat "alternatives"

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-01-10 21:53:56 CET

On Tue, Jan 10, 2006 at 03:01:35AM +0000, Kenneth Porter wrote:
> This fails on Fedora because the top-level include directory is a
> symbolic link, and the find command used doesn't follow the symlink to
> find its subdirectories. To fix this, invocations of find in java.m4
> should include the -follow switch.
>

'find -follow' isn't defined by POSIX, though it looks like it might
be implemented widely enough that this doesn't matter (POSIX provides
'find -L' as the supported way to achieve this, but GNU find doesn't
support that).

Certainly -follow seems to work fine on Darwin and GNU find - does anyone
know whether it's supported widely enough to use?

(I've not tested the patch, but the idea seems sane enough).

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 10 21:57:17 2006

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.