XiaoKL

2014年1月13日

MacDev.GetArchOfLibrary

摘要: 1. static libraryHow to check target architecture of a static libraryhttp://changhoward.blogspot.com/2012/03/how-to-check-target-architecture-of.htmlFor Mac OS: Use lipo. Ex. lipo -info staticLibrary.aFor Linux OS: Use file Ex. file staticLibrary.c在Mac OS上file也是支持的。2. dynamic library 阅读全文

posted @ 2014-01-13 20:06 XiaoKL 阅读(224) 评论(0) 推荐(0) 编辑

导航