<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 16, 2014 at 10:51 AM, Chris Thompson <span dir="ltr"><<a href="mailto:cet1@cam.ac.uk" target="_blank">cet1@cam.ac.uk</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">but rather than hardlinking the first symlink it hardlinks its *target* (or fails if the target doesn't exist [yet]).<br>

</blockquote><div><br></div><div>Yeah, that's what configure is testing for -- that link() doesn't work right with symlinks (it affects the referent instead).  The latest rsync code should handle the case where CAN_HARDLINK_SYMLINK isn't set, so you should be able to leave it undefined and use the latest code.  If there is some link() function somewhere on solaris that works properly with symlinks, then you should experiment with link options and see if you can find it.</div>

<div><br></div><div>..wayne..</div></div></div></div>