/usr/bin/ld: cannot find -lwayland-egl
/usr/bin/ld: cannot find -lEGL
collect2: error: ld returned 1 exit status
Makefile:605: recipe for target 'libopenwebrtc.la' failed
make[3]: [libopenwebrtc.la] Error 1
make[3]: Leaving directory '/home/pi/openwebrtc/owr'
Makefile:535: recipe for target 'all' failed
make[2]: [all] Error 2
make[2]: Leaving directory '/home/pi/openwebrtc/owr'
Makefile:524: recipe for target 'all-recursive' failed
make[1]: [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/openwebrtc'
Makefile:435: recipe for target 'all' failed
make: [all] Error 2
autoreconf: make failed with exit status: 2
autogen.sh failed
im using raspberry pi 3 and build openwebrtc and I got error over and over again.
even i found library through using this command: find /usr/lib | grep -e libEGL.so -e libwayland-egl.so
/usr/bin/ld: cannot find -lwayland-egl /usr/bin/ld: cannot find -lEGL collect2: error: ld returned 1 exit status Makefile:605: recipe for target 'libopenwebrtc.la' failed make[3]: [libopenwebrtc.la] Error 1 make[3]: Leaving directory '/home/pi/openwebrtc/owr' Makefile:535: recipe for target 'all' failed make[2]: [all] Error 2 make[2]: Leaving directory '/home/pi/openwebrtc/owr' Makefile:524: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/home/pi/openwebrtc' Makefile:435: recipe for target 'all' failed make: [all] Error 2 autoreconf: make failed with exit status: 2 autogen.sh failed
im using raspberry pi 3 and build openwebrtc and I got error over and over again. even i found library through using this command: find /usr/lib | grep -e libEGL.so -e libwayland-egl.so
output: /usr/lib/arm-linux-gnueabihf/libwayland-egl.so.1.0.0 /usr/lib/arm-linux-gnueabihf/libwayland-egl.so.1 /usr/lib/arm-linux-gnueabihf/libEGL.so.1.0.0 /usr/lib/arm-linux-gnueabihf/libEGL.so.1