最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

linker - Eclipse Setup issue with include library - Stack Overflow

matteradmin7PV0评论

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.
Post a comment

comment list (0)

  1. No comments so far