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
创建build时执行make -j报错: usr/bin/ld: cannot find -lps /usr/bin/ld: cannot find -lprotobuf /usr/bin/ld: cannot find -lzmq collect2: error: ld returned 1 exit status src/model/CMakeFiles/xflow_lr.dir/build.make:129: recipe for target 'test/src/xflow_lr' failed make[2]: *** [test/src/xflow_lr] Error 1 CMakeFiles/Makefile2:145: recipe for target 'src/model/CMakeFiles/xflow_lr.dir/all' failed make[1]: *** [src/model/CMakeFiles/xflow_lr.dir/all] Error 2 Makefile:83: recipe for target 'all' failed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
创建build时执行make -j报错:
usr/bin/ld: cannot find -lps
/usr/bin/ld: cannot find -lprotobuf
/usr/bin/ld: cannot find -lzmq
collect2: error: ld returned 1 exit status
src/model/CMakeFiles/xflow_lr.dir/build.make:129: recipe for target 'test/src/xflow_lr' failed
make[2]: *** [test/src/xflow_lr] Error 1
CMakeFiles/Makefile2:145: recipe for target 'src/model/CMakeFiles/xflow_lr.dir/all' failed
make[1]: *** [src/model/CMakeFiles/xflow_lr.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
The text was updated successfully, but these errors were encountered: