delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/03/17/08:53:26

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Reply-To: <vincent AT sacksteder DOT com>
From: "Vincent Sacksteder" <vincent AT sacksteder DOT com>
To: <cygwin AT cygwin DOT com>
Subject: 1.1.23: configure doesn't find header files when it looks for them; builds fail
Date: Mon, 17 Mar 2003 14:51:31 +0100
Message-ID: <000601c2ec8c$51622bc0$64136c8d@do3t02>
MIME-Version: 1.0
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Note-from-DJ: This may be spam

------=_NextPart_000_0007_01C2EC94.B32693C0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Dear cygwin community:

	Thank you for providing this software.  It's been a huge help to me
already.

	In the last couple of days I've tried to download and build a couple of
projects, and ran into problems with configure:
	-When compiling ddd, configure checks whether streampos is defined, and if
it is not defined then the ddd header files #define streampos.  However,
configure incorrectly did not find streampos in the legacy gcc libraries,
and therefore defined it, resulting in a compile error stating basically
that streampos had been defined twice.  So I had to comment out the
definition myself.
	-When compiling mono, there are checks for the presence of gc.h.  These
fail (even though gc.h has already been installed as part of the script, and
gc.h is in fact present), and therefore the compile fails.  It looks to me
like this problem has been seen by other mono users, as the build/install
readme for mono says that install failures have been seen at this stage and
discusses how to do the install manually.

	Is this a known bug, or can anybody suggest a fix?

More data:
	From mono's config.log file,  configure ran gcc:
configure:6530:
gcc -mno-cygwin -E  -I/home/install/include -DGC_WIN32_THREADS -DWIN32_THREA
DS conftest.c >/dev/null 2>conftest.out

for ddd, here's the script:
AC_MSG_CHECKING(for streampos)
changequote([,])dnl
AC_CACHE_VAL(ice_cv_have_streampos,
[
AC_LANG_SAVE
AC_LANG_CPLUSPLUS
AC_TRY_COMPILE([#include <iostream.h>],
[streampos scan_start;],
ice_cv_have_streampos=yes,
ice_cv_have_streampos=no)
AC_LANG_RESTORE
])
AC_MSG_RESULT($ice_cv_have_streampos)
if test "$ice_cv_have_streampos" = yes; then
AC_DEFINE(HAVE_STREAMPOS)
fi
])dnl

	Unfortunately it appears that conftest.c is generated and deleted
dynamically, so I guess one would need to look in configure's source code to
see how to create a conftest.c and then test it out.

Attached fiind the result of cygcheck:


	Thanks,
		Vincent Sacksteder


----------------------
AC_CHECK_HEADERS



------=_NextPart_000_0007_01C2EC94.B32693C0
Content-Type: application/octet-stream;
	name="cygcheck.out"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="cygcheck.out"


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Sat Mar 15 15:22:53 2003

Windows 2000 Server Ver 5.0 Build 2195 Service Pack 3

Path:	H:\cygwin\usr\local\bin
	H:\cygwin\bin
	H:\cygwin\bin
	e:\texmf\miktex\bin
	e:\WINNT\system32
	e:\WINNT
	e:\WINNT\System32\Wbem
	e:\Program Files\cvsnt
	h:\Program Files\Microsoft Visual Studio .NET\Vc7\bin
	h:\Program Files\Microsoft Visual Studio .NET\Common7\IDE
	H:\cygwin\bin
	H:\cygwin\lib
	.
	H:\cygwin\usr\X11R6\bin

H:\cygwin\bin\id.exe output (nontsec)
UID: 1001(Vincent)  GID: 513(None)
513(None)

H:\cygwin\bin\id.exe output (ntsec)
UID: 1001(Vincent)    GID: 513(None)
513(None)             544(Administrators)
545(Users)            1002(Debugger Users)

SysDir: E:\WINNT\System32
WinDir: E:\WINNT

HOME =3D `H:\cygwin\home\Vincent'
MAKE_MODE =3D `unix'
PWD =3D `/home/Vincent'
USER =3D `Vincent'

ALLUSERSPROFILE =3D `E:\Documents and Settings\All Users'
APPDATA =3D `E:\Documents and Settings\Vincent\Application Data'
COMMONPROGRAMFILES =3D `E:\Program Files\Common Files'
COMPUTERNAME =3D `DO3T02'
COMSPEC =3D `E:\WINNT\system32\cmd.exe'
CVSROOT =3D `e:\vincent\cvsrepo'
HOMEDRIVE =3D `E:'
HOMEPATH =3D `\'
INCLUDE =3D `H:\Program Files\Microsoft Visual Studio =
.NET\FrameworkSDK\include\'
LIB =3D `H:\Program Files\Microsoft Visual Studio =
.NET\FrameworkSDK\Lib\;h:\cygwin\lib'
LOGONSERVER =3D `\\DO3T02'
MANPATH =3D `:/usr/ssl/man'
NUMBER_OF_PROCESSORS =3D `1'
OLDPWD =3D `/usr/bin'
OS2LIBPATH =3D `E:\WINNT\system32\os2\dll;'
OS =3D `Windows_NT'
PATHEXT =3D `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE =3D `x86'
PROCESSOR_IDENTIFIER =3D `x86 Family 6 Model 8 Stepping 6, GenuineIntel'
PROCESSOR_LEVEL =3D `6'
PROCESSOR_REVISION =3D `0806'
PROGRAMFILES =3D `E:\Program Files'
PROMPT =3D `$P$G'
PS1 =3D `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
SHLVL =3D `1'
SYSTEMDRIVE =3D `E:'
SYSTEMROOT =3D `E:\WINNT'
TEMP =3D `e:\DOCUME~1\Vincent\LOCALS~1\Temp'
TERM =3D `cygwin'
TMP =3D `e:\DOCUME~1\Vincent\LOCALS~1\Temp'
USERDOMAIN =3D `DO3T02'
USERNAME =3D `Vincent'
USERPROFILE =3D `E:\Documents and Settings\Vincent'
VSCOMNTOOLS =3D `"H:\Program Files\Microsoft Visual Studio =
.NET\Common7\Tools\"'
WINDIR =3D `E:\WINNT'
XAPPLRESDIR =3D `H:\cygwin\code\ddd-3.3.1\ddd'
_ =3D `/usr/bin/cygcheck'

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) =3D `/cygdrive'
  cygdrive flags =3D 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) =3D `H:\cygwin'
  flags =3D 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) =3D `H:\cygwin/bin'
  flags =3D 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) =3D `H:\cygwin/lib'
  flags =3D 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts =
v2\/usr/X11R6/lib/X11/fonts
  (default) =3D `H:\cygwin\usr\X11R6\lib\X11\fonts'
  flags =3D 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                   =20
c:  hd  FAT32   3992Mb  25% CP    UN          =20
d:  hd  NTFS    4000Mb  99% CP CS UN PA FC    =20
e:  hd  NTFS    4000Mb  91% CP CS UN PA FC     E
f:  cd           N/A    N/A                   =20
g:  cd  CDFS       0Mb -2147483548%    CS              Audio CD
h:  hd  NTFS    7530Mb  49% CP CS UN PA FC     H

H:\cygwin                          /                         system  =
binmode
H:\cygwin/bin                      /usr/bin                  system  =
binmode
H:\cygwin/lib                      /usr/lib                  system  =
binmode
H:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  =
binmode
.                                  /cygdrive                 system  =
binmode,cygdrive

Found: H:\cygwin\bin\awk.exe
Found: H:\cygwin\bin\bash.exe
Found: H:\cygwin\bin\cat.exe
Found: H:\cygwin\bin\cp.exe
Found: H:\cygwin\bin\cpp.exe
Found: H:\cygwin\bin\find.exe
Found: H:\cygwin\bin\gcc.exe
Found: H:\cygwin\bin\gdb.exe
Found: H:\cygwin\bin\grep.exe
Found: H:\cygwin\bin\ld.exe
Found: H:\cygwin\bin\ls.exe
Found: H:\cygwin\bin\make.exe
Found: H:\cygwin\bin\mv.exe
Found: H:\cygwin\bin\rm.exe
Found: H:\cygwin\bin\sed.exe
Found: H:\cygwin\bin\sh.exe
Found: H:\cygwin\bin\tar.exe

   58k 2002/05/07 H:\cygwin\bin\cygbz2-1.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygbz2-1.dll" v0.0 ts=3D2002/5/7 8:33
   54k 2002/01/27 H:\cygwin\bin\cygbz21.0.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygbz21.0.dll" v0.0 ts=3D2002/1/27 2:07
    6k 2002/06/24 H:\cygwin\bin\cygcharset-1.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygcharset-1.dll" v0.0 ts=3D2002/6/24 20:23
  847k 2003/02/19 H:\cygwin\bin\cygcrypto-0.9.7.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=3D2003/2/19 18:39
  806k 2003/02/19 H:\cygwin\bin\cygcrypto.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygcrypto.dll" v0.0 ts=3D2003/2/19 19:09
  493k 2002/11/19 H:\cygwin\bin\cygcurl-2.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygcurl-2.dll" v0.0 ts=3D2002/11/19 15:38
  136k 2002/10/17 H:\cygwin\bin\cygexpat-0.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygexpat-0.dll" v0.0 ts=3D2002/10/17 17:21
   50k 2002/03/17 H:\cygwin\bin\cygexslt-0.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygexslt-0.dll" v0.0 ts=3D2002/3/17 7:24
   45k 2001/04/25 H:\cygwin\bin\cygform5.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygform5.dll" v0.0 ts=3D2001/4/25 7:28
   35k 2002/01/09 H:\cygwin\bin\cygform6.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygform6.dll" v0.0 ts=3D2002/1/9 7:03
   19k 2002/02/20 H:\cygwin\bin\cyggdbm.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cyggdbm.dll" v0.0 ts=3D2002/2/20 4:05
  490k 2002/09/21 H:\cygwin\bin\cygguile-12.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygguile-12.dll" v0.0 ts=3D2002/9/21 12:01
  488k 2002/07/18 H:\cygwin\bin\cygguile-14.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygguile-14.dll" v0.0 ts=3D2002/7/18 12:35
   63k 2002/07/18 H:\cygwin\bin\cygguile-srfi-srfi-13-14-1.dll - =
