`
alexgreenbar
  • 浏览: 84885 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论

Lesson: use *.tar.gz but *.zip under Unix

    博客分类:
  • Mics
阅读更多
Today I want to reinstall my subversion client in my Linux box to enable SSL support, so I go to www.tigris.org and download subversion again, but unfortunately I download a zip file, then I fall into a well, the configure script complain can't create makefile correctly for me, after spending 2 hours on debugging, I find the reason is ^M in some important files

After downloading a tar.gz file, all works fine for me now ;)

So even Unix support *.zip and *.tar.gz, but it'd be better to use *.tar.gz but *.zip, otherwise you may meet strange error like me.
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics