Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Originating-IP: [192.234.181.70] From: "Tim Renner" To: cygwin AT cygwin DOT com, gimpwin-dev AT yahoogroups DOT com Subject: Bug: Win32 GTK binaries and Cygwin heap error Date: Tue, 11 Mar 2003 18:33:56 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Mar 2003 23:33:56.0660 (UTC) FILETIME=[AF42FF40:01C2E826] Posted to the cygwin mailing list and gimpwin-dev mailing list... When using Win32 GTK binaries with a newer version of cygwin1.dll (I've narrowed it down to just this .dll), I get this error: $ ./test.exe 6 [unknown (0xE08)] ? 2196 cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap (0x615D0000 <0xA80000>) in child, Win32 error 487 E:\cygwin\tmp\test.exe: *** m.AllocationBase 0x0, m.BaseAddress 0x615D0000, m.RegionSize 0x70000, m.State 0x10000 E:\cygwin\tmp\test.exe: *** m.AllocationBase 0x0, m.BaseAddress 0x615D0000, m.RegionSize 0x70000, m.State 0x10000 I have found a similar error reported on the cygwin mailing list that was caused by older versions of cygwin1.dll under Window XP. I am only having this problem with newer versions however... And under XP, Win2K and NT 4.0. With an old .dll we had lying around (1.3.2), everything works beautifully. Under two newer ones (1.3.15 and 1.3.21) this heap error appears. It doesn't matter which version I've compiled it under, switching just the cygwin1.dll around determines whether it will succeed or crash... Similar error?: http://sources.redhat.com/ml/cygwin/2002-03/msg01616.html cygwin1.dll versions: Old and working: 1003.2.0.0 - Build Date: 2001-05-20 23:38 Two broken: 1003.15.0.0 - Build Date: 2002-11-07 13:57 1003.21.0.0 - Build Date: 2003-03-09 15:35 -- TEST SETUP -- Setup a cygwin environment via the cygwin installer from http://www.cygwin.com/setup.exe, making sure to install libiconv To set up GTK+ 2.2, get these packages.... Support: http://prdownloads.sourceforge.net/gettext/libiconv-1.8-w32-1.bin.zip?download http://www.gimp.org/~tml/gimp/win32/libintl-0.10.40-tml-20020904.zip http://www.gimp.org/~tml/gimp/win32/gettext-dev-0.10.40-20020904.zip http://www.gimp.org/~tml/gimp/win32/pkgconfig-0.14.zip GTK Packages: http://www.gimp.org/~tml/gimp/win32/glib-2.2.1.zip http://www.gimp.org/~tml/gimp/win32/glib-dev-2.2.1.zip http://www.gimp.org/~tml/gimp/win32/atk-1.0.3-20020821.zip http://www.gimp.org/~tml/gimp/win32/atk-dev-1.0.3-20020821.zip http://www.gimp.org/~tml/gimp/win32/pango-1.2.1.zip http://www.gimp.org/~tml/gimp/win32/pango-dev-1.2.1.zip http://www.gimp.org/~tml/gimp/win32/gtk+-2.2.1.zip http://www.gimp.org/~tml/gimp/win32/gtk+-dev-2.2.1.zip Stick all of these in a directory (/opt/gtk for this example) and unzip. Move libiconv-1.8-w32-1.bin/dlls and libs to /opt/gtk/lib, and the .exe to /opt/gtk/bin Go into the lib/pkgconfig directory and execute this script to setup the pkg-config files (replace prefix=/opt/gtk with your directory) #!/bin/sh for file in `ls *.pc`; do ed $file < int main(int argc, char* argv[]) { gtk_init (&argc, &argv); GtkWidget* widget = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_widget_show_all(widget); gtk_main (); return(0); } -- OUTPUT -- LoC AT BEAN (0) /tmp $ g++ -fnative-struct -o test test.cc `pkg-config --cflags --libs gtk+-2.0` LoC AT BEAN (0) /tmp $ ./test.exe 6 [unknown (0xE08)] ? 2196 cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap (0x615D0000 <0xA80000>) in child, Win32 error 487 E:\cygwin\tmp\test.exe: *** m.AllocationBase 0x0, m.BaseAddress 0x615D0000, m.RegionSize 0x70000, m.State 0x10000 E:\cygwin\tmp\test.exe: *** m.AllocationBase 0x0, m.BaseAddress 0x615D0000, m.RegionSize 0x70000, m.State 0x10000 Using the old cygwin1.dll LoC AT BEAN (0) /tmp $ cp /e/cygwinold/bin/cygwin1.dll . -v `/e/cygwinold/bin/cygwin1.dll' -> `./cygwin1.dll' LoC AT BEAN (0) /tmp $ ./test.exe (Success, window appears) LoC AT BEAN (0) /tmp $ -- CYGCHECK OUTPUT (1.3.15 dll) for CYGWIN Bug report -- Cygwin Win95/NT Configuration Diagnostics Current System Time: Tue Mar 11 17:08:38 2003 Windows XP Home Edition Ver 5.1 Build 2600 Path: E:\cygwin\home\LoC\ImageMagick\bin .\ .\ E:\cygwin\usr\local\bin E:\cygwin\bin E:\cygwin\bin c:\Perl\bin\ c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem E:\cygwin\bin c:\MSDEV\BIN c:\MSDEV\BIN c:\Program Files\Common Files\Adaptec Shared\System c:\Program Files\VDMSound\ c:\Program Files\Support Tools\ c:\dev_apps\BC5\BIN c:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin c:\Program Files\Microsoft Visual Studio\Common\Tools c:\Program Files\Microsoft Visual Studio\VC98\bin c:\DEV_APPS\BC5\BIN . E:\cygwin\usr\X11R6\bin E:\cygwin\home\LoC E:\cygwin\usr\X11R6\bin E:\cygwin\home\LoC\bin E:\cygwin\usr\sbin c:\mysql\bin E:\cygwin\amos-libs E:\cygwin\AMOS\bin E:\cygwin\home\LoC\amos\bin E:\cygwin\usr\local\bin E:\cygwin\opt\gtk\bin E:\cygwin\opt\gtk\lib E:\cygwin\gtk\usr\local\bin SysDir: C:\WINDOWS\System32 WinDir: C:\WINDOWS CYGWIN = `ntsec tty' HOME = `E:\cygwin\home\LoC' LD_LIBRARY_PATH = `\opt\gtk\lib:' MAKE_MODE = `unix' PWD = `/home/LoC' USER = `LoC' ALLUSERSPROFILE = `C:\Documents and Settings\All Users' APPDATA = `C:\Documents and Settings\LoC\Application Data' COMMONPROGRAMFILES = `C:\Program Files\Common Files' COMPUTERNAME = `BEAN' COMSPEC = `C:\WINDOWS\system32\cmd.exe' DEBUG = `y' HOMEDRIVE = `C:' HOMEPATH = `\Documents and Settings\LoC' ICU_DATA = `C:\PFPS\system' INCLUDE = `C:\Program Files\Microsoft Visual Studio\VC98\atl\include;C:\Program Files\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files\Microsoft Visual Studio\VC98\include' LIB = `C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;C:\Program Files\Microsoft Visual Studio\VC98\lib' LOGONSERVER = `\\BEAN' MAGICK_HOME = `/home/LoC/ImageMagick' MANPATH = `:/usr/ssl/man' MSDEVDIR = `C:\Program Files\Microsoft Visual Studio\Common\MSDev98' NUMBER_OF_PROCESSORS = `1' OLDPWD = `/usr/bin' OS = `Windows_NT' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' PKG_CONFIG_PATH = `/opt/gtk/lib/pkgconfig:/usr/lib/pkgconfig' PROCESSOR_ARCHITECTURE = `x86' PROCESSOR_IDENTIFIER = `x86 Family 6 Model 11 Stepping 1, GenuineIntel' PROCESSOR_LEVEL = `6' PROCESSOR_REVISION = `0b01' PROGRAMFILES = `C:\Program Files' PS1 = `\[\033]0;\w\007 \033[32m\u\033[36m@\h\033[34m (\j)\033[33m \w\033[0m $ ' SESSIONNAME = `Console' SHLVL = `1' SYSTEMDRIVE = `C:' SYSTEMROOT = `C:\WINDOWS' TEMP = `c:\DOCUME~2\LoC\LOCALS~1\Temp' TERM = `cygwin' TMP = `c:\DOCUME~2\LoC\LOCALS~1\Temp' USERDOMAIN = `BEAN' USERNAME = `LoC' USERPROFILE = `C:\Documents and Settings\LoC' VDMSPATH = `C:\Program Files\VDMSound\' WINDIR = `C:\WINDOWS' _ = `/usr/bin/cygcheck.exe' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `E:\cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = `E:\cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = `E:\cygwin/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts (default) = `E:\cygwin\usr\X11R6\lib\X11\fonts' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options c: hd NTFS 9993Mb 86% CP CS UN PA FC HPNOTEBOOK d: cd N/A N/A e: hd FAT32 23089Mb 100% CP UN STORAGE s: net NTFS 22653Mb 22% CP CS PA share t: net NTFS 25502Mb 95% CP CS PA pub z: net NTFS 25502Mb 95% CP CS PA cd E:\cygwin / system binmode E:\cygwin/bin /usr/bin system binmode E:\cygwin/lib /usr/lib system binmode E:\cygwin\usr\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts system binmode . /cygdrive user binmode,cygdrive Found: E:\cygwin\bin\bash.exe Found: E:\cygwin\bin\cat.exe Found: E:\cygwin\bin\cpp.exe Found: E:\cygwin\bin\find.exe Found: E:\cygwin\bin\gcc.exe Found: E:\cygwin\bin\gdb.exe Found: E:\cygwin\bin\ld.exe Found: E:\cygwin\bin\ls.exe Found: E:\cygwin\bin\make.exe Found: E:\cygwin\bin\sh.exe 2259k 2003/01/28 E:\cygwin\home\LoC\ImageMagick\bin\cygMagick++-5-5-4-Q16-0.dll - os=4.0 img=1.0 sys=4.0 "cygMagick++-5-5-4-Q16-0.dll" v0.0 ts=2003/1/27 22:27 2693k 2003/01/28 E:\cygwin\home\LoC\ImageMagick\bin\cygMagick-5-5-4-Q16-0.dll - os=4.0 img=1.0 sys=4.0 "cygMagick-5-5-4-Q16-0.dll" v0.0 ts=2003/1/27 22:10 306k 2002/04/27 E:\cygwin\bin\cyghttpd.dll - os=4.0 img=1.0 sys=4.0 "cyghttpd.dll" v0.0 ts=2002/4/27 9:23 475k 2002/10/11 E:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0 "cygcurl-2.dll" v0.0 ts=2002/10/11 17:53 136k 2002/10/17 E:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-0.dll" v0.0 ts=2002/10/17 11:21 19k 2002/02/20 E:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm.dll" v0.0 ts=2002/2/19 22:05 45k 2002/02/08 E:\cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0 "cygjbig1.dll" v0.0 ts=2002/2/7 18:59 119k 2002/02/09 E:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg6b.dll" v0.0 ts=2002/2/9 0:19 54k 2002/11/26 E:\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0 "cygbz21.0.dll" v0.0 ts=2002/1/26 20:07 58k 2002/05/07 E:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2002/5/7 2:33 6k 2002/06/24 E:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2002/6/24 14:23 326k 2002/06/26 E:\cygwin\bin\cygdb2.dll - os=4.0 img=1.0 sys=4.0 "cygdb2.dll" v0.0 ts=2002/6/26 13:48 488k 2002/07/18 E:\cygwin\bin\cygguile-14.dll - os=4.0 img=1.0 sys=4.0 "cygguile-14.dll" v0.0 ts=2002/7/18 6:35 63k 2002/07/18 E:\cygwin\bin\cygguile-srfi-srfi-13-14-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-1.dll" v0.0 ts=2002/7/18 6:35 24k 2002/07/18 E:\cygwin\bin\cygguile-srfi-srfi-4-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-1.dll" v0.0 ts=2002/7/18 6:35 14k 2002/07/18 E:\cygwin\bin\cygguilereadline-14.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-14.dll" v0.0 ts=2002/7/18 6:35 929k 2002/06/24 E:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2002/6/24 14:24 21k 2001/06/20 E:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0 "cygintl.dll" v0.0 ts=2001/6/20 13:09 22k 2002/11/26 E:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 "cygintl-1.dll" v0.0 ts=2001/12/13 4:28 28k 2002/09/20 E:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2002/9/19 23:13 25k 2002/07/16 E:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-3.dll" v0.0 ts=2002/7/16 0:05 45k 2001/04/25 E:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0 "cygform5.dll" v0.0 ts=2001/4/25 1:28 26k 2001/04/25 E:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0 "cygmenu5.dll" v0.0 ts=2001/4/25 1:27 156k 2001/04/25 E:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++5.dll" v0.0 ts=2001/4/25 1:29 226k 2001/04/25 E:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses5.dll" v0.0 ts=2001/4/25 1:17 15k 2001/04/25 E:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0 "cygpanel5.dll" v0.0 ts=2001/4/25 1:27 35k 2002/01/09 E:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0 "cygform6.dll" v0.0 ts=2002/1/9 1:03 20k 2002/01/09 E:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0 "cygmenu6.dll" v0.0 ts=2002/1/9 1:03 175k 2002/01/09 E:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++6.dll" v0.0 ts=2002/1/9 1:03 202k 2002/01/09 E:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses6.dll" v0.0 ts=2002/1/9 1:03 12k 2002/01/09 E:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0 "cygpanel6.dll" v0.0 ts=2002/1/9 1:03 175k 2002/07/22 E:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0 "cygpng10.dll" v0.0 ts=2002/7/22 11:51 170k 2002/01/21 E:\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0 "cygpng2.dll" v0.0 ts=2002/1/20 20:05 22k 2002/06/09 E:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 1:45 17k 2001/06/28 E:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0 "cyghistory4.dll" v0.0 ts=2001/1/6 23:34 108k 2001/06/28 E:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0 "cygreadline4.dll" v0.0 ts=2001/1/6 23:34 20k 2002/10/10 E:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0 "cyghistory5.dll" v0.0 ts=2002/10/10 13:28 127k 2002/10/10 E:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0 "cygreadline5.dll" v0.0 ts=2002/10/10 13:28 25k 2002/07/14 E:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 "cygungif-4.dll" v0.0 ts=2002/7/14 10:58 633k 2002/11/26 E:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2002/7/22 2:29 50k 2002/03/17 E:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2002/3/17 1:24 152k 2002/03/17 E:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2002/3/17 1:19 15k 2002/03/17 E:\cygwin\bin\cygxsltbreakpoint-1.dll - os=4.0 img=1.0 sys=4.0 "cygxsltbreakpoint-1.dll" v0.0 ts=2002/3/17 1:24 643k 2002/11/26 E:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto.dll" v0.0 ts=2002/11/9 4:56 169k 2002/11/09 E:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0 "cygssl.dll" v0.0 ts=2002/11/9 4:56 40k 2001/11/21 E:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 "cygpcre.dll" v0.0 ts=2001/11/21 17:15 39k 2001/11/21 E:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix.dll" v0.0 ts=2001/11/21 17:15 81k 2000/12/05 E:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0 "cygitcl30.dll" v0.0 ts=2000/11/25 20:43 35k 2000/12/05 E:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0 "cygitk30.dll" v0.0 ts=2000/11/25 20:43 390k 2000/12/05 E:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0 "cygtcl80.dll" v0.0 ts=2000/11/25 20:39 5k 2000/12/05 E:\cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0 10k 2000/12/05 E:\cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0 "cygtclreg80.dll" v0.0 ts=2000/11/25 20:39 623k 2000/12/05 E:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0 "cygtk80.dll" v0.0 ts=2000/11/25 20:43 253k 2002/02/10 E:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0 "cygtiff3.dll" v0.0 ts=2002/2/10 3:34 41k 2002/01/20 E:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-noX4.dll" v0.0 ts=2002/1/20 13:49 46k 2002/01/20 E:\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-X4.dll" v0.0 ts=2002/1/20 13:50 50k 2002/11/26 E:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2002/3/11 23:38 906k 2002/11/07 E:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2002/11/7 13:57 Cygwin DLL version info: DLL version: 1.3.15 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 63 Shared data: 3 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Thu Nov 7 13:57:47 EST 2002 CVS tag: cygwin-1-3-15-1 Shared id: cygwin1S3 41k 2002/05/14 E:\cygwin\usr\X11R6\bin\cygPropList-0.dll - os=4.0 img=1.0 sys=4.0 "cygPropList-0.dll" v0.0 ts=2002/5/13 23:13 653k 1998/10/30 c:\mysql\bin\cygwinb19.dll - os=4.0 img=1.0 sys=4.0 "cygwinb19.dll" v0.0 ts=1998/7/15 13:50 Cygwin Package Information Last downloaded files to: E:\newcyg Last downloaded files from: E:\newcyg Package Version WindowMaker 0.80.0-2 XFree86-base 4.2.0-1 XFree86-bin 4.2.0-2 XFree86-doc 4.2.0-1 XFree86-etc 4.2.0-1 XFree86-f100 4.2.0-2 XFree86-fcyr 4.2.0-2 XFree86-fenc 4.2.0-2 XFree86-fnts 4.2.0-2 XFree86-fscl 4.2.0-2 XFree86-fsrv 4.2.0-1 XFree86-html 4.2.0-1 XFree86-jdoc 4.2.0-1 XFree86-lib 4.2.0-3 XFree86-man 4.2.0-1 XFree86-nest 4.2.0-1 XFree86-prog 4.2.0-1 XFree86-prt 4.2.0-1 XFree86-ps 4.2.0-1 XFree86-startup-scripts4.2.0-3 XFree86-vfb 4.2.0-1 XFree86-xserv 4.2.0-15 Xaw3d 1.5-1 apache 1.3.24-5 ash 20020731-1 autoconf 2.54-1 autoconf-devel 2.54-1 autoconf-stable 2.13-4 automake 1.7.1-1 automake-devel 1.7.1-1 automake-stable 1.4p5-5 base-files 1.0-1 base-passwd 1.0-1 bash 2.05b-7 bc 1.06-1 binutils 20021107-2 bison 1.75-1 byacc 1.9-1 bzip2 1.0.2-2 ccache 1.9-1 cgoban 1.9.12-1 clear 1.0-1 cpio 2.4.2 cron 3.0.1-7 crypt 1.0-1 ctags 5.2-1 curl 7.10.1-1 cvs 1.11.0-1 cygrunsrv 0.95-1 cygutils 1.1.3-1 cygwin 1.3.15-2 db2 2.7.7-4 dejagnu 20010117-1 diff 1.0-1 diffutils 2.8.1-1 ed 0.2-1 enscript 1.6.3-3 expat 1.95.5-1 expect 20010117-1 figlet 2.2-1 file 3.37-1 fileutils 4.1-1 findutils 4.1.7-4 flex 2.5.4-2 fortune 1.8-2 fvwm 2.4.7-2 gawk 3.1.1-5 gcc 2.95.3-5 gdb 20010428-3 gdbm 1.8.0-4 gettext 0.11.5-1 gnugo 3.2-1 grep 2.5-1 groff 1.17.2-1 gsl 1.1.1-1 gzip 1.3.3-4 indent 2.2.8-1 inetutils 1.3.2-19 irc 20010101-1 jbigkit 1.2-6 jpeg 6b-7 keychain 1.9-1 less 374-1 lesstif 0.93.18-3 libPropList 0.10.1-3 libbz2_0 1.0.2-1 libbz2_1 1.0.2-2 libcharset1 1.8-2 libdb2 2.7.7-4 libdb2-devel 2.7.7-4 libguile14 1.5.6-5 libiconv 1.8-2 libiconv2 1.8-2 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.11.5-1 libltdl3 20020705-2 libncurses5 5.2-1 libncurses6 5.2-8 libpng10 1.0.14-2 libpng2 1.0.12-1 libpopt0 1.6.4-4 libreadline4 4.1-2 libreadline5 4.3-2 libtool 20020705-1 libtool-devel 20020705-2 libtool-stable 1.4.3-1 libungif 4.1.0-2 libxml2 2.4.23-1 libxslt 1.0.13-1 links 0.96-1 login 1.7-1 lynx 2.8.4-1 make 3.79.1-7 man 1.5g-2 mc 4.5.55-1 mktemp 1.4-1 mod_auth_mysql 1.11-1 mod_auth_ntsec 1.7-1 mod_dav 1.0.3-1.3.6-1 mod_php4 4.2.0-1 mod_ssl 2.8.8-1.3.24-1 more 2.11o-1 mt 2.0.1-1 mutt 1.4-1 nano 1.1.10-1 ncftp 3.1.4-1 ncurses 5.2-8 openbox 0.99.1-3 opengl 1.1.0-6 openssh 3.5p1-2 openssl 0.9.6g-2 patch 2.5-3 pcre 3.7-1 perl 5.6.1-2 pkgconfig 0.12.0-1 popt 1.6.4-4 postgresql 7.2.1-2 python 2.2.2-1 rcs 5.7-3 readline 4.3-2 robots 2.0-1 rsync 2.5.5-2 sed 4.0.1-1 sh-utils 2.0-2 sharutils 4.2.1-2 shutdown 1.2-2 squid 2.4.STABLE7-1 ssmtp 2.38.7-3 swig 1.3.16-1 tar 1.13.25-1 tcltk 20001125-1 tcp_wrappers 7.6-1 tcsh 6.11.00-4 termcap 20020930-1 terminfo 5.2-3 texinfo 4.2-4 textutils 2.0.21-1 tiff 3.5.7-1 time 1.7-1 ttcp 19980512-1 ucl 1.01-1 units 1.77-1 unzip 5.50-1 upx 1.21-1 vim 6.1-2 w32api 1.5-1 wget 1.8.2-1 which 1.5-1 whois 4.5.17-1 x2x 1.27-2 xpm-nox 4.2.0-1 zip 2.3-2 zlib 1.1.4-1 zsh 4.0.4-1 Use -h to see help about each section _________________________________________________________________ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/