Skip to content
New issue

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

error about cmake --build build_ngp --config RelWithDebInfo -j8 #59

Open
kenan9875645 opened this issue Oct 12, 2023 · 0 comments
Open

Comments

@kenan9875645
Copy link

Hi!I encountered some issues while configuring the environment.When I run the following command:
cmake --build build_ngp --config RelWithDebInfo -j8

It will result in the following error:
/usr/bin/ld: libngp.a(testbed.cu.o): undefined reference to symbol 'glEnable'
/usr/bin/ld: /lib/x86_64-linux-gnu/libGL.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/testbed.dir/build.make:119:testbed] 错误 1
make[1]: *** [CMakeFiles/Makefile2:233:CMakeFiles/testbed.dir/all] 错误 2
make: *** [Makefile:91:all] 错误 2

May I ask how to solve it? Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant