Problems compiling Cygwin from CVS - Undefined symbol

Brian Keener bkeener@thesoftwaresource.com
Thu Jan 8 21:23:00 GMT 2004


Still having problems compiling Cygwin from CVS.  I originally posted this on 
Dec 29 and I didn't get a response. Decided to wait and it would probably get 
corrected in a day or two but alas it still persists today.  I am sure it is 
related with something I am not doing but I don't have a clue - I searched the 
sources for occurrences of NOSIGFE, longjmp, Cygwin0.dll and cygdll and looking 
at cygwin.din it does appear to be exported but other than that - no luck.  I 
am posting again in hopes someone will clue me and if not I will assume that if 
you aren't smart enough to figure this out you shouldn't be compiling on your 
own anyways and let it go and restrict myself to just setup compiles.  Any 
insight however would be greatly appreciated.

Thanks
bk

~~~~~~~~~~~

Each time I have updated my CVS of cygwin first and then I have been deleting 
my build directory to make sure I am getting a clean configure and clean build 
and then from within my build directory I configure as follows (I have using 
this for a long time based on examples provided by someone else on the list and 
it always worked up until about the last month):

usr/develop/src/configure --enable-debugging  --host=i686-pc-cygwin  \
       -build=i686-pc-cygwin \
       --target=i686-pc-cygwin --enable-haifa --prefix=/usr \
       --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib \
       --includedir=/nonexistent/include

This seems to complete and then I do a build:

 make CFLAGS=" -g -O2" CXXFLAGS=" -g -O2" CCFLAGS=" -g -O2" tooldir=/usr
 
and I get:

/usr/bin/c++ -L/usr/develop/obj/cygwin/i686-pc-cygwin/winsup 
-L/usr/develop/obj/
cygwin/i686-pc-cygwin/winsup/cygwin 
-L/usr/develop/obj/cygwin/i686-pc-cygwin/win
sup/w32api/lib -isystem /usr/develop/src/src/src/winsup/include -isystem 
/usr/de
velop/src/src/src/winsup/cygwin/include -isystem 
/usr/develop/src/src/src/winsup
/w32api/include -isystem /usr/develop/src/src/src/newlib/libc/sys/cygwin 
-isyste
m /usr/develop/src/src/src/newlib/libc/sys/cygwin32 
-B/usr/develop/obj/cygwin/i6
86-pc-cygwin/newlib/ -isystem 
/usr/develop/obj/cygwin/i686-pc-cygwin/newlib/targ
-include -isystem /usr/develop/src/src/src/newlib/libc/include -g -O2 -nostdlib
-Wl,-T/usr/develop/src/src/src/winsup/cygwin/cygwin.sc 
-Wl,--out-implib,cygdll.a
 -shared -o cygwin0.dll \
-e _dll_entry@12 cygwin.def assert.o autoload.o bsdlib.o cxx.o cygheap.o 
cygthre
ad.o cygtls.o dcrt0.o debug.o delqueue.o devices.o dir.o dlfcn.o dll_init.o 
dtab
le.o environ.o errno.o exceptions.o exec.o external.o fcntl.o fhandler.o 
fhandle
r_clipboard.o fhandler_console.o fhandler_disk_file.o fhandler_dsp.o 
fhandler_fi
fo.o fhandler_floppy.o fhandler_mem.o fhandler_nodevice.o fhandler_proc.o 
fhandl
er_process.o fhandler_random.o fhandler_raw.o fhandler_registry.o 
fhandler_seria
l.o fhandler_socket.o fhandler_tape.o fhandler_termios.o fhandler_tty.o 
fhandler
_virtual.o fhandler_windows.o fhandler_zero.o flock.o fnmatch.o fork.o getopt.o
glob.o grp.o heap.o init.o ioctl.o ipc.o iruserok.o localtime.o 
malloc_wrapper.o
 miscfuncs.o mmap.o msg.o net.o netdb.o ntea.o passwd.o path.o pinfo.o pipe.o 
