compilation issue

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

 



Hi,
   
  I am trying to compile sample simple pjsipua on cygwin platform. pjsip library is compiling but applications are not compiling.
  (http://www.pjsip.org/pjsip/docs/html/page_pjsip_sample_simple_pjsuaua_c.htm)
   
  I am getting following compilation error. I think problem is occurring when I invoke any PJSIP library API from the a sample application.
     
  ----------------------------------------------
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(gsm.o):gsm.c:(.text+0x670): undefined reference to `_gsm_create'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(gsm.o):gsm.c:(.text+0x68b): undefined reference to `_gsm_create'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(gsm.o):gsm.c:(.text+0x72c): undefined reference to `_gsm_destroy'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(gsm.o):gsm.c:(.text+0x74c): undefined reference to `_gsm_destroy'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(gsm.o):gsm.c:(.text+0xa9a): undefined reference to `_gsm_encode'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(gsm.o):gsm.c:(.text+0xb97): undefined reference to `_gsm_decode'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x11): undefined reference to `_speex_encoder_init'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x4c): undefined reference to `_speex_encoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x69): undefined reference to `_speex_encoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x8a): undefined reference to `_speex_encoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xb0): undefined reference to `_speex_encoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xcd): undefined reference to `_speex_encoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xea): more undefined references to `_speex_encoder_ctl' follow
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x114): undefined reference to `_speex_encoder_destroy'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x20b): undefined reference to `_speex_nb_mode'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x249): undefined reference to `_speex_wb_mode'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x288): undefined reference to `_speex_uwb_mode'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xafd): undefined reference to `_speex_encoder_init'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xb23): undefined reference to `_speex_bits_init'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xb65): undefined reference to `_speex_encoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xb99): undefined reference to `_speex_encoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xbcb): undefined reference to `_speex_encoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xbe8): undefined reference to `_speex_encoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xc2a): undefined reference to `_speex_encoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xc48): undefined reference to `_speex_decoder_init'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xc76): undefined reference to `_speex_bits_init'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xca2): undefined reference to `_speex_decoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xcd2): undefined reference to `_speex_decoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xd08): undefined reference to `_speex_encoder_destroy'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xd20): undefined reference to `_speex_bits_destroy'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xd37): undefined reference to `_speex_decoder_destroy'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xd4f): undefined reference to `_speex_bits_destroy'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xdd1): undefined reference to `_speex_encoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xdee): undefined reference to `_speex_encoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0xe1e): undefined reference to `_speex_decoder_ctl'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x1033): undefined reference to `_speex_bits_reset'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x1055): undefined reference to `_speex_encode_int'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x10a4): undefined reference to `_speex_bits_nbytes'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x10ed): undefined reference to `_speex_bits_write'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x119b): undefined reference to `_speex_bits_read_from'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x11bd): undefined reference to `_speex_decode_int'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x11d7): undefined reference to `_speex_bits_nbytes'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(speex_codec.o):speex_codec.c:(.text+0x12aa): undefined reference to `_speex_decode_int'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(ilbc.o):ilbc.c:(.text+0x7a1): undefined reference to `_initEncode'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(ilbc.o):ilbc.c:(.text+0x7f7): undefined reference to `_initDecode'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(ilbc.o):ilbc.c:(.text+0xcba): undefined reference to `_iLBC_encode'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(ilbc.o):ilbc.c:(.text+0xdf2): undefined reference to `_iLBC_decode'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-codec-i386-win32-gcc.a(ilbc.o):ilbc.c:(.text+0xf26): undefined reference to `_iLBC_decode'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x305): undefined reference to `_PaUtil_SetDebugPrintFunction'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x312): undefined reference to `_Pa_Initialize'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x347): undefined reference to `_Pa_GetHostApiCount'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x3be): undefined reference to `_Pa_GetDeviceCount'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x3d1): undefined reference to `_Pa_GetDeviceInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x494): undefined reference to `_Pa_GetHostApiCount'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x4b1): undefined reference to `_Pa_GetHostApiInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x4d3): undefined reference to `_Pa_GetDeviceInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x4f8): undefined reference to `_Pa_GetDeviceCount'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x515): undefined reference to `_Pa_GetDeviceInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x549): undefined reference to `_Pa_GetHostApiCount'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x566): undefined reference to `_Pa_GetHostApiInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x588): undefined reference to `_Pa_GetDeviceInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x5ad): undefined reference to `_Pa_GetDeviceCount'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x5ca): undefined reference to `_Pa_GetDeviceInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x63b): undefined reference to `_Pa_GetDeviceInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x7a1): undefined reference to `_Pa_GetHostApiInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x812): undefined reference to `_Pa_OpenStream'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x844): undefined reference to `_Pa_GetStreamInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x960): undefined reference to `_Pa_GetDeviceInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0xaee): undefined reference to `_Pa_GetHostApiInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0xb5f): undefined reference to `_Pa_OpenStream'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0xb91): undefined reference to `_Pa_GetStreamInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0xcaa): undefined reference to `_Pa_GetDeviceInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0xcf6): undefined reference to `_Pa_GetDeviceInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0xe6d): undefined reference to `_Pa_GetHostApiInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0xeb3): undefined reference to `_Pa_GetHostApiInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0xf34): undefined reference to `_Pa_OpenStream'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0xfb8): undefined reference to `_Pa_OpenStream'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x1017): undefined reference to `_Pa_OpenStream'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x1034): undefined reference to `_Pa_CloseStream'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x106c): undefined reference to `_Pa_GetStreamInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x10eb): undefined reference to `_Pa_GetStreamInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x1275): undefined reference to `_Pa_GetStreamInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x128f): undefined reference to `_Pa_GetStreamInfo'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x1423): undefined reference to `_Pa_StartStream'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x1451): undefined reference to `_Pa_StartStream'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x1468): undefined reference to `_Pa_StopStream'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x1557): undefined reference to `_Pa_StopStream'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x157f): undefined reference to `_Pa_StopStream'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x168d): undefined reference to `_Pa_CloseStream'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x16b5): undefined reference to `_Pa_CloseStream'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(pasound.o):pasound.c:(.text+0x171b): undefined reference to `_Pa_Terminate'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(errno.o):errno.c:(.text+0x2a): undefined reference to `_Pa_GetErrorText'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(resample_resample.o):resample_resample.c:(.text+0x119): undefined reference to `_res_GetXOFF'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(resample_resample.o):resample_resample.c:(.text+0x315): undefined reference to `_res_Resample'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(resample_resample.o):resample_resample.c:(.text+0x383): undefined reference to `_res_SrcLinear'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(echo_common.o):echo_common.c:(.data+0x14): undefined reference to `_speex_aec_create'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(echo_common.o):echo_common.c:(.data+0x18): undefined reference to `_speex_aec_destroy'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(echo_common.o):echo_common.c:(.data+0x1c): undefined reference to `_speex_aec_playback'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(echo_common.o):echo_common.c:(.data+0x20): undefined reference to `_speex_aec_capture'
  /home/admin/pjsip/pjproject-0.7.0/pjmedia/lib/libpjmedia-i386-win32-gcc.a(echo_common.o):echo_common.c:(.data+0x24): undefined reference to `_speex_aec_cancel_echo'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x15): undefined reference to `_ntohs at 4'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x36): undefined reference to `_htons at 4'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x4f): undefined reference to `_ntohl at 4'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x65): undefined reference to `_htonl at 4'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x7b): undefined reference to `_inet_ntoa at 4'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x129): undefined reference to `_inet_addr at 4'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x3d1): undefined reference to `_gethostname at 8'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x4ac): undefined reference to `_WSASocketA at 24'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x4be): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x4c7): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x4d0): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x577): undefined reference to `_bind at 12'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x583): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x58c): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x595): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x666): undefined reference to `_closesocket at 4'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x677): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x680): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x689): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x6ec): undefined reference to `_getpeername at 12'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x6f8): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x701): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x70a): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x76d): undefined reference to `_getsockname at 12'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x779): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x782): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x78b): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x82c): undefined reference to `_send at 16'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x83e): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x847): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x850): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x905): undefined reference to `_sendto at 24'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x917): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x920): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x929): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x9d9): undefined reference to `_recv at 16'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x9eb): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x9f4): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0x9fd): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xb07): undefined reference to `_recvfrom at 24'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xb19): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xb22): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xb2b): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xbec): undefined reference to `_getsockopt at 20'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xbf8): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xc01): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xc0a): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xc8b): undefined reference to `_setsockopt at 20'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xc97): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xca0): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xca9): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xd0c): undefined reference to `_connect at 12'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xd18): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xd21): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xd2a): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xd86): undefined reference to `_shutdown at 8'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xd92): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xd9b): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xda4): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xe00): undefined reference to `_listen at 8'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xe0c): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xe15): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xe1e): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xeb6): undefined reference to `_accept at 12'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xec8): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xed1): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_bsd.o):sock_bsd.c:(.text+0xeda): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(os_core_win32.o):os_core_win32.c:(.text+0x1b): undefined reference to `_WSAStartup at 8'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(os_core_win32.o):os_core_win32.c:(.text+0x27): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(os_core_win32.o):os_core_win32.c:(.text+0x30): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(os_core_win32.o):os_core_win32.c:(.text+0x39): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(addr_resolv_sock.o):addr_resolv_sock.c:(.text+0x88): undefined reference to `_gethostbyname at 4'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x58): undefined reference to `_GetAcceptExSockaddrs at 32'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1ec): undefined reference to `_WSAEventSelect at 12'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x326): undefined reference to `_WSAEnumNetworkEvents at 12'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0xa12): undefined reference to `_ioctlsocket at 12'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0xa31): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0xa3a): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0xa43): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0xe21): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x12bb): undefined reference to `_WSARecv at 28'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x12e0): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x138d): undefined reference to `_WSARecv at 28'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x139e): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x14d9): undefined reference to `_WSARecvFrom at 36'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x14fe): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x15b9): undefined reference to `_WSARecvFrom at 36'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x15ca): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x173d): undefined reference to `_WSASendTo at 36'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1762): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x181d): undefined reference to `_WSASendTo at 36'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x182e): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x190f): undefined reference to `_WSAAccept at 20'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1938): undefined reference to `_getsockname at 12'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1949): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1957): undefined reference to `_closesocket at 4'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x19a8): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1a5f): undefined reference to `_setsockopt at 20'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1aee): undefined reference to `_AcceptEx at 32'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1b13): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1be4): undefined reference to `_connect at 12'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1bf0): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1d43): undefined reference to `_WSAEventSelect at 12'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1d6b): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1d74): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(ioqueue_winnt.o):ioqueue_winnt.c:(.text+0x1d7d): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(os_error_win32.o):os_error_win32.c:(.text+0x63): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(os_error_win32.o):os_error_win32.c:(.text+0x6c): undefined reference to `_WSAGetLastError at 0'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(os_error_win32.o):os_error_win32.c:(.text+0xaf): undefined reference to `_WSASetLastError at 4'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(guid_win32.o):guid_win32.c:(.text+0x11a): undefined reference to `_CoCreateGuid at 4'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_select.o):sock_select.c:(.text+0x197): undefined reference to `___WSAFDIsSet at 8'
  /home/admin/pjsip/pjproject-0.7.0/pjlib/lib/libpj-i386-win32-gcc.a(sock_select.o):sock_select.c:(.text+0x25b): undefined reference to `_select at 20'
  collect2: ld returned 1 exit status
  make: *** [sample] Error 1

   
  ----------------------------------------------

       
---------------------------------
Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20070907/1a6bf7e2/attachment-0001.html 


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux