Skip to content

Instantly share code, notes, and snippets.

@marjinal1st
Last active August 29, 2015 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marjinal1st/10584957 to your computer and use it in GitHub Desktop.
Save marjinal1st/10584957 to your computer and use it in GitHub Desktop.
Freeswitch portaudio
# BUILD ERRORS
making all mod_portaudio
libtool: link: gcc -o bin/paqa_devs -I./include -I./src/common -I./src/os/unix -g -O2 -DPA_LITTLE_ENDIAN -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_LINUX_SOUNDCARD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 -DPA_USE_ALSA=1 -DPA_USE_JACK=1 -DPA_USE_OSS=1 ./test/paqa_devs.c lib/.libs/libportaudio.a -lasound -ljack -lrt -lm -lpthread -pthread
lib/.libs/libportaudio.a(pa_unix_oss.o): In function `PaOssStream_WaitForFrames':
/home/marjinal1st/C/freeswitch/libs/portaudio/src/hostapi/oss/pa_unix_oss.c:1333: undefined reference to `__fdelt_chk'
/home/marjinal1st/C/freeswitch/libs/portaudio/src/hostapi/oss/pa_unix_oss.c:1338: undefined reference to `__fdelt_chk'
/home/marjinal1st/C/freeswitch/libs/portaudio/src/hostapi/oss/pa_unix_oss.c:1353: undefined reference to `__fdelt_chk'
/home/marjinal1st/C/freeswitch/libs/portaudio/src/hostapi/oss/pa_unix_oss.c:1355: undefined reference to `__fdelt_chk'
/home/marjinal1st/C/freeswitch/libs/portaudio/src/hostapi/oss/pa_unix_oss.c:1374: undefined reference to `__fdelt_chk'
lib/.libs/libportaudio.a(pa_unix_oss.o):/home/marjinal1st/C/freeswitch/libs/portaudio/src/hostapi/oss/pa_unix_oss.c:1376: more undefined references to `__fdelt_chk' follow
collect2: error: ld returned 1 exit status
make[5]: *** [bin/paqa_devs] Hata 1
make[4]: *** [/home/marjinal1st/C/freeswitch/libs/portaudio/lib/libportaudio.la] Hata 2
make[3]: *** [mod_portaudio-all] Hata 1
make[2]: *** [all-recursive] Hata 1
Making all in build
# LOAD ERRORS
2014-04-14 21:18:02.371536 [CRIT] switch_loadable_module.c:1447 Error Loading module /usr/local/freeswitch/mod/mod_portaudio.so
**/usr/local/freeswitch/mod/mod_portaudio.so: undefined symbol: __fdelt_chk**
@marjinal1st
Copy link
Author

System:

Linux crunchy 3.2.0-4-amd64 #1 SMP Debian 3.2.54-2 x86_64 GNU/Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment