Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Where can I find prebuilt libraries for Cygwin gcc compiler?

I downloaded OpenCV and tried to compile an example code using my Cygwin gcc complier. But I couldn't find any prebuilt libraries (such as libopencv_highgui) for Cygwin under opencv/build/x86 directory. There is a Mingw directory which contains the libraries for Mingw GCC. But I have only Cygwin GCC installed. So where is the prebuilt library directory for Cygwin GCC? Thanks.

Where can I find prebuilt libraries for Cygwin gcc compiler?

I downloaded OpenCV and tried to compile an example code using my Cygwin gcc complier. But I couldn't find any prebuilt libraries (such as libopencv_highgui) for Cygwin under opencv/build/x86 directory. There is a Mingw directory which contains the libraries for Mingw GCC. But I have only Cygwin GCC installed. So where is the prebuilt library directory for Cygwin GCC? Thanks.Thanks.

By the way, the OpenCV version I downloaded is the Windows version. Should I download the Linux version if I use Cygwin GCC as my compiler even if I work under Windows?