Created
November 11, 2015 04:20
-
-
Save epipenau/06367502877dc59b8d71 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 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_sys_free lbnmem.o | |
| zrtp_sys_alloc lbnmem.o | |
| zrtp_memset lbnmem.o | |
| 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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment