Hi, I 've upgraded my Debian Etch 64 bits to Leeny, and also updated the source 
of RtpProxy.

Now, "make" gives this error (before the updates I could install it perfectly):


[...]
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_BSD_SOURCE -std=gnu99 -Wall 
-Wno-uninitialized -g -O2 -MT rtpp_log.o -MD -MP -MF ".deps/rtpp_log.Tpo" -c -o 
rtpp_log.o rtpp_log.c; \
        then mv -f ".deps/rtpp_log.Tpo" ".deps/rtpp_log.Po"; else rm -f 
".deps/rtpp_log.Tpo"; exit 1; fi
gcc -std=gnu99 -Wall -Wno-uninitialized -g -O2   -o rtpproxy  main.o 
rtp_server.o rtpp_record.o rtpp_util.o rtp.o rtp_resizer.o rtpp_session.o 
rtpp_command.o rtpp_log.o -lm
main.o: In function `setbindhost':
/usr/src/rtpproxy-trunk/main.c:91: undefined reference to `resolve'
main.o: In function `rxmit_packets':
/usr/src/rtpproxy-trunk/main.c:591: undefined reference to `addr2char'
/usr/src/rtpproxy-trunk/main.c:604: undefined reference to `ishostseq'
/usr/src/rtpproxy-trunk/main.c:551: undefined reference to `ishostseq'
rtpp_record.o: In function `prepare_pkt_hdr_pcap':
/usr/src/rtpproxy-trunk/rtpp_record.c:286: undefined reference to 
`rtpp_in_cksum'
rtpp_record.o: In function `ropen':
/usr/src/rtpproxy-trunk/rtpp_record.c:110: undefined reference to `resolve'
rtpp_command.o: In function `reply_port':
/usr/src/rtpproxy-trunk/rtpp_command.c:202: undefined reference to `ishostnull'
/usr/src/rtpproxy-trunk/rtpp_command.c:205: undefined reference to `addr2char'
rtpp_command.o: In function `handle_command':
/usr/src/rtpproxy-trunk/rtpp_command.c:438: undefined reference to `addr2char_r'
/usr/src/rtpproxy-trunk/rtpp_command.c:442: undefined reference to `addr2char'
/usr/src/rtpproxy-trunk/rtpp_command.c:445: undefined reference to `addr2char_r'
/usr/src/rtpproxy-trunk/rtpp_command.c:449: undefined reference to `addr2char'
/usr/src/rtpproxy-trunk/rtpp_command.c:643: undefined reference to `resolve'
/usr/src/rtpproxy-trunk/rtpp_command.c:792: undefined reference to `ishostseq'
/usr/src/rtpproxy-trunk/rtpp_command.c:645: undefined reference to `ishostnull'
collect2: ld returned 1 exit status
make[1]: *** [rtpproxy] Error 1
make[1]: se sale del directorio `/usr/src/rtpproxy-trunk'
make: *** [all] Error 2



Do I need to install some library?
Thanks.


-- 
Iñaki Baz Castillo <[email protected]>

_______________________________________________
Devel mailing list
[email protected]
http://lists.rtpproxy.org/mailman/listinfo/devel

Reply via email to