Skip to content
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

tar requires libiconv-2.dll && ls requires libiconv2.dll #108

Closed
rjaduthie opened this issue Oct 20, 2013 · 1 comment
Closed

tar requires libiconv-2.dll && ls requires libiconv2.dll #108

rjaduthie opened this issue Oct 20, 2013 · 1 comment

Comments

@rjaduthie
Copy link

There is a problem with the naming of the libiconv2.dll library (gow-0.7.0). It means that tar cannot function. It is fixed by changing the name of the library to include a hyphen (like libiconv-2.dll). However, unless there is also a copy of the file with the original name then other utilities do not work (eg., 'ls').

This is easy to fix on the user end, and probably easy to fix at your end (by adding two copies of the library with different names). I don't know how hard it is to fix properly, so that all utilities use the same library with the same spelling.

@bmatzelle
Copy link
Owner

Fixed as of release 0.8.0: https://github.com/bmatzelle/gow/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants