linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Error linking libortp


From: Frederik Ferner
Subject: Re: [Linphone-developers] Error linking libortp
Date: Tue, 18 Apr 2006 20:06:40 +0200
User-agent: mutt-ng/devel-r790 (Linux)

[resent due to wrong sender address in first try]
Hi,

On Tue, Apr 18, 2006 at 04:25:10PM +0200, Hervé Ledv wrote:
> I am getting the following error when linking libortp in Linphone-1.3.5:
> 
> /bin/sh ../../libtool --mode=link arm-linux-gcc -D_ORTP_SOURCE   -O2 
> -fno-exceptions -Wall -Werror   -DORTP_INET6   -o 
> rtpsend  rtpsend.o ../../src/libortp.la
> arm-linux-gcc -D_ORTP_SOURCE -O2 -fno-exceptions -Wall -Werror -DORTP_INET6 
> -o .libs/rtpsend rtpsend.o  
> ../../src/.libs/libortp.so -Wl,--rpath 
> -Wl,/opt/local/devkitpro/devkitGP2X/sysroot/usr/lib
> ../../src/.libs/libortp.so: undefined reference to `pthread_create'
> ../../src/.libs/libortp.so: undefined reference to `pthread_join'

Untested and without looking at any code, but from this error I'd guess
you need to at -lphtread to you invokation of gcc (no idea about
libtool).

HTH,

Frederik




reply via email to

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