po
ll.o pthread.o regcomp.o regerror.o regexec.o regfree.o registry.o resource.o 
sc
andir.o sched.o sec_acl.o sec_helper.o security.o select.o sem.o shared.o shm.o
sigfe.o signal.o sigproc.o smallprint.o spawn.o strace.o strsep.o sync.o 
syscall
s.o sysconf.o syslog.o termios.o thread.o times.o tty.o uinfo.o uname.o 
v8_regex
p.o v8_regerror.o v8_regsub.o wait.o wincap.o window.o setjmp.o 
/usr/develop/obj
/cygwin/i686-pc-cygwin/libiberty/random.o 
/usr/develop/obj/cygwin/i686-pc-cygwin
/libiberty/strsignal.o malloc.o  version.o winver.o \
 /usr/develop/obj/cygwin/i686-pc-cygwin/winsup/cygserver/libcygserver.a 
/usr/dev
elop/obj/cygwin/i686-pc-cygwin/newlib/libm/libm.a 
/usr/develop/obj/cygwin/i686-p
c-cygwin/newlib/libc/libc.a \
-lgcc /usr/develop/obj/cygwin/i686-pc-cygwin/winsup/w32api/lib/libkernel32.a
Cannot export NOSIGFE: symbol not defined
Cannot export longjmp: symbol not defined
Cannot export longjmp: symbol not defined
Creating library file: cygdll.a
dcrt0.o(.text+0x114e): In function `_Z10dll_crt0_1Pc':
/usr/develop/src/src/src/winsup/cygwin/dcrt0.cc:656: undefined reference to 
`_lo
ngjmp'
dcrt0.o(.text+0x2300): In function `_Z7do_exiti':
/usr/develop/src/src/src/winsup/cygwin/perthread.h:72: undefined reference to 
`_
longjmp'
exceptions.o(.text+0x1a29): In function 
`_ZN11_threadinfo15interrupt_setupEiPvR9
sigactionj':
/usr/develop/src/src/src/winsup/cygwin/exceptions.cc:653: undefined reference 
to
 `_sigdelayed'
spawn.o(.text+0x2be4): In function `spawnve':
/usr/develop/src/src/src/winsup/cygwin/perthread.h:67: undefined reference to 
`_
longjmp'
syscalls.o(.text+0xd3c): In function `setsid':
/usr/develop/src/src/src/winsup/cygwin/perthread.h:67: undefined reference to 
`_
longjmp'
collect2: ld returned 1 exit status
make[2]: *** [cygwin0.dll] Error 1
make[2]: Leaving directory 
`/usr/develop/obj/cygwin/i686-pc-cygwin/winsup/cygwin
'
make[1]: *** [cygwin] Error 1
make[1]: Leaving directory `/usr/develop/obj/cygwin/i686-pc-cygwin/winsup'
make: *** [all-target-winsup] Error 2
~
$

And as is usually requested - the output from my 'cygcheck -srv' is as follows:

Cygwin Win95/NT Configuration Diagnostics
Current System Time: Thu Jan 08 15:28:43 2004

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 3

Path:  d:\cygwin\usr\local\bin
       d:\cygwin\bin
       d:\cygwin\bin
       c:\Program Files\Microsoft Office\Office
       c:\WINNT\system32
       c:\WINNT
       c:\WINNT\System32\Wbem
       c:\Program Files\Sybase\Adaptive Server Anywhere 6.0\win32
       c:\pcAnywhere\
       c:\PROGRA~1\IBM\IMNNQ
       c:\Program Files\SQLLIB\BIN
       c:\Program Files\SQLLIB\FUNCTION
       c:\Program Files\SQLLIB\SAMPLES\REPL
       c:\Program Files\SQLLIB\HELP
       d:\Program Files\Sybase\Adaptive Server Anywhere 6.0\win32
       d:\Program Files\Sybase\SQL Anywhere 8\win32
       c:\Program Files\Sybase\Shared\win32
       c:\Program Files\Sybase\Shared\Sybase Central 4.1
       c:\PCBP\
       c:\
       c:\ERCDTMP
       c:\ERCDTMP\BIN
       c:\ERCDTMP\TOOLS\PT1
       .
       d:\cygwin\cygnus\usr\bin

Output from d:\cygwin\bin\id.exe (nontsec)
UID: 1000(briank) GID: 513(None)
513(None)

Output from d:\cygwin\bin\id.exe (ntsec)
UID: 1000(briank) GID: 513(None)
544(Administrators)  545(Users)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

CYGWIN = `binmode ntsec nostrip_title title tty     '
HOME = `d:\cygwin\home\briank'
MAKE_MODE = `unix'
PWD = `/home/briank'
USER = `briank'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\briank.FPC\Application Data'
ASANY8 = `D:\Program Files\Sybase\SQL Anywhere 8'
ASANYSH8 = `C:\Program Files\Sybase\Shared'
BPDIR = `C:\PCBP\'
CLASSPATH = `.;C:\Program Files\Sybase\Adaptive Server Anywhere 
6.0\java\asajdbc.zip;C:\Program Files\Sybase\Adaptive Server Anywhere 
6.0\ProcDebug\jre\lib\swingall.jar;C:\Program Files\Sybase\Adaptive Server 
Anywhere 6.0\jconnect\utils\jisql\jisql.jar;C:\Program 
Files\SQLLIB\java\db2java.zip;C:\Program 
Files\SQLLIB\java\runtime.zip;C:\Program Files\SQLLIB\java\sqlj.zip;C:\Program 
Files\SQLLIB\bin'
CLASSPATHOLD = `.;C:\Program Files\SQLLIB\java\db2java.zip;C:\Program 
Files\SQLLIB\java\runtime.zip;C:\Program Files\SQLLIB\java\sqlj.zip;C:\Program 
Files\SQLLIB\bin;C:\Program Files\Sybase\Adaptive Server Anywhere 
6.0\java\asajdbc.zip'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `FPC-ATL-BKNB'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CVSROOT = `:pserver:anoncvs@sources.redhat.com:/cvs/src'
CVS_PASSFILE = `/home/briank/.cvspass'
DB2INSTANCE = `DB2'
DB2TEMPDIR = `C:\Program Files\SQLLIB'
GPC_EXEC_PREFIX = `/cygnus/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/'
HOMEDRIVE = `Z:'
HOMEPATH = `\'
HOMESHARE = `\\fpc-atl-srv9\userdata\BrianK'
HOST = `C:\WINNT\System32\drivers\etc\hosts'
ICM_FOLDER = `Information Catalog Manager'
IMNINST = `help'
IMNINSTSRV = `C:\PROGRA~1\IBM\IMNNQ'
INCLUDE = `C:\Program Files\SQLLIB\INCLUDE;C:\Program 
Files\SQLLIB\TEMPLATES\INCLUDE'
LC_ALL = `EN_US'
LOGONSERVER = `\\FPC-ATL-SRV3'
MANPATH = `:/usr/ssl/man'
MDIS_PROFILE = `C:\Program Files\SQLLIB\METADATA\PROFILES'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/develop/src/src/src/winsup/subauth'
OMNIS = `C:\Program Files\OMNIS Software Inc\OS23rt'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PATHOLD = `C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program 
Files\Sybase\Adaptive Server Anywhere 
6.0\win32;C:\pcAnywhere\;C:\PROGRA~1\IBM\IMNNQ;D:\Program 
Files\java\j2re1.4.0\bin;C:\Program Files\SQLLIB\BIN;C:\Program 
Files\SQLLIB\FUNCTION;C:\Program Files\SQLLIB\SAMPLES\REPL;C:\Program 
Files\SQLLIB\HELP;D:\SQLDeveloper'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 10, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `080a'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `]0;\w\w
$ '
SHELL = `/bin/bash'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `d:\cygwin\tmp'
TERM = `cygwin'
TMP = `d:\cygwin\tmp'
USERDOMAIN = `FPC'
USERNAME = `BrianK'
USERPROFILE = `C:\Documents and Settings\briank.FPC'
VWSPATH = `C:\Program Files\SQLLIB'
VWS_FOLDER = `IBM DB2'
VWS_LOGGING = `C:\Program Files\SQLLIB\LOGGING'
VWS_TEMPLATES = `C:\Program Files\SQLLIB\TEMPLATES'
WINDIR = `C:\WINNT'
_ = `/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) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `d:\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `d:\cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `d:\cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                    
c:  hd  FAT32   5127Mb  93% CP    UN           DRIVE_C
d:  hd  FAT32   5120Mb  98% CP    UN           DRIVE_D
e:  cd           N/A    N/A                    
f:  net NTFS   136798Mb  85% CP CS UN PA FC     User Storage
g:  net NTFS   136798Mb  85% CP CS UN PA FC     User Storage
n:  net NTFS   86826Mb  82% CP CS UN PA FC     
t:  net NTFS   136798Mb  85% CP CS UN PA FC     User Storage
z:  net NTFS   136798Mb  85% CP CS UN PA FC     User Storage

d:\cygwin      /          system  binmode
d:\cygwin/bin  /usr/bin   system  binmode
d:\cygwin/lib  /usr/lib   system  binmode
              /cygdrive  system  binmode,cygdrive

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

    7k 2003/10/19 d:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 3:57
  645k 2003/04/11 d:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto.dll" v0.0 ts=2003/4/11 6:37
   19k 2003/03/22 d:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/19 22:05
   28k 2003/07/20 d:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 3:58
   21k 2001/06/20 d:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 13:09
   22k 2001/12/13 d:\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
   45k 2001/04/25 d:\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 d:\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 d:\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 d:\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 d:\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 d:\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 d:\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 d:\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 d:\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 d:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 1:03
   22k 2002/06/09 d:\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 d:\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 d:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/6 23:34
   61k 2003/08/09 d:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2003/8/9 2:35
   14k 2003/08/10 d:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2003/8/10 16:57
  958k 2003/08/10 d:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/8/10 16:57
   37k 2003/08/10 d:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 17:50
   48k 2003/08/09 d:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 5:25
   29k 2003/08/09 d:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 5:25
  224k 2003/08/09 d:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 5:24
   19k 2003/08/09 d:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 5:24
  173k 2003/08/10 d:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2003/8/10 18:35
  165k 2003/04/11 d:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl.dll" v0.0 ts=2003/4/11 6:37
   63k 2003/04/11 d:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 4:31
   61k 2003/04/11 d:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 4:31
   29k 2003/08/11 d:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2003/8/10 19:16
  148k 2003/08/11 d:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2003/8/10 19:16
  842k 2003/09/30 d:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2003/9/30 12:49
  171k 2003/09/30 d:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2003/9/30 12:49
 1049k 2003/11/07 d:\cygwin\bin\cygperl5_8_2.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_2.dll" v0.0 ts=2003/11/7 6:08
   15k 2003/07/20 d:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 4:00
   12k 2003/02/17 d:\cygwin\bin\cygioperm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygioperm-0.dll" v0.0 ts=2003/2/17 14:58
   30k 2003/08/11 d:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/10 22:12
   60k 2003/08/09 d:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2003/8/9 2:28
   15k 2003/08/11 d:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/10 22:13
   32k 2003/08/18 d:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2003/8/18 1:35
  380k 2002/07/24 d:\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.1.dll" v0.0 ts=2002/7/24 12:24
  487k 2002/07/24 d:\cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 12:25
  831k 2003/09/20 d:\cygwin\bin\cygdb-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.1.dll" v0.0 ts=2003/9/20 17:51
 1080k 2003/09/20 d:\cygwin\bin\cygdb_cxx-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.1.dll" v0.0 ts=2003/9/20 17:53
   12k 2003/08/10 d:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2003/8/10 18:11
   69k 2003/08/10 d:\cygwin\bin\cyggettextlib-0-12-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cyggettextlib-0-12-1.dll" v0.0 ts=2003/8/10 18:10
  134k 2003/08/10 d:\cygwin\bin\cyggettextsrc-0-12-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cyggettextsrc-0-12-1.dll" v0.0 ts=2003/8/10 18:10
   62k 2003/12/11 d:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/12/11 12:01
    9k 2003/12/11 d:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/12/11 12:01
  155k 2004/01/07 d:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2004/1/7 11:14
  949k 2003/09/20 d:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/20 16:31
    Cygwin DLL version info:
        DLL version: 1.5.5
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 94
        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: Sat Sep 20 16:31:15 EDT 2003
        CVS tag: cr-0x9b
        Shared id: cygwin1S3


Cygwin Package Information
Last downloaded files to: D:\DownloadArchive\Cygwin
Last downloaded files from: 
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin

