Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编译一个需要提升的库。我能够让它在 ubuntu 上运行,但我不明白为什么 ./configure 在 Mac OS X 上找不到 boost_thread。Boost .hpp 位于 /usr/local/include/boost 和 .dylib 和 .a位于 /usr/local/lib
这是配置的日志文件:http: //pastebin.com/KKqareyT
你有什么主意吗 ?