Hi there,
I can't build twinkle 1.4.2, see below. I already tried running ldconfig but
nothing changed. This is on ubuntu 9.10.
g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -D_GNU_SOURCE -I/usr/include/libxml2
-DDATADIR=\"/usr/share/twinkle\" -DQT_THREAD_SUPPORT -D_REENTRANT -g -O2 -g
-Wall -O2 -D_GNU_SOURCE -c -o main.o main.cpp
g++ -g -O2 -g -Wall -O2 -D_GNU_SOURCE -L /usr/lib -Wl,-Bsymbolic-functions -o
twinkle main.o libtwinkle.a ../src/parser/libsipparser.a
../src/sdp/libsdpparser.a ../src/sockets/libsocket.a ../src/threads/libthread.a
../src/audio/libaudio.a ../src/audits/libaudits.a ../src/stun/libstun.a
../src/mwi/libmwi.a ../src/im/libim.a ../src/presence/libpresence.a
../src/patterns/libpatterns.a ../src/utils/libutils.a -lgsm -pthread -lccrtp1
-lccgnu2 -ldl -lrt -lxml2 -lncurses -lreadline -lsndfile -lmagic
-lboost_regex-mt -lspeex -lspeexdsp -lasound -lgsm -lmagic -lsndfile -lresolv
-L/usr/lib -lccext2 -lccgnu2 -lz -ldl -lrt -pthread -lreadline
../src/audio/libaudio.a(twinkle_rtp_session.o):(.rodata._ZTC21t_twinkle_rtp_sess\
ion136_N3ost16QueueRTCPManagerE[vtable for t_twinkle_rtp_session]+0x88):
undefined reference to `non-virtual thunk to
ost::QueueRTCPManager::~QueueRTCPManager()'
../src/audio/libaudio.a(twinkle_rtp_session.o):(.rodata._ZTC21t_twinkle_rtp_sess\
ion136_N3ost16QueueRTCPManagerE[vtable for t_twinkle_rtp_session]+0x8c):
undefined reference to `non-virtual thunk to
ost::QueueRTCPManager::~QueueRTCPManager()'
../src/audio/libaudio.a(twinkle_rtp_session.o):(.rodata._ZTCN3ost8AVPQueueE0_NS_\
16QueueRTCPManagerE[vtable for ost::AVPQueue]+0x88): undefined reference to
`non-virtual thunk to ost::QueueRTCPManager::~QueueRTCPManager()'
../src/audio/libaudio.a(twinkle_rtp_session.o):(.rodata._ZTCN3ost8AVPQueueE0_NS_\
16QueueRTCPManagerE[vtable for ost::AVPQueue]+0x8c): undefined reference to
`non-virtual thunk to ost::QueueRTCPManager::~QueueRTCPManager()'
../src/audio/libaudio.a(twinkle_rtp_session.o):(.rodata._ZTCN3ost15TRTPSessionBa\
seINS_20RTPBaseUDPIPv4SocketES1_NS_8AVPQueueEEE0_NS_16QueueRTCPManagerE[vtable
for ost::TRTPSessionBase<ost::RTPBaseUDPIPv4Socket, ost::RTPBaseUDPIPv4Socket,
ost::AVPQueue>]+0x88): undefined reference to `non-virtual thunk to
ost::QueueRTCPManager::~QueueRTCPManager()'
../src/audio/libaudio.a(twinkle_rtp_session.o):(.rodata._ZTCN3ost15TRTPSessionBa\
seINS_20RTPBaseUDPIPv4SocketES1_NS_8AVPQueueEEE0_NS_16QueueRTCPManagerE[vtable
for ost::TRTPSessionBase<ost::RTPBaseUDPIPv4Socket, ost::RTPBaseUDPIPv4Socket,
ost::AVPQueue>]+0x8c): undefined reference to `non-virtual thunk to
ost::QueueRTCPManager::~QueueRTCPManager()'
../src/audio/libaudio.a(twinkle_rtp_session.o):(.rodata._ZTCN3ost22SingleThreadR\
TPSessionINS_20RTPBaseUDPIPv4SocketES1_NS_8AVPQueueEEE136_NS_16QueueRTCPManagerE\
[vtable for ost::SingleThreadRTPSession<ost::RTPBaseUDPIPv4Socket,
ost::RTPBaseUDPIPv4Socket, ost::AVPQueue>]+0x88): undefined reference to
`non-virtual thunk to ost::QueueRTCPManager::~QueueRTCPManager()'
../src/audio/libaudio.a(twinkle_rtp_session.o):(.rodata._ZTCN3ost22SingleThreadR\
TPSessionINS_20RTPBaseUDPIPv4SocketES1_NS_8AVPQueueEEE136_NS_16QueueRTCPManagerE\
[vtable for ost::SingleThreadRTPSession<ost::RTPBaseUDPIPv4Socket,
ost::RTPBaseUDPIPv4Socket, ost::AVPQueue>]+0x8c): undefined reference to
`non-virtual thunk to ost::QueueRTCPManager::~QueueRTCPManager()'
collect2: ld returned 1 exit status
make[4]: *** [twinkle] Error 1
make[4]: Leaving directory `/tmp/buildd/twinkle-1.4.2/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/twinkle-1.4.2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/buildd/twinkle-1.4.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/buildd/twinkle-1.4.2'