admin管理员组文章数量:1432594
On MacOS using Eclipse with g++ and c++17 dialect. When trying to build my project there is an issue with the library. The library isnt found, which in turn doesn't let me include basic headers such as "<iostream>".
This Problem doesn't occur using XCode, but we are forced to use Eclipse so it isn't an option to switch IDEs.
**** Incremental Build of configuration
Debug for project Aufgabenblock_2
**** make all
Building target: Aufgabenblock_2 Invoking: MacOS X C++ Linker g++ -o "Aufgabenblock_2" ./Fahrzeug.o
-l/Users/MyName/boost/libs ld: library '/Users/MyName/boost/libs' not found
clang++: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [Aufgabenblock_2] Error 1 "make all" terminated with exit code 2. Build might be incomplete.
本文标签: linkerEclipse Setup issue with include libraryStack Overflow
版权声明:本文标题:linker - Eclipse Setup issue with include library - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745605656a2665822.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论