os=3D4.0 img=3D1.0 sys=3D4.0
                  "cygguile-srfi-srfi-13-14-1.dll" v0.0 ts=3D2002/7/18 =
12:35
   63k 2002/09/21 H:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll - =
os=3D4.0 img=3D1.0 sys=3D4.0
                  "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 =
ts=3D2002/9/21 12:01
   24k 2002/07/18 H:\cygwin\bin\cygguile-srfi-srfi-4-1.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygguile-srfi-srfi-4-1.dll" v0.0 ts=3D2002/7/18 12:35
   24k 2002/09/21 H:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - =
os=3D4.0 img=3D1.0 sys=3D4.0
                  "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=3D2002/9/21 =
12:01
   14k 2002/07/18 H:\cygwin\bin\cygguilereadline-14.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygguilereadline-14.dll" v0.0 ts=3D2002/7/18 12:35
   14k 2002/09/21 H:\cygwin\bin\cygguilereadline-v-12-12.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygguilereadline-v-12-12.dll" v0.0 ts=3D2002/9/21 =
12:01
   17k 2001/06/28 H:\cygwin\bin\cyghistory4.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cyghistory4.dll" v0.0 ts=3D2001/1/7 5:34
   20k 2002/10/10 H:\cygwin\bin\cyghistory5.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cyghistory5.dll" v0.0 ts=3D2002/10/10 19:28
  929k 2002/06/24 H:\cygwin\bin\cygiconv-2.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygiconv-2.dll" v0.0 ts=3D2002/6/24 20:24
   22k 2001/12/13 H:\cygwin\bin\cygintl-1.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygintl-1.dll" v0.0 ts=3D2001/12/13 10:28
   28k 2002/09/20 H:\cygwin\bin\cygintl-2.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygintl-2.dll" v0.0 ts=3D2002/9/20 5:13
   21k 2001/06/20 H:\cygwin\bin\cygintl.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygintl.dll" v0.0 ts=3D2001/6/20 19:09
   12k 2003/02/17 H:\cygwin\bin\cygioperm-0.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygioperm-0.dll" v0.0 ts=3D2003/2/17 20:58
   47k 2003/03/09 H:\cygwin\bin\cygjbig1.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygjbig1.dll" v0.0 ts=3D2003/3/9 22:30
  119k 2002/02/09 H:\cygwin\bin\cygjpeg6b.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygjpeg6b.dll" v0.0 ts=3D2002/2/9 6:19
   61k 2003/03/05 H:\cygwin\bin\cygkpathsea-3.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygkpathsea-3.dll" v0.0 ts=3D2003/3/5 21:09
   32k 2003/02/17 H:\cygwin\bin\cygltdl-3.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygltdl-3.dll" v0.0 ts=3D2003/2/17 5:18
   26k 2001/04/25 H:\cygwin\bin\cygmenu5.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygmenu5.dll" v0.0 ts=3D2001/4/25 7:27
   20k 2002/01/09 H:\cygwin\bin\cygmenu6.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygmenu6.dll" v0.0 ts=3D2002/1/9 7:03
  156k 2001/04/25 H:\cygwin\bin\cygncurses++5.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygncurses++5.dll" v0.0 ts=3D2001/4/25 7:29
  175k 2002/01/09 H:\cygwin\bin\cygncurses++6.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygncurses++6.dll" v0.0 ts=3D2002/1/9 7:03
  226k 2001/04/25 H:\cygwin\bin\cygncurses5.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygncurses5.dll" v0.0 ts=3D2001/4/25 7:17
  202k 2002/01/09 H:\cygwin\bin\cygncurses6.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygncurses6.dll" v0.0 ts=3D2002/1/9 7:03
   15k 2001/04/25 H:\cygwin\bin\cygpanel5.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygpanel5.dll" v0.0 ts=3D2001/4/25 7:27
   12k 2002/01/09 H:\cygwin\bin\cygpanel6.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygpanel6.dll" v0.0 ts=3D2002/1/9 7:03
   40k 2001/11/21 H:\cygwin\bin\cygpcre.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygpcre.dll" v0.0 ts=3D2001/11/21 23:15
   39k 2001/11/21 H:\cygwin\bin\cygpcreposix.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygpcreposix.dll" v0.0 ts=3D2001/11/21 23:15
  168k 2003/02/23 H:\cygwin\bin\cygpng10.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygpng10.dll" v0.0 ts=3D2003/2/24 0:02
  173k 2003/02/23 H:\cygwin\bin\cygpng12.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygpng12.dll" v0.0 ts=3D2003/2/23 23:02
  170k 2002/01/21 H:\cygwin\bin\cygpng2.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygpng2.dll" v0.0 ts=3D2002/1/21 2:05
   22k 2002/06/09 H:\cygwin\bin\cygpopt-0.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygpopt-0.dll" v0.0 ts=3D2002/6/9 7:45
  108k 2001/06/28 H:\cygwin\bin\cygreadline4.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygreadline4.dll" v0.0 ts=3D2001/1/7 5:34
  127k 2002/10/10 H:\cygwin\bin\cygreadline5.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygreadline5.dll" v0.0 ts=3D2002/10/10 19:28
  177k 2003/02/19 H:\cygwin\bin\cygssl-0.9.7.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygssl-0.9.7.dll" v0.0 ts=3D2003/2/19 18:39
  227k 2003/02/19 H:\cygwin\bin\cygssl.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygssl.dll" v0.0 ts=3D2003/2/19 19:09
  281k 2003/02/24 H:\cygwin\bin\cygtiff3.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygtiff3.dll" v0.0 ts=3D2003/2/24 5:58
   25k 2002/07/14 H:\cygwin\bin\cygungif-4.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygungif-4.dll" v0.0 ts=3D2002/7/14 16:58
 2689k 2002/11/16 H:\cygwin\bin\cygxerces-c21.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygxerces-c21.dll" v0.0 ts=3D2002/11/16 5:07
 2984k 2003/02/07 H:\cygwin\bin\cygxerces-c22.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygxerces-c22.dll" v0.0 ts=3D2003/2/7 19:50
  633k 2002/07/22 H:\cygwin\bin\cygxml2-2.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygxml2-2.dll" v0.0 ts=3D2002/7/22 8:29
   41k 2002/01/20 H:\cygwin\bin\cygXpm-noX4.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygXpm-noX4.dll" v0.0 ts=3D2002/1/20 19:49
   46k 2002/01/20 H:\cygwin\bin\cygXpm-X4.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygXpm-X4.dll" v0.0 ts=3D2002/1/20 19:50
  152k 2002/03/17 H:\cygwin\bin\cygxslt-1.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygxslt-1.dll" v0.0 ts=3D2002/3/17 7:19
   15k 2002/03/17 H:\cygwin\bin\cygxsltbreakpoint-1.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygxsltbreakpoint-1.dll" v0.0 ts=3D2002/3/17 7:24
   50k 2002/03/12 H:\cygwin\bin\cygz.dll - os=3D4.0 img=3D1.0 sys=3D4.0
                  "cygz.dll" v0.0 ts=3D2002/3/12 5:38
  947k 2003/03/12 H:\cygwin\bin\cygwin1.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygwin1.dll" v0.0 ts=3D2003/3/12 6:24
    Cygwin DLL version info:
        DLL version: 1.3.21
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 77
        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:=20
        Build date: Wed Mar 12 00:24:29 EST 2003
        CVS tag: dontuse-21
        Shared id: cygwin1S3

   41k 2002/05/14 H:\cygwin\usr\X11R6\bin\cygPropList-0.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygPropList-0.dll" v0.0 ts=3D2002/5/14 5:13

