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 From: "Gabriel SOUBIES" To: Subject: RE: Problem compiling cygwin1.dll from CVS Date: Tue, 13 Jan 2004 12:00:00 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0009_01C3D9CC.C5741220" X-IsSubscribed: yes ------=_NextPart_000_0009_01C3D9CC.C5741220 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hi! You are right, the problem I am referring to is the parse error in line 4 of cygwin.def. In fact, I even think that this very parse error is nothing but a side effect of the previous step failing (the generation of Cygwin0.dll, as you will see in the attached log). Here's what I did to re-build Cygwin: Download the sources via CVS and place them in /Cygwin/src Create a dir /Cygwin/obj where to build Cygwin, and a dir /Cygwin/install where to install it. I then moved into /Cygwin/obj and launched to following command lines: ../src/configure --prefix=/Cygwin/install -v > configure.log 2>&1 make > make.log 2>&1 And this is where is fails... The log files are attached to this mail, along with the result of cygcheck -svr. The last line of my make.log are the following: Making version.o and winver.o Version 1.5.6 c++ -L/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup -L/cygdrive/c/Cyg/obj/i686-p c-cygwin/winsup/cygwin -L/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup/w32api/li b -isystem /cygdrive/c/Cyg/src/winsup/include -isystem /cygdrive/c/Cyg/src/winsup/cygwin/include -isystem /cygdrive/c/Cyg/src/winsup/w32api/include -B/cygdrive/c/Cyg/obj/i686-pc-cygw in/newlib/ -isystem /cygdrive/c/Cyg/obj/i686-pc-cygwin/newlib/targ-include -isystem /cygdrive/c/Cyg/src/newlib/libc/include -g -O2 -nostdlib -Wl,-T../../../../s rc/winsup/cygwin/cygwin.sc -Wl,--out-implib,cygdll.a -shared -o cygwin0.dll \ -e _dll_entry AT 12 cygwin.def assert.o autoload.o bsdlib.o cxx.o cygheap.o cygthread.o dcrt0.o debug.o delqueue.o devices.o dir.o dlfcn.o dll_init.o dtable.o environ.o errno.o exceptions.o exec.o external.o fcntl.o fhandler.o fhandler_clipboard.o fhandler_console.o fhandler_disk_file.o fhandler_dsp.o fhandler_fifo.o fhandler_floppy.o fhandler_mem.o fhandler_nodevice.o fhandler_proc.o fhandler_process.o fhandler_random.o fhandler_raw.o fhandler_registry.o fhandler_serial.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 poll.o pthread.o regcomp.o regerror.o regexec.o regfree.o registry.o resource.o scandir.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 syscalls.o sysconf.o syslog.o termios.o thread.o times.o tty.o uinfo.o uname.o v8_regexp.o v8_regerror.o v8_regsub.o wait.o wincap.o window.o setjmp.o /cygdrive/c/Cyg/obj/i686-pc-cygwin/libiberty/random.o /cygdrive/c/Cyg/obj/i686-pc-cygwin/libiberty/strsignal.o malloc.o version.o winver.o \ /cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup/cygserver/libcygserver.a /cygdrive/c/Cyg/obj/i686-pc-cygwin/newlib/libm/libm.a /cygdrive/c/Cyg/obj/i686-pc-cygwin/newlib/libc/libc.a \ -lgcc /cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup/w32api/lib/libkernel32.a collect2: ld terminated with signal 11 [Segmentation fault], core dumped /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cygwin.def:4: parse error make[2]: *** [cygwin0.dll] Error 1 make[2]: Leaving directory `/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup/cygwin' make[1]: *** [cygwin] Error 1 make[1]: Leaving directory `/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup' make: *** [all-target-winsup] Error 2 As you can see, there is a segmentation fault in the c++ -o cygwin0.dll command and I think this is where the problem lies. Thanks for your help... Gabriel -----Message d'origine----- De : cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com]De la part de Igor Pechtchanski Envoye : lundi 12 janvier 2004 18:57 A : Gabriel SOUBIES Cc : cygwin AT cygwin DOT com Objet : RE: Problem compiling cygwin1.dll from CVS By "exactly the same build problem" I assume you mean a parse error in line 4 of cygwin.def? Could you please attach (*not* include inline) your generated cygwin.def, the output of "cygcheck -svr" on your system, the exact flags you're passing to "configure", and the exact command that fails? Igor On Mon, 12 Jan 2004, Gabriel SOUBIES wrote: > I experienced exactly the same build problem and all my mounts are binary > mounts... > So far I have not been able go further than this error. > If someone can help us, he is really welcome! > Thx > > -----Message d'origine----- > De : cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com]De la part > de Igor Pechtchanski > Envoye : vendredi 26 decembre 2003 17:12 > A : Nuno Ferreira > Cc : cygwin AT cygwin DOT com > Objet : Re: Problem compiling cygwin1.dll from CVS > > On Fri, 26 Dec 2003, Nuno Ferreira wrote: > > > Hi, > > while trying to find a problem with an application I'm using (that by > > the way was corrected by yesterday's snapshot) I tried to compile the > > DLL from CVS and it failed with this error: > > [snip] > > collect2: ld terminated with signal 11 [Segmentation fault], core dumped > > /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cygwin.def:4: parse error > > make[2]: *** [cygwin0.dll] Error 1 > > > > The created cygwin.def follows, do you have any ideia what can cause > > this problem? > > At a guess, judging from the CRLF line endings in the first 3 lines, > you're trying to build Cygwin on a text mount. Thus, ld expects to see > all lines ending in CRLF. However, gcc seems to write the defs with LFs > explicitly, so ld sees line 4 as one long line, and gives a parse error. > I'd suggest moving the build to a binary mount and trying again. > > > Also, I am experiencing some major memory leaks using the application, > > the same application runs flawlessly in linux, does anyone know any tool > > (something similar to valgrind) I can use to track the leaks under > > cygwin? > > > > Thank you > > -- > > Nuno > > Doesn't Cygwin use Doug Lea's malloc? I thought it had some leak > detection routines (or, at least, routines to print memory stats). Take a > look at winsup/cygwin/malloc.cc... > Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ ------=_NextPart_000_0009_01C3D9CC.C5741220 Content-Type: application/octet-stream; name="cygcheck.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="cygcheck.log" Cygwin Win95/NT Configuration Diagnostics Current System Time: Tue Jan 13 09:09:23 2004 Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 3 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\usr\X11R6\bin c:\Program Files\Tcl\bin c:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\bin c:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\bin\x11 c:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\mksnt c:\PROGRA~1\PVCS\VM\win32\bin c:\WINNT\system32 c:\WINNT c:\WINNT\System32\Wbem c:\Program Files\Fichiers communs\Adaptec Shared\System c:\Program Files\Rational\common c:\Program Files\Rational\Rose\TopLink\ c:\Program Files\Rational\Rational Test c:\PROGRA~1\MICROS~4\Office c:\PROGRA~1\ULTRAE~1 c:\Python21 c:\PROGRA~1\ATT\Graphviz\bin c:\PROGRA~1\ATT\Graphviz\bin\tools c:\Program Files\Unisys\RoseXMLTools c:\Qt\3.1.2\bin c:\Program Files\Microsoft Visual Studio\VC98\Bin c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin Output from C:\cygwin\bin\id.exe (nontsec) UID: 12134(fr250455) GID: 10545(mkgroup-l-d) 10545(mkgroup-l-d) Output from C:\cygwin\bin\id.exe (ntsec) UID: 12134(fr250455) GID: 10545(mkgroup-l-d) 544(Administrateurs) 545(Utilisateurs) 10545(mkgroup-l-d) SysDir: C:\WINNT\System32 WinDir: C:\WINNT HOME =3D `u:\' MAKE_MODE =3D `unix' PWD =3D `/cygdrive/c/Cyg/obj' USER =3D `fr250455' ALLUSERSPROFILE =3D `C:\Documents and Settings\All Users' APPDATA =3D `C:\Documents and Settings\fr250455\Application Data' CLASSPATH =3D `C:\Program Files\Exceed.nt\hcljrcsv.zip;C:\Program Files\Exc= eed.nt' COMMONHOME =3D `C:\Program Files\Rational\common' COMMONPROGRAMFILES =3D `C:\Program Files\Fichiers communs' COMPUTERNAME =3D `CESTAS' COMSPEC =3D `C:\WINNT\system32\cmd.exe' CVS_RSH =3D `/bin/ssh' HOMEDRIVE =3D `U:' HOMEPATH =3D `\' HOMESHARE =3D `\\gimli\fr250455' HOSTNAME =3D `cestas' INCLUDE =3D `C:\Program Files\Microsoft Visual Studio\VC98\atl\include;C:\P= rogram Files\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files\Micr= osoft Visual Studio\VC98\include' INFOPATH =3D `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel= /info:/usr/autotool/stable/info:' LIB =3D `C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;C:\Program F= iles\Microsoft Visual Studio\VC98\lib' LOGONSERVER =3D `\\GIMLI' MANPATH =3D `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man= ::/usr/ssl/man' MSDEVDIR =3D `C:\Program Files\Microsoft Visual Studio\Common\MSDev98' NUMBER_OF_PROCESSORS =3D `1' NUTCROOT =3D `C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT' NUTSUFFIX =3D `1' NUT_SUFFIXED_SEARCHING =3D `1' OLDPWD =3D `/cygdrive/c/Cyg' OS2LIBPATH =3D `C:\WINNT\system32\os2\dll;' OS =3D `Windows_NT' PATHEXT =3D `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.tcl' PKG_CONFIG_PATH =3D `:/usr/X11R6/lib/pkgconfig' PROCESSOR_ARCHITECTURE =3D `x86' PROCESSOR_IDENTIFIER =3D `x86 Family 15 Model 2 Stepping 9, GenuineIntel' PROCESSOR_LEVEL =3D `15' PROCESSOR_REVISION =3D `0209' PROGRAMFILES =3D `C:\Program Files' PROMPT =3D `$P$G' PS1 =3D `\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ ' QMAKESPEC =3D `win32-msvc' QTDIR =3D `C:\Qt\3.1.2' QTDIR_BAK =3D `c:\Qt\2.3nc' RATL_RTHOME =3D `C:\Program Files\Rational\Rational Test' RQAHOME =3D `C:\Program Files\Rational\Rational Test\QualityArchitect' SHLVL =3D `1' SYSTEMDRIVE =3D `C:' SYSTEMROOT =3D `C:\WINNT' TEMP =3D `c:\DOCUME~1\fr250455\LOCALS~1\Temp' TERM =3D `nutc' TERMCAP =3D `C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\etc\termcap' TERMINFO =3D `C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\usr\lib\terminfo' TMP =3D `c:\DOCUME~1\fr250455\LOCALS~1\Temp' TMPDIR =3D `c:\DOCUME~1\fr250455\LOCALS~1\Temp' USERDOMAIN =3D `BDXFR' USERNAME =3D `fr250455' USERPROFILE =3D `C:\Documents and Settings\fr250455' WINDIR =3D `C:\WINNT' _ =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 `C:\cygwin' flags =3D 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) =3D `C:\cygwin/bin' flags =3D 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) =3D `C:\cygwin/lib' flags =3D 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/li= b/X11/fonts (default) =3D `C:\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=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 c: hd NTFS 29996Mb 42% CP CS UN PA FC WIN2K d: cd CDFS 385Mb 100% CS UN HotBurn_Jan12_04 e: hd NTFS 17908Mb 18% CP CS UN PA FC DONNEES f: net NTFS 5051Mb 84% CP CS UN PA FC=20=20=20=20=20 g: hd NTFS 11130Mb 18% CP CS UN PA FC XP h: hd NTFS 17210Mb 5% CP CS UN PA FC WN2KTEST k: net NTFS 34449Mb 52% CP CS PA Appli l: net NTFS 304Mb 87% CP CS PA fr250455 n: net FAT 4001Mb 95% CP UN=20=20=20=20=20=20=20=20=20=20=20 p: net NTFS 17908Mb 18% CP CS UN PA FC DONNEES u: net NTFS 34449Mb 52% CP CS PA fr250455 v: net NTFS 34449Mb 52% CP CS PA Common w: net NTFS 34449Mb 52% CP CS PA Partage C:\cygwin / system binmode C:\cygwin/bin /usr/bin system binmode C:\cygwin/lib /usr/lib system binmode C:\cygwin\usr\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts system binmode . /cygdrive system binmod= e,cygdrive Found: C:\cygwin\bin\awk.exe Found: C:\cygwin\bin\bash.exe Found: C:\cygwin\bin\cat.exe Found: C:\cygwin\bin\cp.exe Found: C:\cygwin\bin\cpp.exe Found: c:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\bin\cpp.exe Warning: C:\cygwin\bin\cpp.exe hides c:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT= \bin\cpp.exe Found: C:\cygwin\bin\find.exe Found: C:\cygwin\bin\gcc.exe Found: C:\cygwin\bin\gdb.exe Found: C:\cygwin\bin\grep.exe Found: C:\cygwin\bin\ld.exe Found: C:\cygwin\bin\ls.exe Found: C:\cygwin\bin\make.exe Found: C:\cygwin\bin\mv.exe Found: C:\cygwin\bin\rm.exe Found: C:\cygwin\bin\sed.exe Found: C:\cygwin\bin\sh.exe Found: C:\cygwin\bin\tar.exe 61k 2003/08/09 C:\cygwin\bin\cygbz2-1.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygbz2-1.dll" v0.0 ts=3D2003/8/9 8:35 54k 2002/01/27 C:\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 14k 2003/08/10 C:\cygwin\bin\cygcharset-1.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cygcharset-1.dll" v0.0 ts=3D2003/8/10 22:57 7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=3D4.0 img=3D1.0 sys=3D4= .0 "cygcrypt-0.dll" v0.0 ts=3D2003/10/19 9:57 842k 2003/09/30 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=3D4.0 img=3D1.0 sy= s=3D4.0 "cygcrypto-0.9.7.dll" v0.0 ts=3D2003/9/30 18:49 645k 2003/04/11 C:\cygwin\bin\cygcrypto.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygcrypto.dll" v0.0 ts=3D2003/4/11 12:37 598k 2003/11/03 C:\cygwin\bin\cygcurl-2.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygcurl-2.dll" v0.0 ts=3D2003/11/3 17:22 22k 2003/10/17 C:\cygwin\bin\cygcygipc-2.dll - os=3D4.0 img=3D1.0 sys=3D= 4.0 "cygcygipc-2.dll" v0.0 ts=3D2003/10/17 7:24 831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygdb-4.1.dll" v0.0 ts=3D2003/9/20 23:51 1080k 2003/09/20 C:\cygwin\bin\cygdb_cxx-4.1.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cygdb_cxx-4.1.dll" v0.0 ts=3D2003/9/20 23:53 132k 2003/07/12 C:\cygwin\bin\cygexpat-0.dll - os=3D4.0 img=3D1.0 sys=3D4= .0 "cygexpat-0.dll" v0.0 ts=3D2003/7/12 13:33 64k 2003/09/23 C:\cygwin\bin\cygexslt-0.dll - os=3D4.0 img=3D1.0 sys=3D4= .0 "cygexslt-0.dll" v0.0 ts=3D2003/9/23 21:13 654k 2003/11/04 C:\cygwin\bin\cygfltknox-0.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cygfltknox-0.dll" v0.0 ts=3D2003/11/4 22:57 65k 2003/11/04 C:\cygwin\bin\cygfltknox_forms-0.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygfltknox_forms-0.dll" v0.0 ts=3D2003/11/4 22:57 81k 2003/11/04 C:\cygwin\bin\cygfltknox_gl-0.dll - os=3D4.0 img=3D1.0 sy= s=3D4.0 "cygfltknox_gl-0.dll" v0.0 ts=3D2003/11/4 22:58 108k 2003/11/04 C:\cygwin\bin\cygfltknox_images-0.dll - os=3D4.0 img=3D1.= 0 sys=3D4.0 "cygfltknox_images-0.dll" v0.0 ts=3D2003/11/4 22:58 131k 2003/10/28 C:\cygwin\bin\cygfontconfig-1.dll - os=3D4.0 img=3D1.0 sy= s=3D4.0 "cygfontconfig-1.dll" v0.0 ts=3D2003/10/28 23:44 45k 2001/04/25 C:\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 C:\cygwin\bin\cygform6.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygform6.dll" v0.0 ts=3D2002/1/9 7:03 48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygform7.dll" v0.0 ts=3D2003/8/9 11:25 361k 2003/10/25 C:\cygwin\bin\cygfreetype-6.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cygfreetype-6.dll" v0.0 ts=3D2003/10/22 6:18 208k 2003/11/19 C:\cygwin\bin\cyggd-2.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cyggd-2.dll" v0.0 ts=3D2003/11/19 18:57 28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cyggdbm-3.dll" v0.0 ts=3D2003/7/20 9:58 30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cyggdbm-4.dll" v0.0 ts=3D2003/8/11 4:12 19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cyggdbm.dll" v0.0 ts=3D2002/2/20 4:05 15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=3D4.0 img=3D1.0 s= ys=3D4.0 "cyggdbm_compat-3.dll" v0.0 ts=3D2003/7/20 10:00 15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=3D4.0 img=3D1.0 s= ys=3D4.0 "cyggdbm_compat-4.dll" v0.0 ts=3D2003/8/11 4:13 69k 2003/08/10 C:\cygwin\bin\cyggettextlib-0-12-1.dll - os=3D4.0 img=3D1= .0 sys=3D4.0 "cyggettextlib-0-12-1.dll" v0.0 ts=3D2003/8/11 0:10 12k 2003/08/10 C:\cygwin\bin\cyggettextpo-0.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cyggettextpo-0.dll" v0.0 ts=3D2003/8/11 0:11 134k 2003/08/10 C:\cygwin\bin\cyggettextsrc-0-12-1.dll - os=3D4.0 img=3D1= .0 sys=3D4.0 "cyggettextsrc-0-12-1.dll" v0.0 ts=3D2003/8/11 0:10 167k 2003/09/09 C:\cygwin\bin\cyggmp-3.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cyggmp-3.dll" v0.0 ts=3D2003/9/10 0:03 1506k 2003/11/05 C:\cygwin\bin\cyggsl-0.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cyggsl-0.dll" v0.0 ts=3D2003/11/5 22:19 190k 2003/11/05 C:\cygwin\bin\cyggslcblas-0.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cyggslcblas-0.dll" v0.0 ts=3D2003/11/5 21:35 489k 2003/08/09 C:\cygwin\bin\cygguile-12.dll - os=3D4.0 img=3D1.0 sys=3D= 4.0 "cygguile-12.dll" v0.0 ts=3D2003/8/9 16:17 489k 2003/07/28 C:\cygwin\bin\cygguile-12abi13.dll - os=3D4.0 img=3D1.0 s= ys=3D4.0 "cygguile-12abi13.dll" v0.0 ts=3D2003/7/28 20:18 24k 2003/08/09 C:\cygwin\bin\cygguile-ltdl-1.dll - os=3D4.0 img=3D1.0 sy= s=3D4.0 "cygguile-ltdl-1.dll" v0.0 ts=3D2003/8/9 16:16 24k 2003/07/28 C:\cygwin\bin\cygguile-ltdl-1abi13.dll - os=3D4.0 img=3D1= .0 sys=3D4.0 "cygguile-ltdl-1abi13.dll" v0.0 ts=3D2003/7/28 19:48 62k 2003/08/09 C:\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=3D2003/8/9 1= 6:17 62k 2003/07/28 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1abi13.dll - o= s=3D4.0 img=3D1.0 sys=3D4.0 "cygguile-srfi-srfi-13-14-v-1-1abi13.dll" v0.0 ts=3D2003/= 7/28 20:18 23k 2003/08/09 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - os=3D4.0 i= mg=3D1.0 sys=3D4.0 "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=3D2003/8/9 16:17 23k 2003/07/28 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1abi13.dll - os=3D= 4.0 img=3D1.0 sys=3D4.0 "cygguile-srfi-srfi-4-v-1-1abi13.dll" v0.0 ts=3D2003/7/28= 20:18 11k 2003/08/09 C:\cygwin\bin\cygguilereadline-v-12-12.dll - os=3D4.0 img= =3D1.0 sys=3D4.0 "cygguilereadline-v-12-12.dll" v0.0 ts=3D2003/8/9 16:17 11k 2003/07/28 C:\cygwin\bin\cygguilereadline-v-12-12abi13.dll - os=3D4.= 0 img=3D1.0 sys=3D4.0 "cygguilereadline-v-12-12abi13.dll" v0.0 ts=3D2003/7/28 2= 0:18 17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=3D4.0 img=3D1.0 sys=3D= 4.0 "cyghistory4.dll" v0.0 ts=3D2001/1/7 5:34 29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=3D4.0 img=3D1.0 sys=3D= 4.0 "cyghistory5.dll" v0.0 ts=3D2003/8/11 1:16 958k 2003/08/10 C:\cygwin\bin\cygiconv-2.dll - os=3D4.0 img=3D1.0 sys=3D4= .0 "cygiconv-2.dll" v0.0 ts=3D2003/8/10 22:57 22k 2001/12/13 C:\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 37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygintl-2.dll" v0.0 ts=3D2003/8/10 23:50 21k 2001/06/20 C:\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 C:\cygwin\bin\cygioperm-0.dll - os=3D4.0 img=3D1.0 sys=3D= 4.0 "cygioperm-0.dll" v0.0 ts=3D2003/2/17 20:58 48k 2003/08/10 C:\cygwin\bin\cygjbig1.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygjbig1.dll" v0.0 ts=3D2003/8/11 1:58 132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll - os=3D4.0 img=3D1.0 sys=3D4= .0 "cygjpeg-62.dll" v0.0 ts=3D2003/8/11 2:37 119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygjpeg6b.dll" v0.0 ts=3D2002/2/9 6:19 60k 2003/09/17 C:\cygwin\bin\cygkpathsea-3.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cygkpathsea-3.dll" v0.0 ts=3D2003/9/17 18:37 60k 2003/07/27 C:\cygwin\bin\cygkpathsea-3abi13.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygkpathsea-3abi13.dll" v0.0 ts=3D2003/7/27 22:23 32k 2003/08/18 C:\cygwin\bin\cygltdl-3.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygltdl-3.dll" v0.0 ts=3D2003/8/18 7:35 349k 2003/12/04 C:\cygwin\bin\cygMagick++-6.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cygMagick++-6.dll" v0.0 ts=3D2003/12/4 3:51 2354k 2003/12/04 C:\cygwin\bin\cygMagick-6.dll - os=3D4.0 img=3D1.0 sys=3D= 4.0 "cygMagick-6.dll" v0.0 ts=3D2003/12/4 2:53 181k 2003/10/06 C:\cygwin\bin\cygmcrypt-4.dll - os=3D4.0 img=3D1.0 sys=3D= 4.0 "cygmcrypt-4.dll" v0.0 ts=3D2003/10/6 16:54 26k 2001/04/25 C:\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 C:\cygwin\bin\cygmenu6.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygmenu6.dll" v0.0 ts=3D2002/1/9 7:03 29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygmenu7.dll" v0.0 ts=3D2003/8/9 11:25 271k 2003/10/06 C:\cygwin\bin\cygmhash-2.dll - os=3D4.0 img=3D1.0 sys=3D4= .0 "cygmhash-2.dll" v0.0 ts=3D2003/10/6 17:23 15k 2003/11/20 C:\cygwin\bin\cygminires.dll - os=3D4.0 img=3D0.97 sys=3D= 4.0 "cygminires.dll" v0.0 ts=3D2003/11/20 2:55 156k 2001/04/25 C:\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 C:\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 C:\cygwin\bin\cygncurses5.dll - os=3D4.0 img=3D1.0 sys=3D= 4.0 "cygncurses5.dll" v0.0 ts=3D2001/4/25 7:17 202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=3D4.0 img=3D1.0 sys=3D= 4.0 "cygncurses6.dll" v0.0 ts=3D2002/1/9 7:03 224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=3D4.0 img=3D1.0 sys=3D= 4.0 "cygncurses7.dll" v0.0 ts=3D2003/8/9 11:24 15k 2001/04/25 C:\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 C:\cygwin\bin\cygpanel6.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygpanel6.dll" v0.0 ts=3D2002/1/9 7:03 19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygpanel7.dll" v0.0 ts=3D2003/8/9 11:24 62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygpcre-0.dll" v0.0 ts=3D2003/12/11 18:01 63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygpcre.dll" v0.0 ts=3D2003/4/11 10:31 9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cygpcreposix-0.dll" v0.0 ts=3D2003/12/11 18:01 61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cygpcreposix.dll" v0.0 ts=3D2003/4/11 10:31 1049k 2003/11/07 C:\cygwin\bin\cygperl5_8_2.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cygperl5_8_2.dll" v0.0 ts=3D2003/11/7 12:08 168k 2003/08/10 C:\cygwin\bin\cygpng10.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygpng10.dll" v0.0 ts=3D2003/8/11 0:31 173k 2003/08/10 C:\cygwin\bin\cygpng12.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygpng12.dll" v0.0 ts=3D2003/8/11 0:35 170k 2002/01/21 C:\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 C:\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 C:\cygwin\bin\cygreadline4.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cygreadline4.dll" v0.0 ts=3D2001/1/7 5:34 148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cygreadline5.dll" v0.0 ts=3D2003/8/11 1:16 682k 2003/10/11 C:\cygwin\bin\cygruby18.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygruby18.dll" v0.0 ts=3D2003/10/11 13:41 380k 2003/12/13 C:\cygwin\bin\cygsmi-2.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygsmi-2.dll" v0.0 ts=3D2003/12/13 1:57 171k 2003/09/30 C:\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/9/30 18:49 165k 2003/04/11 C:\cygwin\bin\cygssl.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygssl.dll" v0.0 ts=3D2003/4/11 12:37 281k 2003/02/24 C:\cygwin\bin\cygtiff3.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygtiff3.dll" v0.0 ts=3D2003/2/24 5:58 282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygtiff4.dll" v0.0 ts=3D2003/8/11 4:32 25k 2002/07/14 C:\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 C:\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 C:\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 3006k 2003/10/12 C:\cygwin\bin\cygxerces-c23.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cygxerces-c23.dll" v0.0 ts=3D2003/10/12 4:36 3520k 2003/12/16 C:\cygwin\bin\cygxerces-c24.dll - os=3D4.0 img=3D1.0 sys= =3D4.0 "cygxerces-c24.dll" v0.0 ts=3D2003/12/16 20:45 1074k 2003/09/23 C:\cygwin\bin\cygxml2-2.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygxml2-2.dll" v0.0 ts=3D2003/9/23 19:52 50k 2003/08/09 C:\cygwin\bin\cygXpm-noX4.dll - os=3D4.0 img=3D1.0 sys=3D= 4.0 "cygXpm-noX4.dll" v0.0 ts=3D2003/8/9 9:21 54k 2003/08/09 C:\cygwin\bin\cygXpm-X4.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygXpm-X4.dll" v0.0 ts=3D2003/8/9 9:22 196k 2003/09/23 C:\cygwin\bin\cygxslt-1.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygxslt-1.dll" v0.0 ts=3D2003/9/23 20:58 7k 2003/09/23 C:\cygwin\bin\cygxsltbreakpoint-1.dll - os=3D4.0 img=3D1.= 0 sys=3D4.0 "cygxsltbreakpoint-1.dll" v0.0 ts=3D2003/9/23 21:06 60k 2003/08/09 C:\cygwin\bin\cygz.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygz.dll" v0.0 ts=3D2003/8/9 8:28 949k 2003/09/20 C:\cygwin\bin\cygwin1.dll - os=3D4.0 img=3D1.0 sys=3D4.0 "cygwin1.dll" v0.0 ts=3D2003/9/20 22: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:=20 Build date: Sat Sep 20 16:31:15 EDT 2003 CVS tag: cr-0x9b Shared id: cygwin1S3 237k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygdps-1.dll" v0.0 ts=3D2003/11/18 2:41 121k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=3D4.0 img=3D1= .0 sys=3D4.0 "cygdpstk-1.dll" v0.0 ts=3D2003/11/18 2:41 28k 2003/10/29 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=3D4.0 img= =3D1.0 sys=3D4.0 "cygDtPrint-1.dll" v0.0 ts=3D2003/10/29 1:59 282k 2003/10/28 C:\cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=3D4.0 img= =3D1.0 sys=3D4.0 "cygfreetype-9.dll" v0.0 ts=3D2003/10/18 8:44 373k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygGL-1.dll" v0.0 ts=3D2003/11/18 2:39 439k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygGLU-1.dll" v0.0 ts=3D2003/11/18 2:40 74k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygICE-6.dll" v0.0 ts=3D2003/11/18 2:30 77k 2003/10/29 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygMrm-2.dll" v0.0 ts=3D2003/10/29 1:59 9k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=3D4.0 img=3D1.= 0 sys=3D4.0 "cygoldX-6.dll" v0.0 ts=3D2003/11/18 2:30 1271k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=3D4.0 img=3D= 1.0 sys=3D4.0 "cygOSMesa-4.dll" v0.0 ts=3D2003/11/18 2:39 20k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=3D4.0 img=3D1= .0 sys=3D4.0 "cygpsres-1.dll" v0.0 ts=3D2003/11/18 2:42 30k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygSM-6.dll" v0.0 ts=3D2003/11/18 2:30 66k 2003/10/29 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygUil-2.dll" v0.0 ts=3D2003/10/29 1:59 864k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygX11-6.dll" v0.0 ts=3D2003/11/18 2:30 253k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygXaw-6.dll" v0.0 ts=3D2003/11/18 2:33 355k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygXaw-7.dll" v0.0 ts=3D2003/11/18 2:34 36k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=3D4.0 img= =3D1.0 sys=3D4.0 "cygXcursor-1.dll" v0.0 ts=3D2003/11/18 2:43 49k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=3D4.0 img=3D1.= 0 sys=3D4.0 "cygXext-6.dll" v0.0 ts=3D2003/11/18 2:30 56k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygXft-1.dll" v0.0 ts=3D2003/11/18 2:42 74k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygXft-2.dll" v0.0 ts=3D2003/11/18 2:42 27k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygXi-6.dll" v0.0 ts=3D2003/11/18 2:34 1324k 2003/10/29 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygXm-2.dll" v0.0 ts=3D2003/10/29 1:44 76k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygXmu-6.dll" v0.0 ts=3D2003/11/18 2:32 11k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=3D4.0 img=3D1.= 0 sys=3D4.0 "cygXmuu-1.dll" v0.0 ts=3D2003/11/18 2:32 26k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygXp-6.dll" v0.0 ts=3D2003/11/18 2:35 51k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=3D4.0 img=3D1.0= sys=3D4.0 "cygXpm-4.dll" v0.0 ts=3D2003/11/18 2:32 14k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=3D4.0 img=3D= 1.0 sys=3D4.0 "cygXrandr-2.dll" v0.0 ts=3D2003/11/18 2:43 26k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=3D4.0 img= =3D1.0 sys=3D4.0 "cygXrender-1.dll" v0.0 ts=3D2003/11/18 2:42 282k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygXt-6.dll" v0.0 ts=3D2003/11/18 2:31 27k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=3D4.0 img=3D1= .0 sys=3D4.0 "cygXTrap-6.dll" v0.0 ts=3D2003/11/18 2:43 17k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=3D4.0 img=3D1.= 0 sys=3D4.0 "cygXtst-6.dll" v0.0 ts=3D2003/11/18 2:34 15k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXv-1.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygXv-1.dll" v0.0 ts=3D2003/11/18 2:35 Cygwin Package Information Last downloaded files to: E:\Install Cygwin\Cygwin Download Last downloaded files from: E:\Install Cygwin\Cygwin Download Package Version=20=20=20=20=20=20=20=20=20=20=20=20 _update-info-dir 00225-1=20=20=20=20=20=20=20=20=20=20=20=20 agetty 2.1-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ash 20031007-1=20=20=20=20=20=20=20=20=20 astyle 1.15.3-3=20=20=20=20=20=20=20=20=20=20=20 autoconf 2.59-1=20=20=20=20=20=20=20=20=20=20=20=20=20 autoconf-devel 2.59-1=20=20=20=20=20=20=20=20=20=20=20=20=20 autoconf-stable 2.13-5=20=20=20=20=20=20=20=20=20=20=20=20=20 automake 1.7.9-1=20=20=20=20=20=20=20=20=20=20=20=20 automake-devel 1.7.9-1=20=20=20=20=20=20=20=20=20=20=20=20 automake-stable 1.4p6-2=20=20=20=20=20=20=20=20=20=20=20=20 base-files 2.6-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 base-passwd 1.1-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 bash 2.05b-16=20=20=20=20=20=20=20=20=20=20=20 bc 1.06-1=20=20=20=20=20=20=20=20=20=20=20=20=20 binutils 20030901-1=20=20=20=20=20=20=20=20=20 bison 20030307-1=20=20=20=20=20=20=20=20=20 byacc 1.9-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 bzip2 1.0.2-5=20=20=20=20=20=20=20=20=20=20=20=20 c-client 2002e-3=20=20=20=20=20=20=20=20=20=20=20=20 ccache 2.2-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ccdoc 0.8.39-1=20=20=20=20=20=20=20=20=20=20=20 check 0.8.4-1=20=20=20=20=20=20=20=20=20=20=20=20 chkconfig 1.2.24h-1=20=20=20=20=20=20=20=20=20=20 clear 1.0-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 clisp 2.31-2=20=20=20=20=20=20=20=20=20=20=20=20=20 cmake 1.8.2-1=20=20=20=20=20=20=20=20=20=20=20=20 cocom 0.995-1=20=20=20=20=20=20=20=20=20=20=20=20 compface 1.4-5=20=20=20=20=20=20=20=20=20=20=20=20=20=20 cpio 2.5-3=20=20=20=20=20=20=20=20=20=20=20=20=20=20 crypt 1.1-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ctags 5.5-4=20=20=20=20=20=20=20=20=20=20=20=20=20=20 curl 7.10.8-1=20=20=20=20=20=20=20=20=20=20=20 curl-devel 7.10.8-1=20=20=20=20=20=20=20=20=20=20=20 cvs 1.11.6-3=20=20=20=20=20=20=20=20=20=20=20 cygipc 2.02-1=20=20=20=20=20=20=20=20=20=20=20=20=20 cygrunsrv 0.97-1=20=20=20=20=20=20=20=20=20=20=20=20=20 cygutils 1.2.2-1=20=20=20=20=20=20=20=20=20=20=20=20 cygwin 1.5.5-1=20=20=20=20=20=20=20=20=20=20=20=20 d 1.2.0-1=20=20=20=20=20=20=20=20=20=20=20=20 dejagnu 20021217-2=20=20=20=20=20=20=20=20=20 diffutils 2.8.4-1=20=20=20=20=20=20=20=20=20=20=20=20 distcc 2.11.2-1=20=20=20=20=20=20=20=20=20=20=20 doxygen 1.2.18-1=20=20=20=20=20=20=20=20=20=20=20 dpkg 1.10.4-2=20=20=20=20=20=20=20=20=20=20=20 editrights 1.01-1=20=20=20=20=20=20=20=20=20=20=20=20=20 ELFIO 1.0.0-1=20=20=20=20=20=20=20=20=20=20=20=20 expat 1.95.6-2=20=20=20=20=20=20=20=20=20=20=20 expect 20030128-1=20=20=20=20=20=20=20=20=20 file 4.06-1=20=20=20=20=20=20=20=20=20=20=20=20=20 fileutils 4.1-2=20=20=20=20=20=20=20=20=20=20=20=20=20=20 findutils 4.1.7-4=20=20=20=20=20=20=20=20=20=20=20=20 flex 2.5.4a-3=20=20=20=20=20=20=20=20=20=20=20 fltk 1.1.4-2=20=20=20=20=20=20=20=20=20=20=20=20 fontconfig 2.2.0-1=20=20=20=20=20=20=20=20=20=20=20=20 freetype2 2.1.5-1=20=20=20=20=20=20=20=20=20=20=20=20 gawk 3.1.3-4=20=20=20=20=20=20=20=20=20=20=20=20 gcc 3.3.1-3=20=20=20=20=20=20=20=20=20=20=20=20 gcc-ada 3.3.1-3=20=20=20=20=20=20=20=20=20=20=20=20 gcc-g++ 3.3.1-3=20=20=20=20=20=20=20=20=20=20=20=20 gcc-g77 3.3.1-3=20=20=20=20=20=20=20=20=20=20=20=20 gcc-gpc 3.3.1-3=20=20=20=20=20=20=20=20=20=20=20=20 gcc-java 3.3.1-3=20=20=20=20=20=20=20=20=20=20=20=20 gcc-mingw 20030911-4=20=20=20=20=20=20=20=20=20 gcc-mingw-ada 20031020-1=20=20=20=20=20=20=20=20=20 gcc-mingw-core 20031020-1=20=20=20=20=20=20=20=20=20 gcc-mingw-g++ 20031020-1=20=20=20=20=20=20=20=20=20 gcc-mingw-g77 20031020-1=20=20=20=20=20=20=20=20=20 gcc-mingw-gpc 20031020-1=20=20=20=20=20=20=20=20=20 gcc-mingw-java 20031020-1=20=20=20=20=20=20=20=20=20 gcc-mingw-objc 20031020-1=20=20=20=20=20=20=20=20=20 gcc-objc 3.3.1-3=20=20=20=20=20=20=20=20=20=20=20=20 gd 2.0.15-1=20=20=20=20=20=20=20=20=20=20=20 gdb 20030919-1=20=20=20=20=20=20=20=20=20 gdbm 1.8.3-7=20=20=20=20=20=20=20=20=20=20=20=20 gettext 0.12.1-3=20=20=20=20=20=20=20=20=20=20=20 gettext-devel 0.12.1-3=20=20=20=20=20=20=20=20=20=20=20 gmp 4.1.2-1=20=20=20=20=20=20=20=20=20=20=20=20 gnupg 1.2.2-3=20=20=20=20=20=20=20=20=20=20=20=20 gperf 2.7.2-1=20=20=20=20=20=20=20=20=20=20=20=20 grep 2.5-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 groff 1.18.1-2=20=20=20=20=20=20=20=20=20=20=20 gsl 1.4-2=20=20=20=20=20=20=20=20=20=20=20=20=20=20 guile 1.6.4-12=20=20=20=20=20=20=20=20=20=20=20 guile-devel 1.6.4-12=20=20=20=20=20=20=20=20=20=20=20 gzip 1.3.5-1=20=20=20=20=20=20=20=20=20=20=20=20 indent 2.2.8-1=20=20=20=20=20=20=20=20=20=20=20=20 initscripts 0.9-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ioperm 0.4-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 jbigkit 1.5-3=20=20=20=20=20=20=20=20=20=20=20=20=20=20 jpeg 6b-11=20=20=20=20=20=20=20=20=20=20=20=20=20=20 keychain 2.0.3-2=20=20=20=20=20=20=20=20=20=20=20=20 less 381-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 lesstif 0.93.91-4=20=20=20=20=20=20=20=20=20=20 libbz2_0 1.0.2-1=20=20=20=20=20=20=20=20=20=20=20=20 libbz2_1 1.0.2-5=20=20=20=20=20=20=20=20=20=20=20=20 libcharset1 1.9.1-3=20=20=20=20=20=20=20=20=20=20=20=20 libdb4.1 4.1.25-1=20=20=20=20=20=20=20=20=20=20=20 libfontconfig-devel 2.2.0-1=20=20=20=20=20=20=20=20=20=20=20=20 libfontconfig1 2.2.0-1=20=20=20=20=20=20=20=20=20=20=20=20 libfreetype2-devel 2.1.5-1=20=20=20=20=20=20=20=20=20=20=20=20 libfreetype26 2.1.5-1=20=20=20=20=20=20=20=20=20=20=20=20 libgd-devel 2.0.15-1=20=20=20=20=20=20=20=20=20=20=20 libgd2 2.0.15-1=20=20=20=20=20=20=20=20=20=20=20 libgdbm 1.8.0-5=20=20=20=20=20=20=20=20=20=20=20=20 libgdbm-devel 1.8.3-7=20=20=20=20=20=20=20=20=20=20=20=20 libgdbm3 1.8.3-3=20=20=20=20=20=20=20=20=20=20=20=20 libgdbm4 1.8.3-7=20=20=20=20=20=20=20=20=20=20=20=20 libgettextpo0 0.12.1-3=20=20=20=20=20=20=20=20=20=20=20 libguile12 1.6.4-12=20=20=20=20=20=20=20=20=20=20=20 libguile12abi13 1.6.4-2=20=20=20=20=20=20=20=20=20=20=20=20 libiconv 1.9.1-3=20=20=20=20=20=20=20=20=20=20=20=20 libiconv2 1.9.1-3=20=20=20=20=20=20=20=20=20=20=20=20 libintl 0.10.38-3=20=20=20=20=20=20=20=20=20=20 libintl1 0.10.40-1=20=20=20=20=20=20=20=20=20=20 libintl2 0.12.1-3=20=20=20=20=20=20=20=20=20=20=20 libjpeg62 6b-11=20=20=20=20=20=20=20=20=20=20=20=20=20=20 libjpeg6b 6b-8=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 libkpathsea3 2.0.2-13=20=20=20=20=20=20=20=20=20=20=20 libkpathsea3abi13 2.0.2-2=20=20=20=20=20=20=20=20=20=20=20=20 libltdl3 1.5-3=20=20=20=20=20=20=20=20=20=20=20=20=20=20 libMagick-devel 5.5.7-1=20=20=20=20=20=20=20=20=20=20=20=20 libMagick6 5.5.7-1=20=20=20=20=20=20=20=20=20=20=20=20 libmcrypt 2.5.7-2=20=20=20=20=20=20=20=20=20=20=20=20 libmcrypt-devel 2.5.7-2=20=20=20=20=20=20=20=20=20=20=20=20 libncurses-devel 5.3-4=20=20=20=20=20=20=20=20=20=20=20=20=20=20 libncurses5 5.2-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 libncurses6 5.2-8=20=20=20=20=20=20=20=20=20=20=20=20=20=20 libncurses7 5.3-4=20=20=20=20=20=20=20=20=20=20=20=20=20=20 libpcre 4.1-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 libpcre0 4.5-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 libpng 1.2.5-4=20=20=20=20=20=20=20=20=20=20=20=20 libpng10 1.0.15-4=20=20=20=20=20=20=20=20=20=20=20 libpng10-devel 1.0.15-4=20=20=20=20=20=20=20=20=20=20=20 libpng12 1.2.5-4=20=20=20=20=20=20=20=20=20=20=20=20 libpng12-devel 1.2.5-4=20=20=20=20=20=20=20=20=20=20=20=20 libpng2 1.0.12-1=20=20=20=20=20=20=20=20=20=20=20 libpopt0 1.6.4-4=20=20=20=20=20=20=20=20=20=20=20=20 libreadline4 4.1-2=20=20=20=20=20=20=20=20=20=20=20=20=20=20 libreadline5 4.3-5=20=20=20=20=20=20=20=20=20=20=20=20=20=20 libsmi 0.4.2-1=20=20=20=20=20=20=20=20=20=20=20=20 libtiff-devel 3.6.0-5=20=20=20=20=20=20=20=20=20=20=20=20 libtiff3 3.6.0-2=20=20=20=20=20=20=20=20=20=20=20=20 libtiff4 3.6.0-5=20=20=20=20=20=20=20=20=20=20=20=20 libtool 1.5b-1=20=20=20=20=20=20=20=20=20=20=20=20=20 libtool-devel 1.5-3=20=20=20=20=20=20=20=20=20=20=20=20=20=20 libtool-stable 1.4.3-2=20=20=20=20=20=20=20=20=20=20=20=20 libungif 4.1.0-2=20=20=20=20=20=20=20=20=20=20=20=20 libxerces-c21 2.1.0-1=20=20=20=20=20=20=20=20=20=20=20=20 libxerces-c22 2.2.0-1=20=20=20=20=20=20=20=20=20=20=20=20 libxerces-c23 2.3.0-4=20=20=20=20=20=20=20=20=20=20=20=20 libxerces-c24 2.4.0-4=20=20=20=20=20=20=20=20=20=20=20=20 libxml2 2.5.11-1=20=20=20=20=20=20=20=20=20=20=20 libxslt 1.0.33-1=20=20=20=20=20=20=20=20=20=20=20 login 1.9-7=20=20=20=20=20=20=20=20=20=20=20=20=20=20 m4 1.4-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 make 3.80-1=20=20=20=20=20=20=20=20=20=20=20=20=20 man 1.5k-1=20=20=20=20=20=20=20=20=20=20=20=20=20 mc 4.6.0-4=20=20=20=20=20=20=20=20=20=20=20=20 mhash 0.8.18-1=20=20=20=20=20=20=20=20=20=20=20 mhash-devel 0.8.18-1=20=20=20=20=20=20=20=20=20=20=20 mingw-runtime 3.2-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 mingw-zlib 1.1.4-4=20=20=20=20=20=20=20=20=20=20=20=20 minires 0.97-1=20=20=20=20=20=20=20=20=20=20=20=20=20 minires-devel 0.97-1=20=20=20=20=20=20=20=20=20=20=20=20=20 mktemp 1.5-3=20=20=20=20=20=20=20=20=20=20=20=20=20=20 mt 2.0.1-2=20=20=20=20=20=20=20=20=20=20=20=20 nasm 0.98.38-1=20=20=20=20=20=20=20=20=20=20 ncurses 5.3-4=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ncurses-demo 5.3-4=20=20=20=20=20=20=20=20=20=20=20=20=20=20 opengl 1.1.0-7=20=20=20=20=20=20=20=20=20=20=20=20 openssh 3.7.1p2-2=20=20=20=20=20=20=20=20=20=20 openssl 0.9.7c-1=20=20=20=20=20=20=20=20=20=20=20 openssl-devel 0.9.7c-1=20=20=20=20=20=20=20=20=20=20=20 openssl096 0.9.6j-1=20=20=20=20=20=20=20=20=20=20=20 patch 2.5.8-8=20=20=20=20=20=20=20=20=20=20=20=20 patchutils 0.2.22-2=20=20=20=20=20=20=20=20=20=20=20 pcre 4.5-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 pcre-devel 4.5-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 pcre-doc 4.5-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 pdksh 5.2.14-3=20=20=20=20=20=20=20=20=20=20=20 perl 5.8.2-1=20=20=20=20=20=20=20=20=20=20=20=20 pkgconfig 0.15.0-4=20=20=20=20=20=20=20=20=20=20=20 popt 1.6.4-4=20=20=20=20=20=20=20=20=20=20=20=20 procps 010801-2=20=20=20=20=20=20=20=20=20=20=20 rcs 5.7-3=20=20=20=20=20=20=20=20=20=20=20=20=20=20 readline 4.3-5=20=20=20=20=20=20=20=20=20=20=20=20=20=20 rebase 2.2-3=20=20=20=20=20=20=20=20=20=20=20=20=20=20 rpm 4.1-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 rpm-build 4.1-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 rpm-doc 4.1-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ruby 1.8.0-2=20=20=20=20=20=20=20=20=20=20=20=20 rxvt 2.7.10-3=20=20=20=20=20=20=20=20=20=20=20 sed 4.0.8-1=20=20=20=20=20=20=20=20=20=20=20=20 setsid 0.0-3=20=20=20=20=20=20=20=20=20=20=20=20=20=20 sh-utils 2.0.15-4=20=20=20=20=20=20=20=20=20=20=20 sharutils 4.2.1-3=20=20=20=20=20=20=20=20=20=20=20=20 splint 3.1.1-1=20=20=20=20=20=20=20=20=20=20=20=20 sunrpc 4.0-2=20=20=20=20=20=20=20=20=20=20=20=20=20=20 SWI-Prolog 5.2.6-1=20=20=20=20=20=20=20=20=20=20=20=20 swig 1.3.19-1=20=20=20=20=20=20=20=20=20=20=20 sysvinit 2.84-4=20=20=20=20=20=20=20=20=20=20=20=20=20 tar 1.13.25-5=20=20=20=20=20=20=20=20=20=20 tcltk 20030901-1=20=20=20=20=20=20=20=20=20 tcm 2.20-1=20=20=20=20=20=20=20=20=20=20=20=20=20 tcsh 6.12.00-7=20=20=20=20=20=20=20=20=20=20 termcap 20021106-2=20=20=20=20=20=20=20=20=20 terminfo 5.3_20030726-1=20=20=20=20=20 tetex-devel 2.0.2-13=20=20=20=20=20=20=20=20=20=20=20 texinfo 4.2-4=20=20=20=20=20=20=20=20=20=20=20=20=20=20 textutils 2.0.21-1=20=20=20=20=20=20=20=20=20=20=20 tiff 3.6.0-5=20=20=20=20=20=20=20=20=20=20=20=20 time 1.7-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 tzcode 2003d-1=20=20=20=20=20=20=20=20=20=20=20=20 ucl 1.01-1=20=20=20=20=20=20=20=20=20=20=20=20=20 units 1.77-1=20=20=20=20=20=20=20=20=20=20=20=20=20 unzip 5.50-5=20=20=20=20=20=20=20=20=20=20=20=20=20 upx 1.24-1=20=20=20=20=20=20=20=20=20=20=20=20=20 uw-imap 2002e-3=20=20=20=20=20=20=20=20=20=20=20=20 w32api 2.4-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 which 1.5-2=20=20=20=20=20=20=20=20=20=20=20=20=20=20 WordNet 2.0-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20 xerces-c-devel 2.4.0-4=20=20=20=20=20=20=20=20=20=20=20=20 XFree86-base 4.3.0-1=20=20=20=20=20=20=20=20=20=20=20=20 XFree86-bin 4.3.0-8=20=20=20=20=20=20=20=20=20=20=20=20 XFree86-etc 4.3.0-6=20=20=20=20=20=20=20=20=20=20=20=20 XFree86-fenc 4.2.0-3=20=20=20=20=20=20=20=20=20=20=20=20 XFree86-fnts 4.2.0-3=20=20=20=20=20=20=20=20=20=20=20=20 XFree86-lib 4.3.0-1=20=20=20=20=20=20=20=20=20=20=20=20 XFree86-lib-compat 4.3.0-2=20=20=20=20=20=20=20=20=20=20=20=20 XFree86-prog 4.3.0-12=20=20=20=20=20=20=20=20=20=20=20 XFree86-startup-scripts 4.2.0-5=20=20=20=20=20=20=20=20=20=20=20=20 XFree86-xserv 4.3.0-26=20=20=20=20=20=20=20=20=20=20=20 xpm-nox 4.2.0-4=20=20=20=20=20=20=20=20=20=20=20=20 zip 2.3-5=20=20=20=20=20=20=20=20=20=20=20=20=20=20 zlib 1.1.4-4=20=20=20=20=20=20=20=20=20=20=20=20 zsh 4.1.1-2=20=20=20=20=20=20=20=20=20=20=20=20 Use -h to see help about each section ------=_NextPart_000_0009_01C3D9CC.C5741220 Content-Type: application/octet-stream; name="configure.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="configure.log" creating cache ./config.cache checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin checking build system type... i686-pc-cygwin checking for a BSD compatible install... /usr/bin/install -c checking for i686-pc-cygwin-ar... no checking for ar... ar checking for i686-pc-cygwin-as... no checking for as... as checking for i686-pc-cygwin-dlltool... no checking for dlltool... dlltool checking for i686-pc-cygwin-ld... /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../= ../../../i686-pc-cygwin/bin/ld.exe checking for i686-pc-cygwin-nm... no checking for nm... nm checking for i686-pc-cygwin-ranlib... no checking for ranlib... ranlib checking for i686-pc-cygwin-windres... no checking for windres... windres checking for i686-pc-cygwin-objcopy... no checking for objcopy... objcopy checking for i686-pc-cygwin-objdump... no checking for objdump... objdump checking for i686-pc-cygwin-ar... no checking for ar... ar checking for i686-pc-cygwin-as... no checking for as... as checking for i686-pc-cygwin-dlltool... no checking for dlltool... dlltool checking for i686-pc-cygwin-ld... no checking for ld... ld checking for i686-pc-cygwin-nm... no checking for nm... nm checking for i686-pc-cygwin-ranlib... no checking for ranlib... ranlib checking for i686-pc-cygwin-windres... no checking for windres... windres checking whether to enable maintainer-specific portions of Makefiles... no updating cache ./config.cache creating ./config.status creating Makefile ------=_NextPart_000_0009_01C3D9CC.C5741220 Content-Type: application/octet-stream; name="make.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="make.log" ... c++ -L/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup -L/cygdrive/c/Cyg/obj/i686-= pc-cygwin/winsup/cygwin -L/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup/w32api/= lib -isystem /cygdrive/c/Cyg/src/winsup/include -isystem /cygdrive/c/Cyg/sr= c/winsup/cygwin/include -isystem /cygdrive/c/Cyg/src/winsup/w32api/include = -B/cygdrive/c/Cyg/obj/i686-pc-cygwin/newlib/ -isystem /cygdrive/c/Cyg/obj/i= 686-pc-cygwin/newlib/targ-include -isystem /cygdrive/c/Cyg/src/newlib/libc/= include -c -nostdinc++ -nostdinc -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-stri= ngs -fno-common -pipe -fbuiltin -fmessage-length=3D0 -I. -I/cygdrive/c/Cy= g/src/winsup/cygwin -I../../../../src/winsup/cygwin/config/i386 -I/usr/li= b/gcc-lib/i686-pc-cygwin/3.3.1/include -fno-rtti -fno-exceptions -o ./windo= w.o ../../../../src/winsup/cygwin/window.cc gcc -L/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup -L/cygdrive/c/Cyg/obj/i686-= pc-cygwin/winsup/cygwin -L/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup/w32api/= lib -isystem /cygdrive/c/Cyg/src/winsup/include -isystem /cygdrive/c/Cyg/sr= c/winsup/cygwin/include -isystem /cygdrive/c/Cyg/src/winsup/w32api/include = -B/cygdrive/c/Cyg/obj/i686-pc-cygwin/newlib/ -isystem /cygdrive/c/Cyg/obj/i= 686-pc-cygwin/newlib/targ-include -isystem /cygdrive/c/Cyg/src/newlib/libc/= include -c -nostdinc -DHAVE_CONFIG_H -O2 -g -O2 -MMD -fmerge-constants -f= tracer -Wall -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length= =3D0 -I. -I/cygdrive/c/Cyg/src/winsup/cygwin -I../../../../src/winsup/c= ygwin/config/i386 -I/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/include -o ./setj= mp.o ../../../../src/winsup/cygwin/config/i386/setjmp.c c++ -L/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup -L/cygdrive/c/Cyg/obj/i686-= pc-cygwin/winsup/cygwin -L/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup/w32api/= lib -isystem /cygdrive/c/Cyg/src/winsup/include -isystem /cygdrive/c/Cyg/sr= c/winsup/cygwin/include -isystem /cygdrive/c/Cyg/src/winsup/w32api/include = -B/cygdrive/c/Cyg/obj/i686-pc-cygwin/newlib/ -isystem /cygdrive/c/Cyg/obj/i= 686-pc-cygwin/newlib/targ-include -isystem /cygdrive/c/Cyg/src/newlib/libc/= include -c -nostdinc++ -nostdinc -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-stri= ngs -fno-common -pipe -fbuiltin -fmessage-length=3D0 -I. -I/cygdrive/c/Cy= g/src/winsup/cygwin -I../../../../src/winsup/cygwin/config/i386 -I/usr/li= b/gcc-lib/i686-pc-cygwin/3.3.1/include -fno-rtti -fno-exceptions -o ./mallo= c.o ../../../../src/winsup/cygwin/malloc.cc Making version.o and winver.o Version 1.5.6 c++ -L/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup -L/cygdrive/c/Cyg/obj/i686-= pc-cygwin/winsup/cygwin -L/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup/w32api/= lib -isystem /cygdrive/c/Cyg/src/winsup/include -isystem /cygdrive/c/Cyg/sr= c/winsup/cygwin/include -isystem /cygdrive/c/Cyg/src/winsup/w32api/include = -B/cygdrive/c/Cyg/obj/i686-pc-cygwin/newlib/ -isystem /cygdrive/c/Cyg/obj/i= 686-pc-cygwin/newlib/targ-include -isystem /cygdrive/c/Cyg/src/newlib/libc/= include -g -O2 -nostdlib -Wl,-T../../../../src/winsup/cygwin/cygwin.sc -Wl,= --out-implib,cygdll.a -shared -o cygwin0.dll \ -e _dll_entry AT 12 cygwin.def assert.o autoload.o bsdlib.o cxx.o cygheap.o cy= gthread.o dcrt0.o debug.o delqueue.o devices.o dir.o dlfcn.o dll_init.o dta= ble.o environ.o errno.o exceptions.o exec.o external.o fcntl.o fhandler.o f= handler_clipboard.o fhandler_console.o fhandler_disk_file.o fhandler_dsp.o = fhandler_fifo.o fhandler_floppy.o fhandler_mem.o fhandler_nodevice.o fhandl= er_proc.o fhandler_process.o fhandler_random.o fhandler_raw.o fhandler_regi= stry.o fhandler_serial.o fhandler_socket.o fhandler_tape.o fhandler_termios= .o fhandler_tty.o fhandler_virtual.o fhandler_windows.o fhandler_zero.o flo= ck.o fnmatch.o fork.o getopt.o glob.o grp.o heap.o init.o ioctl.o ipc.o iru= serok.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 poll.o pthread.o regcomp.o regerror.= o regexec.o regfree.o registry.o resource.o scandir.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 syscalls.o sysconf.o syslo= g.o termios.o thread.o times.o tty.o uinfo.o uname.o v8_regexp.o v8_regerro= r.o v8_regsub.o wait.o wincap.o window.o setjmp.o /cygdrive/c/Cyg/obj/i686-= pc-cygwin/libiberty/random.o /cygdrive/c/Cyg/obj/i686-pc-cygwin/libiberty/s= trsignal.o malloc.o version.o winver.o \ /cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup/cygserver/libcygserver.a /cygdri= ve/c/Cyg/obj/i686-pc-cygwin/newlib/libm/libm.a /cygdrive/c/Cyg/obj/i686-pc-= cygwin/newlib/libc/libc.a \ -lgcc /cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup/w32api/lib/libkernel32.a collect2: ld terminated with signal 11 [Segmentation fault], core dumped /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cy= gwin.def:4: parse error make[2]: *** [cygwin0.dll] Error 1 make[2]: Leaving directory `/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup/cygwi= n' make[1]: *** [cygwin] Error 1 make[1]: Leaving directory `/cygdrive/c/Cyg/obj/i686-pc-cygwin/winsup' make: *** [all-target-winsup] Error 2 ------=_NextPart_000_0009_01C3D9CC.C5741220 Content-Type: application/octet-stream; name="cygwin.def" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="cygwin.def" LIBRARY "cygwin1.dll" BASE=3D0x61000000 EXPORTS =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ sys_errlist =3D _sys_errlist DATA =3D _sigfe_ sys_nerr =3D _sys_nerr DATA =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ asprintf_r =3D _asprintf_r SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ __f_atan2 =3D _f_atan2 =3D _sigfe_ __f_atan2f =3D _f_atan2f =3D _sigfe_ __f_exp =3D _f_exp =3D _sigfe_ __f_expf =3D _f_expf =3D _sigfe_ __f_frexp =3D _f_frexp =3D _sigfe_ __f_frexpf =3D _f_frexpf =3D _sigfe_ __f_ldexp =3D _f_ldexp =3D _sigfe_ __f_ldexpf =3D _f_ldexpf =3D _sigfe_ __f_log =3D _f_log =3D _sigfe_ __f_log10 =3D _f_log10 =3D _sigfe_ __f_log10f =3D _f_log10f =3D _sigfe_ __f_logf =3D _f_logf =3D _sigfe_ __f_pow =3D _f_pow =3D _sigfe_ __f_powf =3D _f_powf =3D _sigfe_ __f_tan =3D _f_tan =3D _sigfe_ __f_tanf =3D _f_tanf =3D _sigfe_ fcloseall_r =3D _fcloseall_r SIGFE =3D _sigfe_ fscanf_r =3D _fscanf_r SIGFE =3D _sigfe_ _fstat =3D fstat SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ scanf_r =3D _scanf_r SIGFE =3D _sigfe_ sscanf_r =3D _sscanf_r SIGFE =3D _sigfe_ _stat =3D stat SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ vasprintf_r =3D _vasprintf_r SIGFE =3D _sigfe_ vfscanf_r =3D _vfscanf_r =3D _sigfe_ vscanf_r =3D _vscanf_r SIGFE =3D _sigfe_ vsscanf_r =3D _vsscanf_r SIGFE =3D _sigfe_ =3D _sigfe_ _abort =3D abort SIGFE =3D _sigfe_ _abs =3D abs =3D _sigfe_ _access =3D access SIGFE =3D _sigfe_ _acl =3D acl SIGFE _acl32 =3D acl32 SIGFE =3D _sigfe_ _aclcheck =3D aclcheck _aclcheck32 =3D aclcheck32 =3D _sigfe_ _aclfrommode =3D aclfrommode SIGFE _aclfrommode32 =3D aclfrommode32 SIGFE =3D _sigfe_ _aclfrompbits =3D aclfrompbits SIGFE _aclfrompbits32 =3D aclfrompbits32 SIGFE =3D _sigfe_ _aclfromtext =3D aclfromtext SIGFE _aclfromtext32 =3D aclfromtext32 SIGFE =3D _sigfe_ _aclsort =3D aclsort SIGFE _aclsort32 =3D aclsort32 SIGFE =3D _sigfe_ _acltomode =3D acltomode SIGFE _acltomode32 =3D acltomode32 SIGFE =3D _sigfe_ _acltopbits =3D acltopbits SIGFE _acltopbits32 =3D acltopbits32 SIGFE =3D _sigfe_ _acltotext =3D acltotext SIGFE _acltotext32 =3D acltotext32 SIGFE =3D _sigfe_ _acos =3D acos =3D _sigfe_ _acosf =3D acosf =3D _sigfe_ _acosh =3D acosh =3D _sigfe_ _acoshf =3D acoshf =3D _sigfe_ _alarm =3D alarm SIGFE =3D _sigfe_ _alphasort =3D alphasort =3D _sigfe_ __argz_add =3D argz_add SIGFE =3D _sigfe_ __argz_add_sep =3D argz_add_sep SIGFE =3D _sigfe_ __argz_append =3D argz_append SIGFE =3D _sigfe_ __argz_count =3D argz_count =3D _sigfe_ __argz_create =3D argz_create SIGFE =3D _sigfe_ __argz_create_sep =3D argz_create_sep SIGFE =3D _sigfe_ __argz_delete =3D argz_delete SIGFE =3D _sigfe_ __argz_extract =3D argz_extract =3D _sigfe_ __argz_insert =3D argz_insert SIGFE =3D _sigfe_ __argz_next =3D argz_next =3D _sigfe_ __argz_replace =3D argz_replace SIGFE =3D _sigfe_ __argz_stringify =3D argz_stringify =3D _sigfe_ _asctime =3D asctime SIGFE =3D _sigfe_ _asctime_r =3D asctime_r SIGFE =3D _sigfe_ _asin =3D asin =3D _sigfe_ _asinf =3D asinf =3D _sigfe_ _asinh =3D asinh =3D _sigfe_ _asinhf =3D asinhf =3D _sigfe_ _asprintf =3D asprintf SIGFE =3D _sigfe_ _atan =3D atan =3D _sigfe_ _atan2 =3D atan2 =3D _sigfe_ _atan2f =3D atan2f =3D _sigfe_ _atanf =3D atanf =3D _sigfe_ _atanh =3D atanh =3D _sigfe_ _atanhf =3D atanhf atexit =3D cygwin_atexit SIGFE _atexit =3D cygwin_atexit SIGFE =3D _sigfe_ _atof =3D atof SIGFE =3D _sigfe_ _atoff =3D atoff SIGFE =3D _sigfe_ _atoi =3D atoi =3D _sigfe_ _atol =3D atol =3D _sigfe_ _bcmp =3D bcmp =3D _sigfe_ _bcopy =3D bcopy =3D _sigfe_ _bsearch =3D bsearch =3D _sigfe_ =3D _sigfe_ _bzero =3D bzero =3D _sigfe_ _cabs =3D cabs =3D _sigfe_ _cabsf =3D cabsf =3D _sigfe_ _calloc =3D calloc SIGFE =3D _sigfe_ _cbrt =3D cbrt =3D _sigfe_ _cbrtf =3D cbrtf =3D _sigfe_ _ceil =3D ceil =3D _sigfe_ _ceilf =3D ceilf =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _chdir =3D chdir SIGFE =3D _sigfe_ _chmod =3D chmod SIGFE =3D _sigfe_ _chown =3D chown SIGFE _chown32 =3D chown32 SIGFE =3D _sigfe_ _chroot =3D chroot SIGFE =3D _sigfe_ =3D _sigfe_ _clearerr =3D clearerr =3D _sigfe_ _clock =3D clock =3D _sigfe_ _close =3D close SIGFE =3D _sigfe_ _closedir =3D closedir SIGFE =3D _sigfe_ _closelog =3D closelog =3D _sigfe_ _copysign =3D copysign =3D _sigfe_ _copysignf =3D copysignf =3D _sigfe_ _cos =3D cos =3D _sigfe_ _cosf =3D cosf =3D _sigfe_ _cosh =3D cosh =3D _sigfe_ _coshf =3D coshf =3D _sigfe_ _creat =3D creat SIGFE =3D _sigfe_ =3D _sigfe_ _ctime =3D ctime SIGFE =3D _sigfe_ _ctime_r =3D ctime_r SIGFE =3D _sigfe_ _cuserid =3D cuserid =3D _sigfe_ _cwait =3D cwait SIGFE accept =3D cygwin_accept SIGFE =3D _sigfe_ cygwin32_attach_handle_to_fd =3D cygwin_attach_handle_to_fd SIGFE bind =3D cygwin_bind SIGFE connect =3D cygwin_connect SIGFE =3D _sigfe_ cygwin32_conv_to_full_posix_path =3D cygwin_conv_to_full_posix_path SIGFE =3D _sigfe_ cygwin32_conv_to_full_win32_path =3D cygwin_conv_to_full_win32_path SIGFE =3D _sigfe_ cygwin32_conv_to_posix_path =3D cygwin_conv_to_posix_path SIGFE =3D _sigfe_ cygwin32_conv_to_win32_path =3D cygwin_conv_to_win32_path SIGFE =3D _sigfe_ cygwin32_detach_dll =3D cygwin_detach_dll SIGFE =3D _sigfe_ endprotoent =3D cygwin_endprotoent SIGFE endservent =3D cygwin_endservent SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ gethostbyaddr =3D cygwin_gethostbyaddr SIGFE gethostbyname =3D cygwin_gethostbyname SIGFE _gethostname =3D cygwin_gethostname SIGFE gethostname =3D cygwin_gethostname SIGFE getpeername =3D cygwin_getpeername SIGFE =3D _sigfe_ getprotobyname =3D cygwin_getprotobyname SIGFE getprotobynumber =3D cygwin_getprotobynumber SIGFE getprotoent =3D cygwin_getprotoent SIGFE getservbyname =3D cygwin_getservbyname SIGFE getservbyport =3D cygwin_getservbyport SIGFE getservent =3D cygwin_getservent SIGFE getsockname =3D cygwin_getsockname SIGFE getsockopt =3D cygwin_getsockopt SIGFE =3D _sigfe_ herror =3D cygwin_herror SIGFE hstrerror =3D cygwin_hstrerror inet_addr =3D cygwin_inet_addr SIGFE inet_aton =3D cygwin_inet_aton SIGFE inet_network =3D cygwin_inet_network SIGFE inet_ntoa =3D cygwin_inet_ntoa SIGFE =3D _sigfe_ cygwin32_internal =3D cygwin_internal SIGFE listen =3D cygwin_listen SIGFE =3D _sigfe_ =3D _sigfe_ _lstat =3D lstat SIGFE =3D _sigfe_ cygwin32_posix_path_list_p =3D cygwin_posix_path_list_p =3D _sigfe_ cygwin32_posix_to_win32_path_list =3D cygwin_posix_to_win32_path_list =3D _sigfe_ cygwin32_posix_to_win32_path_list_buf_size =3D cygwin_posix_to_win32_path_l= ist_buf_size SIGFE rcmd =3D cygwin_rcmd SIGFE recv =3D cygwin_recv SIGFE recvfrom =3D cygwin_recvfrom SIGFE recvmsg =3D cygwin_recvmsg SIGFE rexec =3D cygwin_rexec SIGFE rresvport =3D cygwin_rresvport SIGFE _select =3D cygwin_select SIGFE select =3D cygwin_select SIGFE send =3D cygwin_send SIGFE sendmsg =3D cygwin_sendmsg SIGFE sendto =3D cygwin_sendto SIGFE =3D _sigfe_ =3D _sigfe_ setprotoent =3D cygwin_setprotoent SIGFE setservent =3D cygwin_setservent SIGFE setsockopt =3D cygwin_setsockopt SIGFE =3D _sigfe_ shutdown =3D cygwin_shutdown SIGFE socket =3D cygwin_socket SIGFE =3D _sigfe_ cygwin32_split_path =3D cygwin_split_path =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ cygwin32_win32_to_posix_path_list =3D cygwin_win32_to_posix_path_list =3D _sigfe_ cygwin32_win32_to_posix_path_list_buf_size =3D cygwin_win32_to_posix_path_l= ist_buf_size SIGFE =3D _sigfe_ cygwin32_winpid_to_pid =3D cygwin_winpid_to_pid SIGFE =3D _sigfe_ =3D _sigfe_ _difftime =3D difftime =3D _sigfe_ _dirfd =3D dirfd SIGFE =3D _sigfe_ _div =3D div =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _drand48 =3D drand48 =3D _sigfe_ _drem =3D drem =3D _sigfe_ _dremf =3D dremf =3D _sigfe_ _dup =3D dup SIGFE =3D _sigfe_ _dup2 =3D dup2 SIGFE =3D _sigfe_ _ecvt =3D ecvt SIGFE =3D _sigfe_ _ecvtbuf =3D ecvtbuf SIGFE =3D _sigfe_ _ecvtf =3D ecvtf SIGFE =3D _sigfe_ _endgrent =3D endgrent =3D _sigfe_ =3D _sigfe_ _endmntent =3D endmntent =3D _sigfe_ _endpwent =3D endpwent =3D _sigfe_ _endutent =3D endutent SIGFE =3D _sigfe_ __envz_add =3D envz_add SIGFE =3D _sigfe_ __envz_entry =3D envz_entry =3D _sigfe_ __envz_get =3D envz_get =3D _sigfe_ __envz_merge =3D envz_merge SIGFE =3D _sigfe_ __envz_remove =3D envz_remove SIGFE =3D _sigfe_ __envz_strip =3D envz_strip SIGFE =3D _sigfe_ _erand48 =3D erand48 =3D _sigfe_ _erf =3D erf =3D _sigfe_ _erfc =3D erfc =3D _sigfe_ _erfcf =3D erfcf =3D _sigfe_ _erff =3D erff =3D _sigfe_ _execl =3D execl SIGFE =3D _sigfe_ _execle =3D execle SIGFE =3D _sigfe_ _execlp =3D execlp SIGFE =3D _sigfe_ _execv =3D execv SIGFE =3D _sigfe_ _execve =3D execve SIGFE =3D _sigfe_ _execvp =3D execvp SIGFE exit =3D cygwin_exit SIGFE =3D _sigfe_ _exp =3D exp =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _expf =3D expf =3D _sigfe_ _expm1 =3D expm1 =3D _sigfe_ _expm1f =3D expm1f =3D _sigfe_ _fabs =3D fabs =3D _sigfe_ _fabsf =3D fabsf =3D _sigfe_ _facl =3D facl SIGFE _facl32 =3D facl32 SIGFE =3D _sigfe_ _fchdir =3D fchdir SIGFE =3D _sigfe_ _fchmod =3D fchmod SIGFE =3D _sigfe_ _fchown =3D fchown SIGFE _fchown32 =3D fchown32 SIGFE =3D _sigfe_ _fclose =3D fclose SIGFE =3D _sigfe_ _fcloseall =3D fcloseall SIGFE =3D _sigfe_ _fcntl =3D fcntl SIGFE _fcntl64 =3D fcntl64 SIGFE =3D _sigfe_ _fcvt =3D fcvt SIGFE =3D _sigfe_ _fcvtbuf =3D fcvtbuf SIGFE =3D _sigfe_ _fcvtf =3D fcvtf SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _fdopen =3D fdopen SIGFE _fdopen64 =3D fdopen64 SIGFE =3D _sigfe_ _feof =3D feof =3D _sigfe_ _ferror =3D ferror =3D _sigfe_ _fflush =3D fflush =3D _sigfe_ _ffs =3D ffs =3D _sigfe_ _fgetc =3D fgetc SIGFE =3D _sigfe_ _fgetpos =3D fgetpos _fgetpos64 =3D fgetpos64 =3D _sigfe_ _fgets =3D fgets SIGFE =3D _sigfe_ _fileno =3D fileno =3D _sigfe_ _finite =3D finite =3D _sigfe_ _finitef =3D finitef =3D _sigfe_ _fiprintf =3D fiprintf SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _floor =3D floor =3D _sigfe_ _floorf =3D floorf =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _fmod =3D fmod =3D _sigfe_ _fmodf =3D fmodf =3D _sigfe_ _fnmatch =3D fnmatch =3D _sigfe_ _fopen =3D fopen SIGFE _fopen64 =3D fopen64 SIGFE =3D _sigfe_ _fork =3D fork SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _fprintf =3D fprintf SIGFE =3D _sigfe_ _fputc =3D fputc =3D _sigfe_ _fputs =3D fputs SIGFE =3D _sigfe_ _fread =3D fread SIGFE =3D _sigfe_ _free =3D free SIGFE =3D _sigfe_ _freopen =3D freopen SIGFE _freopen64 =3D freopen64 SIGFE =3D _sigfe_ _frexp =3D frexp =3D _sigfe_ _frexpf =3D frexpf =3D _sigfe_ _fscanf =3D fscanf SIGFE =3D _sigfe_ _fseek =3D fseek SIGFE =3D _sigfe_ _fseeko =3D fseeko SIGFE _fseeko64 =3D fseeko64 SIGFE =3D _sigfe_ _fsetpos =3D fsetpos SIGFE _fsetpos64 =3D fsetpos64 SIGFE _fstat64 =3D fstat64 SIGFE =3D _sigfe_ _fstatfs =3D fstatfs SIGFE =3D _sigfe_ _fsync =3D fsync SIGFE =3D _sigfe_ _ftell =3D ftell =3D _sigfe_ _ftello =3D ftello _ftello64 =3D ftello64 =3D _sigfe_ _ftime =3D ftime SIGFE =3D _sigfe_ _ftok =3D ftok SIGFE =3D _sigfe_ _ftruncate =3D ftruncate SIGFE _ftruncate64 =3D ftruncate64 SIGFE =3D _sigfe_ _fwrite =3D fwrite SIGFE =3D _sigfe_ _gamma =3D gamma =3D _sigfe_ _gamma_r =3D gamma_r =3D _sigfe_ _gammaf =3D gammaf =3D _sigfe_ _gammaf_r =3D gammaf_r =3D _sigfe_ _gcvt =3D gcvt SIGFE =3D _sigfe_ _gcvtf =3D gcvtf SIGFE =3D _sigfe_ _get_osfhandle =3D get_osfhandle SIGFE =3D _sigfe_ _getc =3D getc SIGFE =3D _sigfe_ _getc_unlocked =3D getc_unlocked SIGFE =3D _sigfe_ _getchar =3D getchar =3D _sigfe_ _getchar_unlocked =3D getchar_unlocked =3D _sigfe_ _getcwd =3D getcwd SIGFE =3D _sigfe_ _getdomainname =3D getdomainname SIGFE =3D _sigfe_ _getdtablesize =3D getdtablesize =3D _sigfe_ _getegid =3D getegid _getegid32 =3D getegid32 =3D _sigfe_ _getenv =3D getenv =3D _sigfe_ _geteuid =3D geteuid _geteuid32 =3D geteuid32 =3D _sigfe_ _getgid =3D getgid _getgid32 =3D getgid32 =3D _sigfe_ _getgrent =3D getgrent SIGFE _getgrent32 =3D getgrent32 SIGFE =3D _sigfe_ _getgrgid =3D getgrgid SIGFE _getgrgid32 =3D getgrgid32 SIGFE =3D _sigfe_ _getgrnam =3D getgrnam SIGFE _getgrnam32 =3D getgrnam32 SIGFE =3D _sigfe_ _getgroups =3D getgroups SIGFE _getgroups32 =3D getgroups32 SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _getlogin =3D getlogin =3D _sigfe_ _getmntent =3D getmntent SIGFE =3D _sigfe_ _getmode =3D getmode SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _getpagesize =3D getpagesize SIGFE =3D _sigfe_ _getpass =3D getpass SIGFE =3D _sigfe_ =3D _sigfe_ _getpgrp =3D getpgrp SIGFE =3D _sigfe_ _getpid =3D getpid =3D _sigfe_ _getppid =3D getppid =3D _sigfe_ _getpwduid =3D getpwduid =3D _sigfe_ _getpwent =3D getpwent SIGFE =3D _sigfe_ _getpwnam =3D getpwnam SIGFE =3D _sigfe_ =3D _sigfe_ _getpwuid =3D getpwuid SIGFE _getpwuid32 =3D getpwuid32 SIGFE =3D _sigfe_ _getpwuid_r32 =3D getpwuid_r32 SIGFE =3D _sigfe_ _getrlimit =3D getrlimit SIGFE =3D _sigfe_ _getrusage =3D getrusage SIGFE =3D _sigfe_ _gets =3D gets =3D _sigfe_ =3D _sigfe_ _gettimeofday =3D gettimeofday SIGFE =3D _sigfe_ _getuid =3D getuid _getuid32 =3D getuid32 =3D _sigfe_ _getutent =3D getutent SIGFE =3D _sigfe_ _getutid =3D getutid SIGFE =3D _sigfe_ _getutline =3D getutline SIGFE =3D _sigfe_ _getw =3D getw SIGFE =3D _sigfe_ _getwd =3D getwd SIGFE =3D _sigfe_ _glob =3D glob SIGFE =3D _sigfe_ _globfree =3D globfree SIGFE =3D _sigfe_ _gmtime =3D gmtime SIGFE =3D _sigfe_ _gmtime_r =3D gmtime_r SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _htonl =3D htonl =3D _sigfe_ _htons =3D htons =3D _sigfe_ _hypot =3D hypot =3D _sigfe_ _hypotf =3D hypotf =3D _sigfe_ _ilogb =3D ilogb =3D _sigfe_ _ilogbf =3D ilogbf =3D _sigfe_ _index =3D index =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _infinity =3D infinity =3D _sigfe_ _infinityf =3D infinityf =3D _sigfe_ _initgroups32 =3D initgroups32 SIGFE =3D _sigfe_ =3D _sigfe_ _ioctl =3D ioctl SIGFE =3D _sigfe_ _iprintf =3D iprintf SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _isalnum =3D isalnum =3D _sigfe_ _isalpha =3D isalpha =3D _sigfe_ _isascii =3D isascii =3D _sigfe_ _isatty =3D isatty SIGFE =3D _sigfe_ =3D _sigfe_ _iscntrl =3D iscntrl =3D _sigfe_ _isdigit =3D isdigit =3D _sigfe_ _isgraph =3D isgraph =3D _sigfe_ _isinf =3D isinf =3D _sigfe_ _isinff =3D isinff =3D _sigfe_ _islower =3D islower =3D _sigfe_ _isnan =3D isnan =3D _sigfe_ _isnanf =3D isnanf =3D _sigfe_ _isprint =3D isprint =3D _sigfe_ _ispunct =3D ispunct =3D _sigfe_ _isspace =3D isspace =3D _sigfe_ _isupper =3D isupper =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _isxdigit =3D isxdigit =3D _sigfe_ _j0 =3D j0 =3D _sigfe_ _j0f =3D j0f =3D _sigfe_ _j1 =3D j1 =3D _sigfe_ _j1f =3D j1f =3D _sigfe_ _jn =3D jn =3D _sigfe_ _jnf =3D jnf =3D _sigfe_ _jrand48 =3D jrand48 =3D _sigfe_ _kill =3D kill SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _labs =3D labs =3D _sigfe_ _lacl =3D lacl SIGFE =3D _sigfe_ _lchown =3D lchown SIGFE _lchown32 =3D lchown32 SIGFE =3D _sigfe_ _lcong48 =3D lcong48 =3D _sigfe_ _ldexp =3D ldexp =3D _sigfe_ _ldexpf =3D ldexpf =3D _sigfe_ _ldiv =3D ldiv =3D _sigfe_ _lgamma =3D lgamma =3D _sigfe_ _lgamma_r =3D lgamma_r =3D _sigfe_ _lgammaf =3D lgammaf =3D _sigfe_ _lgammaf_r =3D lgammaf_r =3D _sigfe_ _link =3D link SIGFE =3D _sigfe_ _localeconv =3D localeconv =3D _sigfe_ _localtime =3D localtime SIGFE =3D _sigfe_ _localtime_r =3D localtime_r =3D _sigfe_ _log =3D log =3D _sigfe_ _log10 =3D log10 =3D _sigfe_ _log10f =3D log10f =3D _sigfe_ _log1p =3D log1p =3D _sigfe_ _log1pf =3D log1pf =3D _sigfe_ _logb =3D logb =3D _sigfe_ _logbf =3D logbf =3D _sigfe_ _logf =3D logf =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _longjmp =3D longjmp =3D _sigfe_ _lrand48 =3D lrand48 =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _lseek =3D lseek SIGFE _lseek64 =3D lseek64 SIGFE _lstat64 =3D lstat64 SIGFE =3D _sigfe_ =3D _sigfe_ _malloc =3D malloc SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _matherr =3D matherr =3D _sigfe_ _mblen =3D mblen =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _mbstowcs =3D mbstowcs =3D _sigfe_ _mbtowc =3D mbtowc =3D _sigfe_ =3D _sigfe_ _memccpy =3D memccpy =3D _sigfe_ _memchr =3D memchr =3D _sigfe_ _memcmp =3D memcmp =3D _sigfe_ _memcpy =3D memcpy =3D _sigfe_ _memmove =3D memmove =3D _sigfe_ __mempcpy =3D mempcpy =3D _sigfe_ _memset =3D memset =3D _sigfe_ _mkdir =3D mkdir SIGFE =3D _sigfe_ =3D _sigfe_ _mknod =3D mknod SIGFE _mknod32 =3D mknod32 SIGFE =3D _sigfe_ _mkstemp =3D mkstemp SIGFE =3D _sigfe_ _mktemp =3D mktemp SIGFE =3D _sigfe_ _mktime =3D mktime SIGFE =3D _sigfe_ _mmap64 =3D mmap64 SIGFE =3D _sigfe_ _modf =3D modf =3D _sigfe_ _modff =3D modff =3D _sigfe_ _mount =3D mount SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _nan =3D nan =3D _sigfe_ _nanf =3D nanf =3D _sigfe_ _nanosleep =3D nanosleep SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _nextafter =3D nextafter =3D _sigfe_ _nextafterf =3D nextafterf =3D _sigfe_ _nice =3D nice SIGFE =3D _sigfe_ _nl_langinfo =3D nl_langinfo SIGFE =3D _sigfe_ _nrand48 =3D nrand48 =3D _sigfe_ _ntohl =3D ntohl =3D _sigfe_ _ntohs =3D ntohs =3D _sigfe_ =3D _sigfe_ _open =3D open SIGFE =3D _sigfe_ =3D _sigfe_ _opendir =3D opendir SIGFE =3D _sigfe_ _openlog =3D openlog SIGFE =3D _sigfe_ =3D _sigfe_ _pathconf =3D pathconf SIGFE =3D _sigfe_ =3D _sigfe_ _pclose =3D pclose SIGFE =3D _sigfe_ _perror =3D perror SIGFE =3D _sigfe_ =3D _sigfe_ _poll =3D poll SIGFE =3D _sigfe_ _popen =3D popen SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _pow =3D pow =3D _sigfe_ _powf =3D powf =3D _sigfe_ _printf =3D printf SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _putc =3D putc SIGFE =3D _sigfe_ _putc_unlocked =3D putc_unlocked SIGFE =3D _sigfe_ _putchar =3D putchar =3D _sigfe_ _putchar_unlocked =3D putchar_unlocked =3D _sigfe_ _putenv =3D putenv SIGFE =3D _sigfe_ _puts =3D puts SIGFE =3D _sigfe_ _pututline =3D pututline SIGFE =3D _sigfe_ _putw =3D putw SIGFE =3D _sigfe_ _qsort =3D qsort =3D _sigfe_ _raise =3D raise SIGFE =3D _sigfe_ _rand =3D rand =3D _sigfe_ =3D _sigfe_ _read =3D read SIGFE =3D _sigfe_ _readdir =3D readdir SIGFE =3D _sigfe_ _readlink =3D readlink SIGFE =3D _sigfe_ _readv =3D readv SIGFE =3D _sigfe_ _realloc =3D realloc SIGFE =3D _sigfe_ =3D _sigfe_ _remainder =3D remainder =3D _sigfe_ _remainderf =3D remainderf =3D _sigfe_ _remove =3D remove SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _rename =3D rename SIGFE =3D _sigfe_ =3D _sigfe_ _rewind =3D rewind SIGFE =3D _sigfe_ _rewinddir =3D rewinddir SIGFE =3D _sigfe_ _rindex =3D rindex =3D _sigfe_ _rint =3D rint =3D _sigfe_ _rintf =3D rintf =3D _sigfe_ _rmdir =3D rmdir SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _sbrk =3D sbrk SIGFE =3D _sigfe_ _scalb =3D scalb =3D _sigfe_ _scalbf =3D scalbf =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _scalbn =3D scalbn =3D _sigfe_ _scalbnf =3D scalbnf =3D _sigfe_ _scandir =3D scandir SIGFE =3D _sigfe_ _scanf =3D scanf SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _seed48 =3D seed48 =3D _sigfe_ _seekdir =3D seekdir SIGFE _seekdir64 =3D seekdir64 SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _setbuf =3D setbuf SIGFE =3D _sigfe_ =3D _sigfe_ _setdtablesize =3D setdtablesize SIGFE =3D _sigfe_ _setegid =3D setegid SIGFE _setegid32 =3D setegid32 SIGFE =3D _sigfe_ _setenv =3D setenv SIGFE =3D _sigfe_ _seteuid =3D seteuid SIGFE _seteuid32 =3D seteuid32 SIGFE =3D _sigfe_ _setgid =3D setgid SIGFE _setgid32 =3D setgid32 SIGFE =3D _sigfe_ _setgrent =3D setgrent =3D _sigfe_ _setgroups =3D setgroups SIGFE _setgroups32 =3D setgroups32 SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _setjmp =3D setjmp =3D _sigfe_ =3D _sigfe_ _setlocale =3D setlocale =3D _sigfe_ =3D _sigfe_ _setmntent =3D setmntent SIGFE =3D _sigfe_ _setmode =3D setmode SIGFE =3D _sigfe_ _setpassent =3D setpassent =3D _sigfe_ _setpgid =3D setpgid SIGFE =3D _sigfe_ _setpgrp =3D setpgrp SIGFE =3D _sigfe_ _setpwent =3D setpwent =3D _sigfe_ _setregid =3D setregid SIGFE =3D _sigfe_ _setregid32 =3D setregid32 SIGFE =3D _sigfe_ _setreuid =3D setreuid SIGFE =3D _sigfe_ _setreuid32 =3D setreuid32 SIGFE =3D _sigfe_ _setrlimit =3D setrlimit SIGFE =3D _sigfe_ _setsid =3D setsid SIGFE =3D _sigfe_ =3D _sigfe_ _settimeofday =3D settimeofday SIGFE =3D _sigfe_ _setuid =3D setuid SIGFE _setuid32 =3D setuid32 SIGFE =3D _sigfe_ _setutent =3D setutent SIGFE =3D _sigfe_ _setvbuf =3D setvbuf SIGFE sexecl =3D sexecve_is_bad SIGFE sexecle =3D sexecve_is_bad SIGFE sexeclp =3D sexecve_is_bad SIGFE sexeclpe =3D sexecve_is_bad SIGFE sexecp =3D sexecve_is_bad SIGFE sexecv =3D sexecve_is_bad SIGFE sexecve =3D sexecve_is_bad SIGFE sexecvpe =3D sexecve_is_bad SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _sin =3D sin =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _sinf =3D sinf =3D _sigfe_ _sinh =3D sinh =3D _sigfe_ _sinhf =3D sinhf =3D _sigfe_ _siprintf =3D siprintf SIGFE =3D _sigfe_ _sleep =3D sleep SIGFE =3D _sigfe_ _snprintf =3D snprintf SIGFE =3D _sigfe_ =3D _sigfe_ _spawnl =3D spawnl SIGFE =3D _sigfe_ _spawnle =3D spawnle SIGFE =3D _sigfe_ _spawnlp =3D spawnlp SIGFE =3D _sigfe_ _spawnlpe =3D spawnlpe SIGFE =3D _sigfe_ _spawnv =3D spawnv SIGFE =3D _sigfe_ _spawnve =3D spawnve SIGFE =3D _sigfe_ _spawnvp =3D spawnvp SIGFE =3D _sigfe_ _spawnvpe =3D spawnvpe SIGFE =3D _sigfe_ _sprintf =3D sprintf SIGFE =3D _sigfe_ _sqrt =3D sqrt =3D _sigfe_ _sqrtf =3D sqrtf =3D _sigfe_ _srand =3D srand =3D _sigfe_ _srand48 =3D srand48 =3D _sigfe_ =3D _sigfe_ _sscanf =3D sscanf SIGFE _stat64 =3D stat64 SIGFE =3D _sigfe_ _statfs =3D statfs SIGFE =3D _sigfe_ _strcasecmp =3D strcasecmp =3D _sigfe_ _strcat =3D strcat =3D _sigfe_ _strchr =3D strchr =3D _sigfe_ _strcmp =3D strcmp =3D _sigfe_ _strcoll =3D strcoll =3D _sigfe_ _strcpy =3D strcpy =3D _sigfe_ _strcspn =3D strcspn =3D _sigfe_ _strdup =3D strdup SIGFE =3D _sigfe_ _strerror =3D strerror =3D _sigfe_ _strerror_r =3D strerror_r =3D _sigfe_ _strftime =3D strftime SIGFE =3D _sigfe_ _strlcat =3D strlcat =3D _sigfe_ _strlcpy =3D strlcpy =3D _sigfe_ _strlen =3D strlen =3D _sigfe_ _strlwr =3D strlwr =3D _sigfe_ _strncasecmp =3D strncasecmp =3D _sigfe_ _strncat =3D strncat =3D _sigfe_ _strncmp =3D strncmp =3D _sigfe_ _strncpy =3D strncpy =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _strpbrk =3D strpbrk =3D _sigfe_ _strptime =3D strptime SIGFE =3D _sigfe_ _strrchr =3D strrchr =3D _sigfe_ _strsep =3D strsep =3D _sigfe_ =3D _sigfe_ _strspn =3D strspn =3D _sigfe_ _strstr =3D strstr =3D _sigfe_ _strtod =3D strtod SIGFE =3D _sigfe_ _strtodf =3D strtof SIGFE strtodf =3D strtof SIGFE =3D _sigfe_ _strtok =3D strtok =3D _sigfe_ _strtok_r =3D strtok_r =3D _sigfe_ _strtol =3D strtol =3D _sigfe_ _strtoll =3D strtoll =3D _sigfe_ =3D _sigfe_ _strtoul =3D strtoul =3D _sigfe_ _strtoull =3D strtoull =3D _sigfe_ _strupr =3D strupr =3D _sigfe_ _strxfrm =3D strxfrm =3D _sigfe_ _swab =3D swab =3D _sigfe_ _symlink =3D symlink SIGFE =3D _sigfe_ _sync =3D sync =3D _sigfe_ _sysconf =3D sysconf SIGFE =3D _sigfe_ _syslog =3D syslog SIGFE =3D _sigfe_ =3D _sigfe_ _system =3D system SIGFE =3D _sigfe_ _tan =3D tan =3D _sigfe_ _tanf =3D tanf =3D _sigfe_ _tanh =3D tanh =3D _sigfe_ _tanhf =3D tanhf =3D _sigfe_ _tcdrain =3D tcdrain SIGFE =3D _sigfe_ _tcflow =3D tcflow SIGFE =3D _sigfe_ _tcflush =3D tcflush SIGFE =3D _sigfe_ _tcgetattr =3D tcgetattr SIGFE =3D _sigfe_ _tcgetpgrp =3D tcgetpgrp SIGFE =3D _sigfe_ _tcsendbreak =3D tcsendbreak SIGFE =3D _sigfe_ _tcsetattr =3D tcsetattr SIGFE =3D _sigfe_ _tcsetpgrp =3D tcsetpgrp SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _telldir =3D telldir SIGFE _telldir64 =3D telldir64 SIGFE =3D _sigfe_ _tempnam =3D tempnam SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _time =3D time SIGFE =3D _sigfe_ _times =3D times SIGFE =3D _sigfe_ =3D _sigfe_ _tmpfile =3D tmpfile SIGFE _tmpfile64 =3D tmpfile64 SIGFE =3D _sigfe_ _tmpnam =3D tmpnam SIGFE =3D _sigfe_ _toascii =3D toascii =3D _sigfe_ _tolower =3D tolower =3D _sigfe_ _toupper =3D toupper =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _truncate =3D truncate SIGFE _truncate64 =3D truncate64 SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _ttyname =3D ttyname SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _tzset =3D tzset SIGFE =3D _sigfe_ _ualarm =3D ualarm SIGFE =3D _sigfe_ _umask =3D umask =3D _sigfe_ _umount =3D umount SIGFE =3D _sigfe_ _uname =3D uname SIGFE =3D _sigfe_ _ungetc =3D ungetc SIGFE =3D _sigfe_ _unlink =3D unlink SIGFE =3D _sigfe_ =3D _sigfe_ _unsetenv =3D unsetenv =3D _sigfe_ _usleep =3D usleep SIGFE =3D _sigfe_ _utime =3D utime SIGFE =3D _sigfe_ _utimes =3D utimes SIGFE =3D _sigfe_ _utmpname =3D utmpname SIGFE =3D _sigfe_ =3D _sigfe_ _vasprintf =3D vasprintf SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _vfiprintf =3D vfiprintf SIGFE =3D _sigfe_ _vfork =3D vfork SIGFE =3D _sigfe_ _vfprintf =3D vfprintf SIGFE =3D _sigfe_ _vfscanf =3D vfscanf SIGFE =3D _sigfe_ _vhangup =3D vhangup SIGFE =3D _sigfe_ _vprintf =3D vprintf SIGFE =3D _sigfe_ _vscanf =3D vscanf SIGFE =3D _sigfe_ _vsnprintf =3D vsnprintf SIGFE =3D _sigfe_ _vsprintf =3D vsprintf SIGFE =3D _sigfe_ _vsscanf =3D vsscanf SIGFE =3D _sigfe_ _wait =3D wait SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _waitpid =3D waitpid SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _wcscmp =3D wcscmp =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _wcslen =3D wcslen =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _wcstombs =3D wcstombs =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _wctomb =3D wctomb =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ _wprintf =3D wprintf SIGFE =3D _sigfe_ _write =3D write SIGFE =3D _sigfe_ _writev =3D writev SIGFE =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ =3D _sigfe_ ------=_NextPart_000_0009_01C3D9CC.C5741220 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ ------=_NextPart_000_0009_01C3D9CC.C5741220--