-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symlinks not working on Windows #48
Comments
Where does it say that it should work? |
Here :
Plus, on Linux and macOS, any Perl script called through a symlink has $0 = symlink name. I've now made some additional tests on Windows, and a process invoked through a symlink gets the executable name, so I suppose that perl doesn't even get the symlink, is it correct? |
Ref AlDanial/cloc#849, PAR-Packer's issue with symlinks on Windows causes problems for Perl executables installed via winget. |
For any portable executable, |
Hello,
I'm not able to use symbolic link(s) to call the packed script(s), on Windows 10 and Server 2016.
Please see this link for example code and details : https://perlmonks.org/?node_id=11134716
If it's not supported, I'd suggest to document it (maybe also the fact that macOS aliases and Windows shortcuts won't work, it's not necessarily obvious for everyone).
Thanks
The text was updated successfully, but these errors were encountered: