您的位置: 首页 > 文章 > fix:error: Libtool library used but 'LIBTOOL' is undefined fix:error: Libtool library used but 'LIBTOOL' is undefined 分类: 文章 • 2023-10-15 09:01:23 solve 使用apple 的自己的libtool 就是不行,我 brew install libtool 就行了: 他会 用g 来区分 和 apple 本身 的不冲突: 并且在使用auto 工具的时候,也会自动使用 新brew 下载的libtool,这很好。