linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] linphone-3.3.1 released


From: Bent Bagger
Subject: Re: [Linphone-users] linphone-3.3.1 released
Date: Fri, 04 Jun 2010 19:29:59 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100317 SUSE/3.0.4-1.1.1 Thunderbird/3.0.4

Hi Simon

Thanks for the advice.

That brought me through the configure phase. Now I'm stuck with a
compile, or rather a loader/linker problem: When make tries to build the
mediastreamer library I get this error:

cannot find -lavcodec

The lines leading up to this error are:

=============
...
make[3]: Entering directory
`/usr/local/src/VoIP/linphone-3.3.1/mediastreamer2/src'                         
               

  CC    
mscommon.lo                                                                     
                                  

  CC    
msfilter.lo                                                                     
                                  

  CC    
msqueue.lo                                                                      
                                  

  CC    
msticker.lo                                                                     
                                  

  CC    
eventqueue.lo                                                                   
                                  

  CC    
alaw.lo                                                                         
                                  

  CC    
ulaw.lo                                                                         
                                  

  CC    
mssndcard.lo                                                                    
                                  

  CC    
msrtp.lo                                                                        
                                  

  CC    
dtmfgen.lo                                                                      
                                  

  CC    
ice.lo                                                                          
                                  

  CC    
tee.lo                                                                          
                                  

  CC    
msconf.lo                                                                       
                                  

  CC    
msjoin.lo                                                                       
                                  

  CC    
msvolume.lo                                                                     
                                  

  CC    
mswebcam.lo                                                                     
                                  

  CC    
mtu.lo                                                                          
                                  

  CC    
void.lo                                                                         
                                  

  CC    
dsptools.lo                                                                     
                                  

  CC    
kiss_fft.lo                                                                     
                                  

  CC    
kiss_fftr.lo                                                                    
                                  

  CC    
equalizer.lo                                                                    
                                  

  CC    
chanadapt.lo                                                                    
                                  

  CC    
audiomixer.lo                                                                   
                                  

  CC    
itc.lo                                                                          
                                  

  CC    
audiostream.lo                                                                  
                                  

  CC    
msspeex.lo                                                                      
                                  

  CC    
speexec.lo                                                                      
                                  

  CC    
msfileplayer.lo                                                                 
                                  

  CC    
msfilerec.lo                                                                    
                                  

  CC    
msresample.lo                                                                   
                                  

  CC     alsa.lo
  CC     oss.lo
  CC     msv4l.lo
  CC     msv4l2.lo
  CC     theora.lo
  CC     videoenc.lo
  CC     videodec.lo
  CC     pixconv.lo
  CC     sizeconv.lo
  CC     nowebcam.lo
  CC     videoout.lo
  CC     msvideo.lo
  CC     rfc3984.lo
  CC     mire.lo
  CC     videostream.lo
  CXXLD  libmediastreamer.la
/usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld:
cannot find -lavcodec
collect2: ld returned 1 exit status
make[3]: *** [libmediastreamer.la] Error 1
...
=============

As I read the gcc man page, the -l option searches for a library called
avcodec, but the installed library is called libavcodec.

How do I circumvent this problem?

Kind regards,

Bent





reply via email to

[Prev in Thread] Current Thread [Next in Thread]