Package              Version            
_update-info-dir     00225-1            
agetty               2.1-1              
ash                  20031007-1         
autoconf             2.59-1             
autoconf-devel       2.59-1             
autoconf-stable      2.13-5             
automake             1.7.9-1            
automake-devel       1.7.9-1            
automake-stable      1.4p6-2            
base-files           2.6-1              
base-passwd          1.1-1              
bash                 2.05b-16           
binutils             20030901-1         
bison                20030307-1         
byacc                1.9-1              
bzip2                1.0.2-5            
chkconfig            1.2.24h-1          
clear                1.0-1              
cocom                0.995-1            
cpio                 2.5-3              
cron                 3.0.1-11           
crypt                1.1-1              
ctags                5.5-4              
cvs                  1.11.6-3           
cygrunsrv            0.97-1             
cygutils             1.2.2-1            
cygwin               1.5.5-1            
cygwin-doc           1.3-6              
diffutils            2.8.4-1            
editrights           1.01-1             
emacs                21.2-12            
expat                1.95.7-1           
file                 4.06-1             
fileutils            4.1-2              
findutils            4.1.7-4            
flex                 2.5.4a-3           
gawk                 3.1.3-4            
gcc                  3.3.1-3            
gcc-g++              3.3.1-3            
gcc-g77              3.3.1-3            
gcc-gpc              3.3.1-3            
gcc-java             3.3.1-3            
gcc-mingw            20030911-4         
gcc-mingw-core       20031020-1         
gcc-mingw-g++        20031020-1         
gcc-mingw-g77        20031020-1         
gcc-mingw-gpc        20031020-1         
gcc-mingw-java       20031020-1         
gcc2                 2.95.3-10          
gdb                  20030919-1         
gdbm                 1.8.3-7            
gettext              0.12.1-3           
ghostscript          7.05-2             
ghostscript-base     7.05-2             
grep                 2.5-1              
groff                1.18.1-2           
gzip                 1.3.5-1            
inetutils            1.3.2-25           
initscripts          0.9-1              
ioperm               0.4-1              
keychain             2.0.3-2            
less                 381-1              
libbz2_1             1.0.2-5            
libcharset1          1.9.1-3            
libdb3.1             3.1.17-2           
libdb4.1             4.1.25-1           
libgdbm              1.8.0-5            
libgdbm-devel        1.8.3-7            
libgdbm3             1.8.3-3            
libgdbm4             1.8.3-7            
libgettextpo0        0.12.1-3           
libiconv             1.9.1-3            
libiconv2            1.9.1-3            
libintl              0.10.38-3          
libintl1             0.10.40-1          
libintl2             0.12.1-3           
libltdl3             1.5-3              
libncurses5          5.2-1              
libncurses6          5.2-8              
libncurses7          5.3-4              
libpcre              4.1-1              
libpcre0             4.5-1              
libpng12             1.2.5-4            
libpopt0             1.6.4-4            
libreadline4         4.1-2              
libreadline5         4.3-5              
libtool              1.5b-1             
libtool-devel        1.5-3              
libtool-stable       1.4.3-2            
login                1.9-7              
m4                   1.4-1              
make                 3.80-1             
man                  1.5k-2             
mingw-runtime        3.2-1              
mktemp               1.5-3              
ncftp                3.1.4-1            
ncurses              5.3-4              
newlib-man           20020801           
openssh              3.7.1p2-2          
openssl              0.9.7c-1           
openssl096           0.9.6j-1           
patch                2.5.8-8            
perl                 5.8.2-1            
procps               010801-2           
python               2.3.3-1            
readline             4.3-5              
rebase               2.2-3              
rsync                2.5.7-2            
rxvt                 2.7.10-3           
sed                  4.0.8-1            
sh-utils             2.0.15-4           
sharutils            4.2.1-3            
shutdown             1.4-1              
sysvinit             2.84-4             
tar                  1.13.25-5          
tcltk                20030901-1         
tcsh                 6.12.00-7          
termcap              20021106-2         
terminfo             5.3_20030726-1     
texinfo              4.2-4              
textutils            2.0.21-1           
unzip                5.50-5             
vim                  6.2.098-1          
w32api               2.4-1              
which                1.5-2              
whois                4.6.7-1            
zip                  2.3-5              
zlib                 1.1.4-4            
zsh                  4.1.1-2            
Use -h to see help about each section






More information about the Cygwin-developers mailing list