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
Building SIPp on CentOS 6.x: ./build.sh --with-pcap --with-rtpstream
Result:
Build fails with link error: /opt/rh/devtoolset-3/root/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/ld: src/sipp-screen.o: undefined reference to symbol 'stdscr'
Steps to reproduce:
./build.sh --with-pcap --with-rtpstream
Result:
Build fails with link error:
/opt/rh/devtoolset-3/root/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/ld: src/sipp-screen.o: undefined reference to symbol 'stdscr'
Workaround:
Add
-ltinfo
toMakefile
:LIBS = -lpcap -lm -lpthread -lrt -ldl -lncurses -ltinfo
The text was updated successfully, but these errors were encountered: