Hi<br><br>I compiled the vlc trunk in Cygwin (-mno-cygwin). I want to enable pyton binding, but it emits link errors.<br><br>C:\cygwin\bin\gcc.exe -mno-cygwin -shared -s ../../bindings/python\Release\.\vlc_module.o ../../bindings/python\Release\.\vlc.def -Lc:\Python25\libs -Lc:\Python25\PCBuild -lpython25 -lmsvcr71 -o ../../bindings/python\lib.win32-
2.5\vlc.pyd -L../..\src\.libs -L/usr/local/lib -g -Wl,--exclude-libs,libunicows.a -lunicows -L/usr/win32/lib -liconv /usr/win32/lib/libintl.a /usr/win32/lib/libiconv.a -mwindows -L/usr/win32/lib -lvlc -lvlc-control -Wl,--exclude-libs,
libunicows.a -lunicows -L/usr/win32/lib -liconv /usr/win32/lib/libintl.a /usr/win32/lib/libiconv.a -mwindows -L/usr/win32/lib<br>/usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../i686-pc-mingw32/bin/ld: cannot find -lvlc<br>
collect2: ld returned 1 exit status<br><br>I looked up the directory -L../..\src\.libs, but I found no files. <br>libvlc.dll, libvlc.dll.a and libvlc.def was in src directory, but there is nothing like libvlc-control.dll.
<br><br>My configuration is like the following.<br><br>./bootstrap && \<br>PATH=/usr/win32/bin:$PATH \<br>PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \<br>CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
<br>LDFLAGS=-L/usr/win32/lib \<br>CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \<br>./configure \<br>    --enable-python-bindings \<br>    --enable-debug \<br>    --enable-nls \<br>    --enable-ffmpeg \<br>
    --with-ffmpeg-mp3lame \<br>    --with-ffmpeg-faac \<br>    --with-ffmpeg-zlib \<br>    --enable-faad --enable-flac \<br>    --enable-theora \<br>    --enable-twolame \<br>    --enable-sdl --with-sdl-config-path=/usr/win32/bin \
<br>    --enable-live555 --with-live555-tree=/usr/win32/live.com \<br>    --with-freetype-config-path=/usr/win32/bin \<br>    --with-fribidi-config-path=/usr/win32/bin \<br>    --with-xml2-config-path=/usr/win32/bin \<br>
    --disable-dvdnav \<br>    --disable-visual \<br>    --disable-activex \<br>    --disable-cdda \<br>    --disable-libcdio \<br>    --disable-libcddb \<br>    --disable-vcd \<br>    --disable-smb<br><br><br><br>Thanks,<br>
Kwang Yul Seo<br><br>