Windows 10의 git bash에서 컴파일러의 tarball을 추출하고 싶습니다.
$ tar xzf polyml-5.8.2.tar.gz
tar: polyml-5.8.2/compile: Cannot create symlink to ‘/usr/share/automake-1.16/compile’: No such file or directory
tar: Exiting with failure status due to previous errors
오류 메시지를 검색하면서 몇 가지 제안 사항을 찾았습니다.
하지만 그것은 말한다
-h (또는 --dereference) 역참조는 생성 시에만 작동합니다.
tar 파일에서 추출할 때 링크를 역참조하는 방법은 무엇입니까?
Mountavs가 권장되었지만 Windows의 git bash는 매우 작은 시스템이므로 아무것도 설치하지 않고도 작동하도록 만들고 싶습니다.
그렇다면 tar가 /usr/share에 대한 심볼릭 링크를 추출하는 것을 막을 수 있는 방법이 있습니까?