[Freeswitch-dev] tone2wav compile error
François Delawarde
fdelawarde at wirelessmundi.com
Thu Sep 16 05:42:39 PDT 2010
Hello,
This is when trying to compile the latest git:
`if test -z "1" ; then echo /bin/sh /home/francois/svn/cm/packages/trunk/src/freeswitch/freeswitch-trunk/quiet_libtool ;else echo /home/francois/svn/cm/packages/trunk/src/freeswitch/freeswitch-trunk/libtool; fi;` --tag=CC --mode=link x86_64-linux-gnu-gcc -I/home/francois/svn/cm/packages/trunk/src/freeswitch/freeswitch-trunk/src/include -I/home/francois/svn/cm/packages/trunk/src/freeswitch/freeswitch-trunk/src/include -I/home/francois/svn/cm/packages/trunk/src/freeswitch/freeswitch-trunk/libs/libteletone/src -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -ggdb -Wall -std=c99 -pedantic -Wdeclaration-after-statement -ggdb -lm -lz -lm -o tone2wav tone2wav-tone2wav.o libfreeswitch.la -lssl -lcrypto -lncurses
x86_64-linux-gnu-gcc -I/home/francois/svn/cm/packages/trunk/src/freeswitch/freeswitch-trunk/src/include -I/home/francois/svn/cm/packages/trunk/src/freeswitch/freeswitch-trunk/src/include -I/home/francois/svn/cm/packages/trunk/src/freeswitch/freeswitch-trunk/libs/libteletone/src -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -ggdb -Wall -std=c99 -pedantic -Wdeclaration-after-statement -ggdb -o .libs/tone2wav tone2wav-tone2wav.o -lz -lm ./.libs/libfreeswitch.so -lssl -lcrypto -lncurses -Wl,--rpath -Wl,/opt/freeswitch/lib
./.libs/libfreeswitch.so: undefined reference to `clock_getres'
./.libs/libfreeswitch.so: undefined reference to `clock_nanosleep'
./.libs/libfreeswitch.so: undefined reference to `crypt_r'
./.libs/libfreeswitch.so: undefined reference to `clock_gettime'
./.libs/libfreeswitch.so: undefined reference to `uuid_generate'
collect2: ld returned 1 exit status
make[2]: *** [tone2wav] Error 1
François.
More information about the FreeSWITCH-dev
mailing list