You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi vsimon
I've been trying to compile, adding dependancies that are missing from the wiki page on how to compile peer_connection, and I've come to the following error compiling with gcc
/usr/bin/ld: /home/usr/Documents/webrtcbuilds/out/webrtcbuilds-26473-fa89d84-linux-x64/lib/Release/libwebrtc_full.a(psnr.o): undefined reference to symbol 'log10@@GLIBC_2.2.5'
/lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
to which i have no idea how to handle.
Compiling with g++ gives several undefined references to webrtc:: and json:: also.
The text was updated successfully, but these errors were encountered:
Hi vsimon
I've been trying to compile, adding dependancies that are missing from the wiki page on how to compile peer_connection, and I've come to the following error compiling with gcc
/usr/bin/ld: /home/usr/Documents/webrtcbuilds/out/webrtcbuilds-26473-fa89d84-linux-x64/lib/Release/libwebrtc_full.a(psnr.o): undefined reference to symbol 'log10@@GLIBC_2.2.5'
/lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
to which i have no idea how to handle.
Compiling with g++ gives several undefined references to webrtc:: and json:: also.
The text was updated successfully, but these errors were encountered: