We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I was building the program, I got an error like :
examples/CMakeFiles/example.dir/build.make:97: recipe for target 'examples/example' failed make[2]: *** [examples/example] Error 1 CMakeFiles/Makefile2:729: recipe for target 'examples/CMakeFiles/example.dir/all' failed make[1]: *** [examples/CMakeFiles/example.dir/all] Error 2 [ 97%] Built target gop Makefile:116: recipe for target 'all' failed make: * [all] Error 2
How to resolve my problem? Thank you very much!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I was building the program, I got an error like :
**collect2: error: ld returned 1 exit status
examples/CMakeFiles/example.dir/build.make:97: recipe for target 'examples/example' failed
make[2]: *** [examples/example] Error 1
CMakeFiles/Makefile2:729: recipe for target 'examples/CMakeFiles/example.dir/all' failed
make[1]: *** [examples/CMakeFiles/example.dir/all] Error 2
[ 97%] Built target gop
Makefile:116: recipe for target 'all' failed
make: * [all] Error 2
How to resolve my problem?
Thank you very much!
The text was updated successfully, but these errors were encountered: