Created
November 11, 2015 04:22
-
-
Save epipenau/962da4558e5376494cef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Making all in third_party/bnlib | |
| make[1]: Entering directory '/root/freeswitch/libs/libzrtp/third_party/bnlib' | |
| gcc -shared -Wl,-z,defs,-soname,libbn.so.1 -o libbn.so.1.0 ../../libzrtp.so.1.0 bn00.o lbn00.o bn.o lbnmem.o sieve.o prime.o bnprint.o jacobi.o germain.o | |
| Undefined first referenced | |
| symbol in file | |
| zrtp_mutex_unlock ../../libzrtp.so.1.0 | |
| zrtp_add_system_state ../../libzrtp.so.1.0 | |
| zrtp_mutex_destroy ../../libzrtp.so.1.0 | |
| zrtp_mutex_init ../../libzrtp.so.1.0 | |
| zrtp_mutex_lock ../../libzrtp.so.1.0 | |
| zrtp_sem_post ../../libzrtp.so.1.0 | |
| zrtp_sem_wait ../../libzrtp.so.1.0 | |
| zrtp_sem_init ../../libzrtp.so.1.0 | |
| zrtp_sem_destroy ../../libzrtp.so.1.0 | |
| zrtp_sem_trtwait ../../libzrtp.so.1.0 | |
| zrtp_time_now ../../libzrtp.so.1.0 | |
| ld: fatal: symbol referencing errors. No output written to libbn.so.1.0 | |
| collect2: error: ld returned 1 exit status | |
| Makefile:63: recipe for target 'libbn.so' failed | |
| make[1]: *** [libbn.so] Error 1 | |
| make[1]: Leaving directory '/root/freeswitch/libs/libzrtp/third_party/bnlib' | |
| Makefile:1168: recipe for target 'all-recursive' failed | |
| make: *** [all-recursive] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment