search for: lasound

Displaying 15 results from an estimated 15 matches for "lasound".

Did you mean: asound
2004 Nov 18
2
Questions about vorbis linking
Hello: I think that I got a linking problem but I don't know how to fix it. This is the error code form make: cc grabando_pcm.o encodear_vorbis.o -o mi_servidor -lasound -lvorbis -logg encodear_vorbis.o(.text+0x42): En la funci?n `inicializar_vorbis': : undefined reference to `vorbis_encode_init_vbr' collect2: ld devolvi? el estado de salida 1 make: *** [mi_servidor] Error 1 Offcourse, I had the file /usr/include/vorbis/vorbisenc.h and the vorbis_encode_i...
2005 Apr 18
2
Ices2 compile problem on Fedora 3?
...-pthread -g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o im_alsa.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lasound -lvorbisenc -L/usr/local/lib -lshout -lvorbis -L/usr/lib -lxml2 -lz -lpthread -lm libtool: link: cannot find the library `/usr/lib/libogg.la' make[3]: *** [ices] Error 1 This, in fact, doesn't exist, even though I've got libvorbis-devel and libogg-devel installed. Is the makefile lo...
2010 Jan 08
1
Introduction + Patch
...e promotion for the codec. I was positively surprised by the availability of something 'almost done' and totally usable in the form of celtclient.c, attached is a tiny patch to update it with the the present API. As future reference and Google indexation to compile it: gcc -lspeexdsp -lasound -lcelt -I../libcelt -o celtclient celtclient.c alsa_device.c What is on my list: - application[1] that can do Push-to-Talk, NAT pass through, some history, just something simple, but directly usable. - maybe if I can get my favorite OEM supportive, to get a low latency, portable Barix clone[2...
2007 Mar 16
1
0.4.2 compile error on FC5
I get the following error compiling swfdec on FC5 x86_64 - i have cairo-1.0.4 2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 /home/eric/Desktop/swfdec-0.4.2/libswfdec/.libs/libswfdec-0.4.so -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -loil-0.3 -lgobject-2.0 -lglib-2.0 -lz -lasound -lm -ldl -lpthread ../libswfdec/.libs/libswfdec-0.4.so: undefined reference to `cairo_image_surface_get_data' collect2: ld returned 1 exit status Please advise. thanks, eric kolve
2007 Mar 19
3
64 bit compilation SUSE 10.2
...ipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o audio.o audio.c ../../../tools/winegcc/winegcc -B../../../tools/winebuild -shared ./wineesd.drv.spec esound.o audio.o -o wineesd.drv.so -lwinmm -luser32 -lkernel32 -L/usr/lib64 -lesd -laudiofile -lm -lasound -ldxguid -luuid ../../../libs/port/libwine_port.a /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libesd.so when searching for -lesd /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/...
2001 Oct 23
4
Problems compiling under OS X
...; *** your path, or set the ESD_CONFIG environment variable to the > *** full path to esd-config. > checking how to run the C preprocessor... cc -E -traditional-cpp > checking for sys/soundcard.h... no > checking for machine/soundcard.h... no > checking for snd_pcm_channel_params in -lasound... no > checking for sys/asoundlib.h... no > checking for sys/audioio.h... no > checking for artsc-config... no > updating cache ./config.cache > creating ./config.status > creating Makefile > creating src/Makefile > creating doc/Makefile > creating include/Makefile >...
2005 Apr 18
0
Ices2 compile problem on Fedora 3?
...-pthread -g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o im_alsa.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lasound -lvorbisenc -L/usr/local/lib -lshout -lvorbis -L/usr/lib -lxml2 -lz -lpthread -lm > libtool: link: cannot find the library `/usr/lib/libogg.la' > make[3]: *** [ices] Error 1 > > This, in fact, doesn't exist, even though I've got libvorbis-devel and > libogg-devel insta...
2006 Mar 13
0
alsa 1.0.11rc3 on AMD 64
...rked on their linux system. Any ideas on why the utils compile is failing. drivers and libs worked fine. THanks, Jerry ------------------ Making all in alsactl make[1]: Entering directory `/usr/src/alsa-utils-1.0.11rc2/alsactl' gcc -g -O2 -o alsactl alsactl.o state.o power.o names.o -lasound -lm -ldl -lpthread state.o(.text+0x53b): In function `get_control': /usr/src/alsa-utils-1.0.11rc2/alsactl/state.c:185: undefined reference to `snd_ctl_elem_info_is_user' state.o(.text+0x1b3c): In function `add_user_control': /usr/src/alsa-utils-1.0.11rc2/alsactl/state.c:724: undefined...
2013 Jun 03
0
libao on Debian
...ike skips, sudden changes from left to right speakers, an other incongruities. Question: Does anyone know why this one sampling rate does not work? I've included a copy of the code that I've used to test the sound output. I compiled it with: gcc -W -Wall -g -o sound sound.c -lao -lasound -lm Thanks very much for any help on this. Arun Chandra #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <ao/ao.h> int main(void) { int sr = 44100 ; // samples per second int nchan = 1 ; // number...
2010 Nov 05
1
Asterisk 1.8 Installation Problem
...collect2: ld returned 1 exit status | builtin and then its argument prototype would still apply. */ collect2: ld returned 1 exit status | builtin and then its argument prototype would still apply. */ collect2: ld returned 1 exit status configure:16677: gcc -o conftest -g -O2 conftest.c -lasound -lm -ldl -lm >&5 /usr/bin/ld: cannot find -lgsm collect2: ld returned 1 exit status | builtin and then its argument prototype would still apply. */ /usr/bin/ld: cannot find -liconv collect2: ld returned 1 exit status | builtin and then its argument prototype would still apply. */ /...
2011 Jan 05
1
Compiling thunderbird
...cms.a ../../../gfx/ots/src/libmozots.a -L/lib64 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lz -L/usr/lib64 -lX11 -L/lib64 -lgtk-x11-2.0 -latk-1.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lasound -ldl -lm /usr/bin/ld: gfxUserFontSet.o: relocation R_X86_64_PC32 against `ots::Process(ots::OTSStream*, unsigned char const*, unsigned long, bool)' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value collect2: ld returned 1 exit status...
2001 Mar 16
3
Patches for NetBSD
...ch-aa,v 1.1.1.1 2001/03/15 20:35:58 wiz Exp $ --- configure.orig Sun Feb 25 20:58:48 2001 +++ configure Wed Mar 14 22:03:19 2001 @@ -2086,6 +2086,8 @@ HAVE_OSS_TRUE='#' HAVE_OSS_FALSE= fi +HAVE_OSS_TRUE= +HAVE_OSS_FALSE='#' echo $ac_n "checking for snd_pcm_open in -lasound""... $ac_c" 1>&6 $NetBSD: patch-ab,v 1.1.1.1 2001/03/15 20:35:58 wiz Exp $ --- ../libao-0.6.0.orig/src/plugins/oss/ao_oss.c Fri Feb 23 17:31:48 2001 +++ src/plugins/oss/ao_oss.c Wed Mar 14 22:12:22 2001 @@ -113,7 +113,7 @@ } } else {...
2009 Jul 20
0
No subject
...;&nbsp; builtin and then its argument prototype = would still=20 apply.&nbsp; */</EM></DIV> <DIV><EM>collect2: ld returned 1 exit status</EM></DIV> <DIV><EM>configure:16677: gcc -o conftest -g -O2&nbsp;&nbsp;&nbsp; = conftest.c=20 -lasound&nbsp; -lm -ldl -lm&nbsp; &gt;&amp;5</EM></DIV> <DIV><EM>/usr/bin/ld: cannot find -lgsm</EM></DIV> <DIV><EM>collect2: ld returned 1 exit status</EM></DIV> <DIV><EM>|&nbsp;&nbsp;&nbsp; builtin and then...
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575: CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect make[1]: Entering directory `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' gcc -m64 -march=native -mtune=native -floop-interchange -floop-strip-mine -floop-block -c -o
2006 May 18
2
Problems compiling Wine
...ead_get_stackaddr_np... no checking for pthread_get_stacksize_np... no checking for artsc-config... /usr/bin/artsc-config checking for arts_init in -lartsc... yes checking for esd-config... /usr/bin/esd-config checking for esd_open_sound in -lesd... yes checking for snd_pcm_hw_params_get_access in -lasound... yes checking for capi20_register in -lcapi20... yes checking for gcc strength-reduce bug... no checking for gcc -fshort-wchar support... yes checking for gcc -fno-strict-aliasing support... yes checking for gcc -gstabs+ support... yes checking for gcc -Wdeclaration-after-statement support... no...