Hi <br><br>I am new to VLC and also Cygwin env.<br>After compile I am trying make call and its giving following error. Any idea how to fix this problem?<br>Thanks<br><br> - Ali<br>( I am using code from vlc-0.8.6b code)<br>
<br>/bin/sh ../../../libtool --mode=link gcc -mno-cygwin -Wsign-compare -Wall -mms-<br>itfields -pipe -L/usr/win32/lib -o libdtstofloat32_plugin.dll libdtstofloat32_p<br>ugin.a -L/usr/local/lib -g -shared -ldts_pic -u _vlc_entry__0_8_6
<br>gcc -mno-cygwin -Wsign-compare -Wall -mms-bitfields -pipe -o libdtstofloat32_pl<br>gin.dll.exe -g -shared -u _vlc_entry__0_8_6  -L/usr/win32/lib libdtstofloat32_p<br>ugin.a -L/usr/local/lib -ldts_pic<br>libdtstofloat32_plugin.a(libdtstofloat32_plugin_a-
dtstofloat32.o): In function<br>Open':<br>/cygdrive/c/VideoPorject/vlc-0.8.6b/modules/audio_filter/converter/dtstofloat32<br>c:219: undefined reference to `_dca_init'<br>libdtstofloat32_plugin.a(libdtstofloat32_plugin_a-
dtstofloat32.o): In function<br>DoWork':<br>/cygdrive/c/VideoPorject/vlc-0.8.6b/modules/audio_filter/converter/dtstofloat32<br>c:303: undefined reference to `_dca_syncinfo'<br>/cygdrive/c/VideoPorject/vlc-0.8.6b/modules/audio_filter/converter/dtstofloat32
<br>c:312: undefined reference to `_dca_frame'<br>/cygdrive/c/VideoPorject/vlc-0.8.6b/modules/audio_filter/converter/dtstofloat32<br>c:331: undefined reference to `_dca_blocks_num'<br>/cygdrive/c/VideoPorject/vlc-
0.8.6b/modules/audio_filter/converter/dtstofloat32<br>c:335: undefined reference to `_dca_block'<br>/cygdrive/c/VideoPorject/vlc-0.8.6b/modules/audio_filter/converter/dtstofloat32<br>c:341: undefined reference to `_dca_samples'
<br>/cygdrive/c/VideoPorject/vlc-0.8.6b/modules/audio_filter/converter/dtstofloat32<br>c:331: undefined reference to `_dca_blocks_num'<br>libdtstofloat32_plugin.a(libdtstofloat32_plugin_a-dtstofloat32.o): In function<br>
Destroy':<br>/cygdrive/c/VideoPorject/vlc-0.8.6b/modules/audio_filter/converter/dtstofloat32<br>c:376: undefined reference to `_dca_free'<br>libdtstofloat32_plugin.a(libdtstofloat32_plugin_a-dtstofloat32.o): In function
<br>CloseFilter':<br>/cygdrive/c/VideoPorject/vlc-0.8.6b/modules/audio_filter/converter/dtstofloat32<br>c:430: undefined reference to `_dca_free'<br>collect2: ld returned 1 exit status<br>make[6]: *** [libdtstofloat32_plugin.dll] Error 1
<br>make[6]: Leaving directory `/cygdrive/c/VideoPorject/vlc-0.8.6b/modules/audio_f<br>lter/converter'<br>make[5]: *** [all-modules] Error 1<br>make[5]: Leaving directory `/cygdrive/c/VideoPorject/vlc-0.8.6b/modules/audio_f
<br>lter/converter'<br>make[4]: *** [all-recursive] Error 1<br>make[4]: Leaving directory `/cygdrive/c/VideoPorject/vlc-0.8.6b/modules/audio_f<br>lter'<br>make[3]: *** [all] Error 2<br>make[3]: Leaving directory `/cygdrive/c/VideoPorject/vlc-
0.8.6b/modules/audio_f<br>lter'<br>make[2]: *** [all-recursive] Error 1<br>make[2]: Leaving directory `/cygdrive/c/VideoPorject/vlc-0.8.6b/modules'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/cygdrive/c/VideoPorject/vlc-
0.8.6b'<br>make: *** [all] Error 2<br><br>