Cygwin Package Information
Last downloaded files to: H:\cygwin\install
Last downloaded files from: ftp://ftp.uni-kl.de/pub/windows/cygwin

Package                 Version
_update-info-dir        00152-1
ash                     20020731-1
astyle                  1.15.3-3
autoconf                2.54-1
autoconf-devel          2.57-1
autoconf-stable         2.13-4
automake                1.7.1-1
automake-devel          1.7.3-1
automake-stable         1.4p5-5
base-files              1.1-1
base-passwd             1.1-1
bash                    2.05b-9
bc                      1.06-1
binutils                20030307-1
bison                   20030307-1
byacc                   1.9-1
bzip2                   1.0.2-2
cgoban                  1.9.12-1
clear                   1.0-1
compface                1.4-5
cpio                    2.5-1
cron                    3.0.1-7
crypt                   1.0-1
ctags                   5.2-1
curl                    7.10.2-1
curl-devel              7.10.2-1
cvs                     1.11.0-1
cygrunsrv               0.95-1
cygutils                1.1.3-1
cygwin                  1.3.21-1
cygwin-doc              1.3-2
dejagnu                 20021217-2
diff                    1.0-1
diffutils               2.8.1-1
doxygen                 1.2.18-1
dpkg                    1.10.4-2
ELFIO                   1.0.0-1
emacs                   21.2-12
emacs-X11               21.2-12
expat                   1.95.5-1
expect                  20030128-1
file                    3.39-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                     3.2-3
gcc-mingw               20020817-5
gdb                     20030303-1
gdbm                    1.8.0-4
gettext                 0.11.5-1
gnugo                   3.2-1
gnupg                   1.2.1-1
grep                    2.5-1
groff                   1.18.1-2
gsl                     1.3-1
guile                   1.6.0-1
guile-devel             1.6.0-1
gzip                    1.3.3-4
ioperm                  0.4-1
jbigkit                 1.4-1
jpeg                    6b-7
keychain                1.9-1
less                    378-1
lesstif                 0.93.40-1
libbz2_0                1.0.2-1
libbz2_1                1.0.2-2
libcharset1             1.8-2
libguile12              1.6.0-1
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
libkpathsea3            2.0.2-1
libltdl3                20030216-1
libncurses5             5.2-1
libncurses6             5.2-8
libpng                  1.2.5-1
libpng10                1.0.15-1
libpng10-devel          1.0.15-1
libpng12                1.2.5-1
libpng12-devel          1.2.5-1
libpng2                 1.0.12-1
libpopt0                1.6.4-4
libPropList             0.10.1-3
libreadline4            4.1-2
libreadline5            4.3-2
libtool                 20020705-1
libtool-devel           20030216-1
libtool-stable          1.4.3-1
libungif                4.1.0-2
libxerces-c21           2.1.0-1
libxerces-c22           2.2.0-1
libxml2                 2.4.23-1
libxslt                 1.0.13-1
login                   1.7-1
m4                      1.4-1
make                    3.79.1-7
man                     1.5j-2
mc                      4.6.0-1
mingw-runtime           2.4-1
mktemp                  1.4-1
mt                      2.0.1-1
ncurses                 5.2-8
newlib-man              20020801
openbox                 0.99.1-3
opengl                  1.1.0-6
openssh                 3.5p1-3
openssl                 0.9.7a-1
openssl-devel           0.9.7a-1
openssl096              0.9.6i-1
patch                   2.5.8-3
pcre                    3.7-1
perl                    5.6.1-2
popt                    1.6.4-4
procps                  010801-2
rcs                     5.7-3
readline                4.3-2
rebase                  2.2-2
sed                     4.0.5-1
sh-utils                2.0.15-3
sharutils               4.2.1-2
shutdown                1.2-2
sunrpc                  4.0-1
swig                    1.3.16-1
tar                     1.13.25-1
tcltk                   20030214-1
termcap                 20020930-1
terminfo                5.3-1
tetex-devel             2.0.2-1
tetex-doc               2.0.2-1
texinfo                 4.2-4
textutils               2.0.21-1
tiff                    3.6.0-1
time                    1.7-1
ucl                     1.01-1
units                   1.77-1
unzip                   5.50-2
upx                     1.24-1
w32api                  2.2-1
wget                    1.8.2-2
which                   1.5-1
WindowMaker             0.80.0-2
x2x                     1.27-2
Xaw3d                   1.5-1
xerces-c                2.2.0-1
XFree86-base            4.2.0-1
XFree86-bin             4.2.0-3
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-scripts 4.2.0-3
XFree86-vfb             4.2.0-1
XFree86-xserv           4.2.0-28
XFree86-xwinclip        4.2.0-8
xpm-nox                 4.2.0-1
zip                     2.3-2
zlib                    1.1.4-1

Use -h to see help about each section


------=_NextPart_000_0007_01C2EC94.B32693C0
Content-Type: text/plain; charset=us-ascii

--
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/
------=_NextPart_000_0007_01C2EC94.B32693C0--


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019