[ https://issues.apache.org/jira/browse/LUCY-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marvin Humphrey resolved LUCY-161.
----------------------------------
Resolution: Fixed
> Always use CreateHardLink() on Windows.
> ---------------------------------------
>
> Key: LUCY-161
> URL: https://issues.apache.org/jira/browse/LUCY-161
> Project: Lucy
> Issue Type: Bug
> Components: Store
> Affects Versions: 0.1.0 (incubating)
> Reporter: Marvin Humphrey
> Assignee: Marvin Humphrey
> Priority: Minor
> Fix For: 0.1.1 (incubating), 0.2.0 (incubating)
>
>
> FSFolder's Hard_Link() method has been set to prefer link() from
> unistd.h, but this causes problems under Strawberry Perl where GCC
> provides unistd.h without link(). The solution is to always prefer
> CreateHardLink() when windows.h is available.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|