Displaying 2 results from an estimated 2 matches for "ccxka3lf".
2007 Apr 03
2
Please help, very important (not for fun)
...nd decode files. Right now, I want to
write my own cpp program that handle Speex-files. I tried to compile and run
the two sample programs that come with the documentation (after having
insalled the speex-devel-1.0.5-1.i386.rpm). However, when I compile.
gcc sampleenc.cc
Here is what I get:
/tmp/ccXKa3LF.o: In function `main':
sampleenc.cc:(.text+0x1a): undefined reference to `speex_nb_mode'
sampleenc.cc:(.text+0x1f): undefined reference to `speex_encoder_init'
sampleenc.cc:(.text+0x43): undefined reference to `speex_encoder_ctl'
sampleenc.cc:(.text+0x6f): undefined reference to `sp...
2007 Apr 04
0
Please help, very important (not for fun)
> Re: [Speex-dev] Please help, very important (not for fun)
I usually only help people who have fun doing what they're doing, but
I'll try and make an exception here...
suhaib obeidat a ?crit :
> gcc sampleenc.cc
>
> Here is what I get:
>
> /tmp/ccXKa3LF.o: In function `main':
> sampleenc.cc:(.text+0x1a): undefined reference to `speex_nb_mode'
> sampleenc.cc:(.text+0x1f): undefined reference to `speex_encoder_init'
> sampleenc.cc:(.text+0x43): undefined reference to `speex_encoder_ctl'
> sampleenc.cc:(.text+0x6f): undefi...