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
[ 93%] Building C object CMakeFiles/Phantom_Injector.dir/src/injector/util.c.o [100%] Linking CXX executable Phantom_Injector /usr/bin/ld: CMakeFiles/Phantom_Injector.dir/src/imgui/imgui_impl_opengl3.cpp.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' /usr/bin/ld: /lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/Phantom_Injector.dir/build.make:307: Phantom_Injector] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/Phantom_Injector.dir/all] Error 2 make: *** [Makefile:91: all] Error 2
can somebody please help? thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[ 93%] Building C object CMakeFiles/Phantom_Injector.dir/src/injector/util.c.o
[100%] Linking CXX executable Phantom_Injector
/usr/bin/ld: CMakeFiles/Phantom_Injector.dir/src/imgui/imgui_impl_opengl3.cpp.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/usr/bin/ld: /lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/Phantom_Injector.dir/build.make:307: Phantom_Injector] Error 1
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/Phantom_Injector.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
can somebody please help? thanks
The text was updated successfully, but these errors were encountered: