摘要:
svn commit -m `cat /tmp/sometext`报错commit failed: 'xxx' is not under version control原来是shell命令外面忘记加引号了。。。svn commit -m "`cat /tmp/sometext`"顺利提交 阅读全文
posted @ 2012-07-24 09:30
Leo Forest
阅读(719)评论(0)推荐(0)
摘要:
转自:http://blog.chinaunix.net/space.php?uid=11585335&do=blog&id=2867003libtool常见于autoconf/automake,单独用的例子很少,所以我想仔细研究一下,为将来兄弟们看起来方便。一。libtool的作用offer a standard procedure for creating shared libraries on different platformslibtool 是一个通用库支持脚本,将使用动态库的复杂性隐藏在统一、可移植的接口中,也就是说,你可以通过如下所示的标准方法,在不同平台上创建 阅读全文
posted @ 2012-07-18 11:28
Leo Forest
阅读(2041)评论(0)推荐(0)