]> granicus.if.org Git - libjpeg-turbo/commitdiff
Instructions for cross compiling MinGW libs on Cygwin
authorDRC <dcommander@users.sourceforge.net>
Fri, 12 Feb 2010 23:24:21 +0000 (23:24 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 12 Feb 2010 23:24:21 +0000 (23:24 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@86 632fc199-4ca6-4c93-a231-07263d6284db

README-turbo.txt

index 85356f1cef0850d0a5ea7414232f784e31540250..798d6439652ddead6bd3910c8bcecc50e0da66bc 100755 (executable)
@@ -80,7 +80,7 @@ This will generate the following files under .libs/
 
   libjpeg.so.62.0.0 (Linux, Solaris)
   libjpeg.62.dylib (OS X)
-  libjpeg-0.dll (MinGW)
+  libjpeg-62.dll (MinGW)
   cygjpeg-62.dll (Cygwin)
       Shared library for libjpeg-turbo
 
@@ -179,6 +179,17 @@ Same instructions as above, but add
 to the configure command line and replace CFLAGS and CXXFLAGS with '-O3 -m64'. 
 
 
+MinGW Build on Cygwin
+---------------------
+
+Same instructions as above, but add
+
+  --host mingw32
+
+to the configure command line.  This will produce libraries which do not
+depend on cygwin1.dll or other Cygwin DLL's.
+
+
 *******************************************************************************
 **     Windows (Visual C++)
 *******************************************************************************