public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Is GCC buggy ?
@ 2002-11-20  7:57 Alastair Montgomery
  0 siblings, 0 replies; 3+ messages in thread
From: Alastair Montgomery @ 2002-11-20  7:57 UTC (permalink / raw)
  To: jr, cygwin

I had no problems running the code on NT4 SP6, although had the following Package's version were different.

_update-info-dir 0078-1
bash 2.05b-5
binutils 20020706-2
cygwin 1.3.14-1
openssh 3.4.pl-5
sed 3.02-1


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Is GCC buggy ?
  2002-11-20  7:55 CHAUVIERE Jean-Raymond
@ 2002-11-20  8:33 ` Randall R Schulz
  0 siblings, 0 replies; 3+ messages in thread
From: Randall R Schulz @ 2002-11-20  8:33 UTC (permalink / raw)
  To: CHAUVIERE Jean-Raymond, cygwin

Jean-Raymond,

For practical purposes, no, GCC is not "buggy." Which is not to say it is 
bug-free. No large software program is literally bug-free.

Nonetheless, I compiled your program and it did what one would expect. No 
fireworks:

DEBUT
dans p:4198551 azerty
FIN


% gcc --version
gcc (GCC) 3.2 20020927 (prerelease)

% cygcheck -c gcc
Cygwin Package Information
Package             Version
gcc                 3.2-3


Randall Schulz
Mountain View, CA USA

P.S. In the future, please place your cygcheck output in an attachment. I 
helps control clutter in the mailing list archives and reduces false hits 
when people perform package-, library- or program-specific searches of the 
archives.

Likewise for cygcheck output. In this case, compression is usually called 
for (use "bzip2") and even without it, putting the content in an attachment 
protects against line wrapping.


At 06:55 2002-11-20, CHAUVIERE Jean-Raymond wrote:
>When I compile a source defining a function and calling it, the program 
>coredumps.
>
>I already compiled on this machine using 2.95. This happens since the 
>update gcc 3.2 I fully reinstall cygwin (today: 11/20/2002 at 14h:00( 
>PARIS/FRANCE) packages from programming.ccp14.uk), the same always 
>happens. What I compiled, rox file manager for instance, is always functional.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Is GCC buggy ?
@ 2002-11-20  7:55 CHAUVIERE Jean-Raymond
  2002-11-20  8:33 ` Randall R Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: CHAUVIERE Jean-Raymond @ 2002-11-20  7:55 UTC (permalink / raw)
  To: cygwin

CONTENTS:
*********
SYMPTOMS
SOURCE of the test program
COMPILATION + EXECUTION
STRACE
Execution de cygcheck -s -v -r

-------------------------------------------------------------------------
SYMPTOMS:

when I compile a source defining a function and calling it,
the program coredumps.

I already compiled on this machine using 2.95. 
This happens since the update gcc 3.2
I fully reinstall cygwin (today: 11/20/2002 at 14h:00( PARIS/FRANCE)
packages from programming.ccp14.uk), the same always happens.
What I compiled, rox file manager for instance, is always functionnal.

-------------------------------------------------------------------------
SOURCE of the test program

jrc@NADIAV2 ~/tmp $cat f.c
#include <stdio.h>

int p(char *s);

int main(int argc, char *argv[], char *envp[]) {
        int r= 0 ;
        printf("DEBUT\n") ;
        r=p("azerty") ;
        printf("FIN\n") ;
        exit(0) ;
}

int p(char *s){
        fprintf(stdout,"dans p:%d %s\n",s,s) ;
        return(2);
}
-------------------------------------------------------------------------
COMPILATION + EXECUTION

+SIMPLE
=======
jrc@NADIAV2 ~/tmp $gcc f.c -o f && f
DEBUT
Segmentation fault (core dumped)


+DETAIL
=======
--> note message on nonexistant include directory, after full cygwin install.


jrc@NADIAV2 ~/tmp $gcc -v f.c -o f && f
Reading specs from /bin/../lib/gcc-lib/i686-pc-cygwin/3.2/specs
Configured with: /netrel/src/gcc-3.2-1/configure --enable-
languages=c,c++,f77,java --enable-libgcj --enable-threads=posix --with-system-
zlib --enable-nls --without-included-gettext --enable-interpreter --disable-
sjlj-exceptions --disable-version-specific-runtime-libs --enable-shared --
build=i686-pc-linux --host=i686-pc-cygwin --target=i686-pc-cygwin --enable-
haifa --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --
includedir=/nonexistent/include --libexecdir=/usr/sbin
Thread model: posix
gcc version 3.2 20020818 (prerelease)
 /bin/../lib/gcc-lib/i686-pc-cygwin/3.2/cc1.exe -lang-c -v -
iprefix /bin/../lib/gcc-lib/i686-pc-cygwin/3.2/ -D__GNUC__=3 -
D__GNUC_MINOR__=2 -D__GNUC_PATCHLEVEL__=0 -D__GXX_ABI_VERSION=102 -D_X86_=1 -
D_X86_=1 -Asystem=winnt -D__NO_INLINE__ -D__STDC_HOSTED__=1 -Acpu=i386 -
Amachine=i386 -Di386 -D__i386 -D__i386__ -D__tune_i686__ -D__tune_pentiumpro__ -
D__tune_pentium2__ -D__tune_pentium3__ -D__stdcall=__attribute__
((__stdcall__)) -D__fastcall=__attribute__((__fastcall__)) -
D__cdecl=__attribute__((__cdecl__)) -D_stdcall=__attribute__((__stdcall__)) -
D_fastcall=__attribute__((__fastcall__)) -D_cdecl=__attribute__((__cdecl__)) -
D__declspec(x)=__attribute__((x)) -D__i386__ -D__i386 -D__CYGWIN32__ -
D__CYGWIN__ -Dunix -D__unix__ -D__unix -isystem /usr/lib/gcc-lib/i686-pc-
cygwin/3.2/../../../../include/w32api -isystem /usr/lib/gcc-lib/i686-pc-
cygwin/3.2/../../../../i686-pc-cygwin/lib/../../include/w32api f.c -quiet -
dumpbase f.c -version -o /cygdrive/c/DOCUME~1/jrc/LOCALS~1/Temp/ccqSNVlP.s
GNU CPP version 3.2 20020818 (prerelease) (cpplib) (80386, BSD syntax)
GNU C version 3.2 20020818 (prerelease) (i686-pc-cygwin)
        compiled by GNU C version 3.2 20020815 (prerelease).
ignoring nonexistent directory "/i686-pc-cygwin/include"
ignoring nonexistent directory "/usr/i686-pc-cygwin/include"
ignoring duplicate directory "/usr/i686-pc-cygwin/lib/../../include/w32api"
ignoring duplicate directory "/usr/lib/gcc-lib/i686-pc-cygwin/3.2/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/include/w32api
 /lib/gcc-lib/i686-pc-cygwin/3.2/include
 /usr/local/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/as.exe --
traditional-format -
o /cygdrive/c/DOCUME~1/jrc/LOCALS~1/Temp/ccQ9MQmJ.o /cygdrive/c/DOCUME~1/jrc/LOC
ALS~1/Temp/ccqSNVlP.s
 /bin/../lib/gcc-lib/i686-pc-cygwin/3.2/collect2.exe -Bdynamic --dll-search-
prefix=cyg -o f.exe /bin/../lib/gcc-lib/i686-pc-
cygwin/3.2/../../../crt0.o /bin/../lib/gcc-lib/i686-pc-cygwin/3.2/crtbegin.o -
L/bin/../lib/gcc-lib/i686-pc-cygwin/3.2 -L/bin/../lib/gcc-lib -L/usr/lib/gcc-
lib/i686-pc-cygwin/3.2 -L/bin/../lib/gcc-lib/i686-pc-cygwin/3.2/../../.. -
L/usr/lib/gcc-lib/i686-pc-
cygwin/3.2/../../.. /cygdrive/c/DOCUME~1/jrc/LOCALS~1/Temp/ccQ9MQmJ.o -lgcc -
lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc /bin/../lib/gcc-lib/i686-
pc-cygwin/3.2/crtend.o
DEBUT
Segmentation fault (core dumped)



-------------------------------------------------------------------------
STRACE
jrc@NADIAV2 ~/tmp $strace -o strace.out f
  14322 [main] f 3300 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
  17994 [main] f 3300 open_stackdumpfile: Dumping stack trace to f.exe.stackdump


STRACE.OUT

**********************************************
Program name: c:\home\jrc\cygwin\tmp\f.exe (3300)
App version:  1003.15, api: 0.63
DLL version:  1003.15, api: 0.63
DLL build:    2002-11-06 22:41
OS version:   Windows NT-5.1
Heap size:    402653184
Date/Time:    2002-11-20 15:33:23
**********************************************
  536    1042 [main] f 3300 environ_init: 0xA040430: !::=::\
   97    1139 [main] f 3300 environ_init: 0xA040440: !
C:=C:\products\DEV\cygwin\bin
   73    1212 [main] f 3300 environ_init: 0xA040468: 
ALLUSERSPROFILE=C:\Documents and Settings\All Users.WINDOWS
   73    1285 [main] f 3300 environ_init: 0xA0404A8: APPDATA=C:\Documents and 
Settings\jrc\Application Data
   72    1357 [main] f 3300 environ_init: 0xA0404E8: 
BASH_ENV=/cygdrive/c/home/jrc/cygwin/.bashrc
  163    1520 [main] f 3300 environ_init: 0xA040520: CLIENTNAME=Console
   61    1581 [main] f 3300 environ_init: 0xA040538: 
COMMONPROGRAMFILES=C:\Program Files\Fichiers communs
   58    1639 [main] f 3300 environ_init: 0xA040578: COMPUTERNAME=NADIAV2
   57    1696 [main] f 3300 environ_init: 0xA040598: COMSPEC=C:\WINDOWS\system32
\cmd.exe
   95    1791 [main] f 3300 environ_init: 0xA0405C0: DISPLAY=:0.0
   57    1848 [main] f 3300 environ_init: 0xA0405D8: 
ENV=/cygdrive/c/home/jrc/cygwin/.bashrc
   66    1914 [main] f 3300 environ_init: 0xA040608: 
GNUSTEP_USER_ROOT=/home/jrc/cygwin/GNUstep
   59    1973 [main] f 3300 getwinenv: can't set native for HOME= since no 
environ yet
   71    2044 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(c:\home\jrc\cygwin, no-keep-rel, no-add-slash)
   47    2091 [main] f 3300 normalize_win32_path: c:\home\jrc\cygwin = 
normalize_win32_path (c:\home\jrc\cygwin)
   43    2134 [main] f 3300 
mount_info::conv_to_posix_path: /cygdrive/c/home/jrc/cygwin = 
conv_to_posix_path (c:\home\jrc\cygwin)
   85    2219 [main] f 3300 win_env::add_cache: 
posix /cygdrive/c/home/jrc/cygwin
   31    2250 [main] f 3300 win_env::add_cache: native HOME=c:\home\jrc\cygwin
   32    2282 [main] f 3300 posify: env var converted to 
HOME=/cygdrive/c/home/jrc/cygwin
   57    2339 [main] f 3300 environ_init: 0xA040658: 
HOME=/cygdrive/c/home/jrc/cygwin
   57    2396 [main] f 3300 environ_init: 0xA0407A8: HOMEDRIVE=C:
   57    2453 [main] f 3300 environ_init: 0xA040638: HOMEPATH=\jrc\cygwin
   58    2511 [main] f 3300 environ_init: 0xA0407C0: LOGNAME=jrc
   57    2568 [main] f 3300 environ_init: 0xA0407D0: LOGONSERVER=\\NADIAV2
   59    2627 [main] f 3300 environ_init: 0xA0407F0: 
LS_COLORS=no=00:fi=00:di=00;30;43;01:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=4
0;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.l
zh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rp
m=01;31:*.jpg=01;35:*.png=01;35:*.gif=01;35:*.bmp=01;35:*.ppm=01;35:*.tga=01;35:
*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.png=01;35:*.mpg=01;35:*.avi=01;35:*.fli=01
;35:*.gl=01;35:*.dl=01;35:
   64    2691 [main] f 3300 environ_init: 0xA0409A0: MAKE_MODE=unix
   57    2748 [main] f 3300 environ_init: 0xA0409B8: MANPATH=:/usr/ssl/man
   57    2805 [main] f 3300 environ_init: 0xA0409D8: NUMBER_OF_PROCESSORS=1
   57    2862 [main] f 3300 environ_init: 0xA0409F8: 
OLDPWD=/cygdrive/c/home/jrc/cygwin
   65    2927 [main] f 3300 environ_init: 0xA040A20: OS=Windows_NT
   58    2985 [main] f 3300 getwinenv: can't set native for PATH= since no 
environ yet
   62    3047 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(c:\products\DEV\mysql404\bin, keep-rel, no-add-slash)
   34    3081 [main] f 3300 normalize_win32_path: c:\products\DEV\mysql404\bin 
= normalize_win32_path (c:\products\DEV\mysql404\bin)
   34    3115 [main] f 3300 
mount_info::conv_to_posix_path: /cygdrive/c/products/DEV/mysql404/bin = 
conv_to_posix_path (c:\products\DEV\mysql404\bin)
   34    3149 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(C:\products\DEV\cygwin\usr\local\bin, keep-rel, no-add-slash)
   34    3183 [main] f 3300 normalize_win32_path: 
C:\products\DEV\cygwin\usr\local\bin = normalize_win32_path 
(C:\products\DEV\cygwin\usr\local\bin)
   41    3224 [main] f 3300 mount_info::conv_to_posix_path: /usr/local/bin = 
conv_to_posix_path (C:\products\DEV\cygwin\usr\local\bin)
   35    3259 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(., keep-rel, no-add-slash)
   32    3291 [main] f 3300 mount_info::conv_to_posix_path: . = 
conv_to_posix_path (.)
   33    3324 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(C:\products\DEV\cygwin\bin, keep-rel, no-add-slash)
   33    3357 [main] f 3300 normalize_win32_path: C:\products\DEV\cygwin\bin = 
normalize_win32_path (C:\products\DEV\cygwin\bin)
   34    3391 [main] f 3300 mount_info::conv_to_posix_path: /usr/bin = 
conv_to_posix_path (C:\products\DEV\cygwin\bin)
   34    3425 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(c:\WINDOWS\system32, keep-rel, no-add-slash)
   33    3458 [main] f 3300 normalize_win32_path: c:\WINDOWS\system32 = 
normalize_win32_path (c:\WINDOWS\system32)
   33    3491 [main] f 3300 
mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/system32 = 
conv_to_posix_path (c:\WINDOWS\system32)
   34    3525 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(c:\WINDOWS, keep-rel, no-add-slash)
   33    3558 [main] f 3300 normalize_win32_path: c:\WINDOWS = 
normalize_win32_path (c:\WINDOWS)
   33    3591 [main] f 3300 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS 
= conv_to_posix_path (c:\WINDOWS)
   34    3625 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(c:\WINDOWS\System32\Wbem, keep-rel, no-add-slash)
   33    3658 [main] f 3300 normalize_win32_path: c:\WINDOWS\System32\Wbem = 
normalize_win32_path (c:\WINDOWS\System32\Wbem)
   34    3692 [main] f 3300 
mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/System32/Wbem = 
conv_to_posix_path (c:\WINDOWS\System32\Wbem)
   34    3726 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(c:\products\DEV\uedit90, keep-rel, no-add-slash)
   33    3759 [main] f 3300 normalize_win32_path: c:\products\DEV\uedit90 = 
normalize_win32_path (c:\products\DEV\uedit90)
   34    3793 [main] f 3300 
mount_info::conv_to_posix_path: /cygdrive/c/products/DEV/uedit90 = 
conv_to_posix_path (c:\products\DEV\uedit90)
   34    3827 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(C:\products\DEV\cygwin\bin, keep-rel, no-add-slash)
   33    3860 [main] f 3300 normalize_win32_path: C:\products\DEV\cygwin\bin = 
normalize_win32_path (C:\products\DEV\cygwin\bin)
   33    3893 [main] f 3300 mount_info::conv_to_posix_path: /usr/bin = 
conv_to_posix_path (C:\products\DEV\cygwin\bin)
   42    3935 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(c:\Program_Files\Fichiers_communs\Ulead_Systems\MPEG, keep-rel, no-add-slash)
   33    3968 [main] f 3300 normalize_win32_path: 
c:\Program_Files\Fichiers_communs\Ulead_Systems\MPEG = normalize_win32_path 
(c:\Program_Files\Fichiers_communs\Ulead_Systems\MPEG)
   35    4003 [main] f 3300 
mount_info::conv_to_posix_path: /cygdrive/c/Program_Files/Fichiers_communs/Ulead
_Systems/MPEG = conv_to_posix_path 
(c:\Program_Files\Fichiers_communs\Ulead_Systems\MPEG)
   35    4038 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(C:\products\DEV\cygwin\usr\X11R6\bin, keep-rel, no-add-slash)
   34    4072 [main] f 3300 normalize_win32_path: 
C:\products\DEV\cygwin\usr\X11R6\bin = normalize_win32_path 
(C:\products\DEV\cygwin\usr\X11R6\bin)
   66    4138 [main] f 3300 mount_info::conv_to_posix_path: /usr/X11R6/bin = 
conv_to_posix_path (C:\products\DEV\cygwin\usr\X11R6\bin)
   94    4232 [main] f 3300 win_env::add_cache: 
posix /cygdrive/c/products/DEV/mysql404/bin:/usr/local/bin:.:/usr/bin:/cygdrive/
c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdri
ve/c/products/DEV/uedit90:/usr/bin:/cygdrive/c/Program_Files/Fichiers_communs/Ul
ead_Systems/MPEG:/usr/X11R6/bin
   36    4268 [main] f 3300 win_env::add_cache: native 
PATH=c:\products\DEV\mysql404
\bin;C:\products\DEV\cygwin\usr\local\bin;.;C:\products\DEV\cygwin\bin;c:\WINDOW
S\system32;c:\WINDOWS;c:\WINDOWS\System32
\Wbem;c:\products\DEV\uedit90;C:\products\DEV\cygwin\bin;c:\Program_Files\Fichie
rs_communs\Ulead_Systems\MPEG;C:\products\DEV\cygwin\usr\X11R6\bin
   40    4308 [main] f 3300 posify: env var converted to 
PATH=/cygdrive/c/products/DEV/mysql404/bin:/usr/local/bin:.:/usr/bin:/cygdrive/c
/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdriv
e/c/products/DEV/uedit90:/usr/bin:/cygdrive/c/Program_Files/Fichiers_communs/Ule
ad_Systems/MPEG:/usr/X11R6/bin
   61    4369 [main] f 3300 environ_init: 0xA040B68: 
PATH=/cygdrive/c/products/DEV/mysql404/bin:/usr/local/bin:.:/usr/bin:/cygdrive/c
/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdriv
e/c/products/DEV/uedit90:/usr/bin:/cygdrive/c/Program_Files/Fichiers_communs/Ule
ad_Systems/MPEG:/usr/X11R6/bin
   62    4431 [main] f 3300 environ_init: 0xA040A38: 
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
   58    4489 [main] f 3300 environ_init: 0xA040A78: PROCESSOR_ARCHITECTURE=x86
   58    4547 [main] f 3300 environ_init: 0xA040A98: PROCESSOR_IDENTIFIER=x86 
Family 15 Model 2 Stepping 4, GenuineIntel
   58    4605 [main] f 3300 environ_init: 0xA040AE0: PROCESSOR_LEVEL=15
   57    4662 [main] f 3300 environ_init: 0xA040AF8: PROCESSOR_REVISION=0204
   57    4719 [main] f 3300 environ_init: 0xA040B18: PROGRAMFILES=C:\Program 
Files
   57    4776 [main] f 3300 environ_init: 0xA040B40: PROMPT=$P$G
   57    4833 [main] f 3300 environ_init: 0xA041048: PS1=\033[32m\]\u@\h \[\033
[33m\w\033[0m\] $
   58    4891 [main] f 3300 environ_init: 0xA041078: 
PWD=/cygdrive/c/home/jrc/cygwin/tmp
   64    4955 [main] f 3300 environ_init: 0xA040B50: SESSIONNAME=Console
   57    5012 [main] f 3300 environ_init: 0xA0410A0: SHLVL=2
   57    5069 [main] f 3300 environ_init: 0xA0410B0: SYSTEMDRIVE=C:
   57    5126 [main] f 3300 environ_init: 0xA0410C8: SYSTEMROOT=C:\WINDOWS
   58    5184 [main] f 3300 getwinenv: can't set native for TEMP= since no 
environ yet
   57    5241 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(c:\DOCUME~1\jrc\LOCALS~1\Temp, no-keep-rel, no-add-slash)
   33    5274 [main] f 3300 normalize_win32_path: c:\DOCUME~1\jrc\LOCALS~1\Temp 
= normalize_win32_path (c:\DOCUME~1\jrc\LOCALS~1\Temp)
   34    5308 [main] f 3300 
mount_info::conv_to_posix_path: /cygdrive/c/DOCUME~1/jrc/LOCALS~1/Temp = 
conv_to_posix_path (c:\DOCUME~1\jrc\LOCALS~1\Temp)
   83    5391 [main] f 3300 win_env::add_cache: 
posix /cygdrive/c/DOCUME~1/jrc/LOCALS~1/Temp
   32    5423 [main] f 3300 win_env::add_cache: native TEMP=c:\DOCUME~1
\jrc\LOCALS~1\Temp
   32    5455 [main] f 3300 posify: env var converted to 
TEMP=/cygdrive/c/DOCUME~1/jrc/LOCALS~1/Temp
   88    5543 [main] f 3300 environ_init: 0xA041110: 
TEMP=/cygdrive/c/DOCUME~1/jrc/LOCALS~1/Temp
   58    5601 [main] f 3300 environ_init: 0xA041278: TERM=xterm
   58    5659 [main] f 3300 environ_init: 0xA041288: TEXMF=
{/usr/share/lilypond/1.6.5,/usr/share/texmf}
   58    5717 [main] f 3300 getwinenv: can't set native for TMP= since no 
environ yet
   57    5774 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(c:\DOCUME~1\jrc\LOCALS~1\Temp, no-keep-rel, no-add-slash)
   34    5808 [main] f 3300 normalize_win32_path: c:\DOCUME~1\jrc\LOCALS~1\Temp 
= normalize_win32_path (c:\DOCUME~1\jrc\LOCALS~1\Temp)
   33    5841 [main] f 3300 
mount_info::conv_to_posix_path: /cygdrive/c/DOCUME~1/jrc/LOCALS~1/Temp = 
conv_to_posix_path (c:\DOCUME~1\jrc\LOCALS~1\Temp)
   91    5932 [main] f 3300 win_env::add_cache: 
posix /cygdrive/c/DOCUME~1/jrc/LOCALS~1/Temp
   32    5964 [main] f 3300 win_env::add_cache: native TMP=c:\DOCUME~1
\jrc\LOCALS~1\Temp
   32    5996 [main] f 3300 posify: env var converted to 
TMP=/cygdrive/c/DOCUME~1/jrc/LOCALS~1/Temp
   56    6052 [main] f 3300 environ_init: 0xA0412C0: 
TMP=/cygdrive/c/DOCUME~1/jrc/LOCALS~1/Temp
   57    6109 [main] f 3300 environ_init: 0xA041428: USER=jrc
   57    6166 [main] f 3300 environ_init: 0xA041438: USERDOMAIN=NADIAV2
   57    6223 [main] f 3300 environ_init: 0xA041450: USERNAME=jrc
   62    6285 [main] f 3300 environ_init: 0xA041468: USERPROFILE=C:\Documents 
and Settings\jrc
   57    6342 [main] f 3300 environ_init: 0xA041498: VIM=/usr/share/vim/vim61
   57    6399 [main] f 3300 environ_init: 0xA0410E8: 
VIMRUNTIME=/usr/share/vim/vim61
   57    6456 [main] f 3300 environ_init: 0xA0414B8: WINDIR=C:\WINDOWS
   57    6513 [main] f 3300 environ_init: 0xA0414D0: WINDOWID=12582926
   57    6570 [main] f 3300 environ_init: 0xA0414E8: WMAKER_BIN_NAME=wmaker
   57    6627 [main] f 3300 environ_init: 0xA041508: WRASTER_COLOR_RESOLUTION0=4
   57    6684 [main] f 3300 environ_init: 0xA041528: 
XAUTHORITY=/cygdrive/c/home/jrc/cygwin/.Xauthority
   58    6742 [main] f 3300 environ_init: 0xA041560: _=/bin/strace
   50    6792 [main] f 3300 pinfo_init: pid 3300, pgid 3300
  135    6927 [main] f 3300 dtable::extend: size 32, fds 0x615D0188
   84    7011 [main] f 3300 normalize_posix_path: src /etc/passwd
   86    7097 [main] f 3300 normalize_posix_path: /etc/passwd = 
normalize_posix_path (/etc/passwd)
   36    7133 [main] f 3300 mount_info::conv_to_win32_path: conv_to_win32_path 
(/etc/passwd)
   43    7176 [main] f 3300 set_flags: flags: binary (0x2)
   33    7209 [main] f 3300 mount_info::conv_to_win32_path: 
src_path /etc/passwd, dst C:\products\DEV\cygwin\etc\passwd, flags 0xA, rc 0
  342    7551 [main] f 3300 symlink_info::check: not a symlink
   56    7607 [main] f 3300 symlink_info::check: 0 = symlink.check 
(C:\products\DEV\cygwin\etc\passwd, 0x22F528) (0xA)
   36    7643 [main] f 3300 path_conv::check: root_dir(C:\), this->path
(C:\products\DEV\cygwin\etc\passwd), set_has_acls(8)
  362    8005 [main] f 3300 read_etc_passwd: Read /etc/passwd, 8 lines
   63    8068 [main] f 3300 normalize_posix_path: src /etc
   35    8103 [main] f 3300 normalize_posix_path: /etc = normalize_posix_path 
(/etc)
   60    8163 [main] f 3300 mount_info::conv_to_win32_path: conv_to_win32_path 
(/etc)
   38    8201 [main] f 3300 set_flags: flags: binary (0x2)
   33    8234 [main] f 3300 mount_info::conv_to_win32_path: src_path /etc, dst 
C:\products\DEV\cygwin\etc, flags 0xA, rc 0
  274    8508 [main] f 3300 symlink_info::check: not a symlink
   50    8558 [main] f 3300 symlink_info::check: 0 = symlink.check 
(C:\products\DEV\cygwin\etc, 0x22F4B8) (0xA)
   36    8594 [main] f 3300 path_conv::check: root_dir(C:\), this->path
(C:\products\DEV\cygwin\etc), set_has_acls(8)
  203    8797 [main] f 3300 cygheap_user::ontherange: what 2, pw 0xA0419D0
   55    8852 [main] f 3300 cygheap_user::ontherange: HOME is already in the 
environment /cygdrive/c/home/jrc/cygwin
  194    9046 [main] f 3300 sigproc_init: process/signal handling enabled(1)
   51    9097 [main] f 3300 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio 
(0)
   35    9132 [main] f 3300 _cygwin_istext_for_stdio:  _cifs: fd not open
  154    9286 [main] f 3300 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio 
(1)
   33    9319 [main] f 3300 _cygwin_istext_for_stdio:  _cifs: fd not open
   34    9353 [main] f 3300 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio 
(2)
   33    9386 [main] f 3300 _cygwin_istext_for_stdio:  _cifs: fd not open
   91    9477 [main] f 3300 build_argv: argv[0] = 'f'
   32    9509 [main] f 3300 build_argv: argc 1
   75    9584 [main] f 3300 normalize_posix_path: src /dev/piper
   36    9620 [main] f 3300 normalize_posix_path: /dev/piper = 
normalize_posix_path (/dev/piper)
   34    9654 [main] f 3300 mount_info::conv_to_win32_path: conv_to_win32_path 
(/dev/piper)
   36    9690 [main] f 3300 mount_info::conv_to_win32_path: 
src_path /dev/piper, dst \dev\piper, flags 0x2, rc 0
   49    9739 [main] f 3300 dtable::build_fhandler: fd 0, fh 0x615D0398
   35    9774 [main] f 3300 fhandler_base::set_flags: flags 0x10002, 
supplied_bin 0x0
   32    9806 [main] f 3300 fhandler_base::set_flags: O_TEXT/O_BINARY set in 
flags 0x10000
   33    9839 [main] f 3300 fhandler_base::set_flags: filemode set to binary
   32    9871 [main] f 3300 fhandler_base::init: created new fhandler_base for 
handle 0x604, bin 1
   33    9904 [main] f 3300 dtable::init_std_file_from_handle: fd 0, handle 
0x604
   79    9983 [main] f 3300 normalize_posix_path: src /dev/pipew
   34   10017 [main] f 3300 normalize_posix_path: /dev/pipew = 
normalize_posix_path (/dev/pipew)
   34   10051 [main] f 3300 mount_info::conv_to_win32_path: conv_to_win32_path 
(/dev/pipew)
   34   10085 [main] f 3300 mount_info::conv_to_win32_path: 
src_path /dev/pipew, dst \dev\pipew, flags 0x2, rc 0
   39   10124 [main] f 3300 dtable::build_fhandler: fd 1, fh 0x615D0470
   33   10157 [main] f 3300 fhandler_base::set_flags: flags 0x10002, 
supplied_bin 0x0
   32   10189 [main] f 3300 fhandler_base::set_flags: O_TEXT/O_BINARY set in 
flags 0x10000
   32   10221 [main] f 3300 fhandler_base::set_flags: filemode set to binary
   32   10253 [main] f 3300 fhandler_base::init: created new fhandler_base for 
handle 0x704, bin 1
   33   10286 [main] f 3300 dtable::init_std_file_from_handle: fd 1, handle 
0x704
   53   10339 [main] f 3300 normalize_posix_path: src /dev/pipew
   34   10373 [main] f 3300 normalize_posix_path: /dev/pipew = 
normalize_posix_path (/dev/pipew)
   33   10406 [main] f 3300 mount_info::conv_to_win32_path: conv_to_win32_path 
(/dev/pipew)
   34   10440 [main] f 3300 mount_info::conv_to_win32_path: 
src_path /dev/pipew, dst \dev\pipew, flags 0x2, rc 0
   38   10478 [main] f 3300 dtable::build_fhandler: fd 2, fh 0x615D0548
   33   10511 [main] f 3300 fhandler_base::set_flags: flags 0x10002, 
supplied_bin 0x0
   32   10543 [main] f 3300 fhandler_base::set_flags: O_TEXT/O_BINARY set in 
flags 0x10000
   32   10575 [main] f 3300 fhandler_base::set_flags: filemode set to binary
   33   10608 [main] f 3300 fhandler_base::init: created new fhandler_base for 
handle 0x6EC, bin 1
   33   10641 [main] f 3300 dtable::init_std_file_from_handle: fd 2, handle 
0x6EC
   80   10721 [main] f 3300 open_shared: name (null), shared 0xA020000 (wanted 
0xA020000), h 0x76C
   48   10769 [main] f 3300 tty_min::set_ctty: attached tty1073741824 sid 3300, 
pid 3300, tty->pgid 0, tty->sid 3300
   36   10805 [main] f 3300 tty_min::set_ctty: resetting tty1073741824 sid.  
Was 3300, now 3300.  pgid was 0, now 3300.
 1089   11894 [main] f 3300 dll_crt0_1: user_data->main 0x4010A4
  271   12165 [sig] f 3300 wait_sig: sigcatch_nonmain 0x74C, sigcatch_main 0x740
   48   12213 [sig] f 3300 wait_sig: Ready.  dwProcessid 3300
  207   12420 [main] f 3300 normalize_posix_path: src \dev\pipew
   40   12460 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(\dev\pipew, no-keep-rel, no-add-slash)
   52   12512 [main] f 3300 mount_info::conv_to_posix_path: conv_to_posix_path 
(c:\home\jrc\cygwin\tmp, no-keep-rel, no-add-slash)
   36   12548 [main] f 3300 normalize_win32_path: c:\home\jrc\cygwin\tmp = 
normalize_win32_path (c:\home\jrc\cygwin\tmp)
   40   12588 [main] f 3300 
mount_info::conv_to_posix_path: /cygdrive/c/home/jrc/cygwin/tmp = 
conv_to_posix_path (c:\home\jrc\cygwin\tmp)
   37   12625 [main] f 3300 cwdstuff::get: posix /cygdrive/c/home/jrc/cygwin/tmp
   33   12658 [main] f 3300 cwdstuff::get: (c:\home\jrc\cygwin\tmp) = 
cwdstuff::get (0x22DDE0, 260, 0, 0), errno 0
   35   12693 [main] f 3300 normalize_win32_path: c:\dev\pipew = 
normalize_win32_path (\dev\pipew)
   35   12728 [main] f 3300 
mount_info::conv_to_posix_path: /cygdrive/c/dev/pipew = conv_to_posix_path 
(\dev\pipew)
   35   12763 [main] f 3300 mount_info::conv_to_win32_path: conv_to_win32_path 
(/cygdrive/c/dev/pipew)
   37   12800 [main] f 3300 mount_info::cygdrive_win32_path: 
src '/cygdrive/c/dev/pipew', dst 'c:\dev\pipew'
   34   12834 [main] f 3300 set_flags: flags: binary (0x2)
   33   12867 [main] f 3300 mount_info::conv_to_win32_path: 
src_path /cygdrive/c/dev/pipew, dst c:\dev\pipew, flags 0x22, rc 0
  251   13118 [main] f 3300 symlink_info::check: GetFileAttributes 
(c:\dev\pipew) failed
   48   13166 [main] f 3300 geterrno_from_win_error: windows error 3 == errno 2
   75   13241 [main] f 3300 symlink_info::check: GetFileAttributes 
(c:\dev\pipew.lnk) failed
   37   13278 [main] f 3300 geterrno_from_win_error: windows error 3 == errno 2
   47   13325 [main] f 3300 symlink_info::check: 0 = symlink.check 
(c:\dev\pipew, 0x22E0E0) (0x22)
   37   13362 [main] f 3300 mount_info::conv_to_win32_path: conv_to_win32_path 
(/cygdrive/c/dev)
   36   13398 [main] f 3300 mount_info::cygdrive_win32_path: 
src '/cygdrive/c/dev', dst 'c:\dev'
   34   13432 [main] f 3300 set_flags: flags: binary (0x2)
   32   13464 [main] f 3300 mount_info::conv_to_win32_path: 
src_path /cygdrive/c/dev, dst c:\dev, flags 0x22, rc 0
   76   13540 [main] f 3300 symlink_info::check: GetFileAttributes (c:\dev) 
failed
   36   13576 [main] f 3300 geterrno_from_win_error: windows error 2 == errno 2
   72   13648 [main] f 3300 symlink_info::check: GetFileAttributes (c:\dev.lnk) 
failed
   36   13684 [main] f 3300 geterrno_from_win_error: windows error 2 == errno 2
   34   13718 [main] f 3300 symlink_info::check: 0 = symlink.check (c:\dev, 
0x22E0E0) (0x22)
   34   13752 [main] f 3300 mount_info::conv_to_win32_path: conv_to_win32_path 
(/cygdrive/c)
   36   13788 [main] f 3300 mount_info::cygdrive_win32_path: src '/cygdrive/c', 
dst 'c:\'
   33   13821 [main] f 3300 set_flags: flags: binary (0x2)
   32   13853 [main] f 3300 mount_info::conv_to_win32_path: 
src_path /cygdrive/c, dst c:\, flags 0x22, rc 0
   68   13921 [main] f 3300 symlink_info::check: not a symlink
   43   13964 [main] f 3300 symlink_info::check: 0 = symlink.check (c:\, 
0x22E0E0) (0x22)
   36   14000 [main] f 3300 path_conv::check: root_dir(c:\), this->path
(c:\dev\pipew), set_has_acls(8)
   35   14035 [main] f 3300 fhandler_base::fstat: here
   39   14074 [main] f 3300 fstat64: 0 = fstat (1, 0x22E900)
   90   14164 [main] f 3300 handle_exceptions: In cygwin_except_handler exc 
0xC0000005 at 0x401133 sp 0x22FEBC
   90   14254 [main] f 3300 handle_exceptions: In cygwin_except_handler sig = 
11 at 0x401133
   34   14288 [main] f 3300 handle_exceptions: In cygwin_except_handler calling 
0x0
   34   14322 [main] f 3300 handle_exceptions: Exception: 
STATUS_ACCESS_VIOLATION
 3313   17635 [main] f 3300 try_to_debug: debugger_command ''
  359   17994 [main] f 3300 open_stackdumpfile: Dumping stack trace to 
f.exe.stackdump
310950  328944 [main] f 3300 signal_exit: about to call do_exit (18B00)
   50  328994 [main] f 3300 do_exit: do_exit (101120)
   46  329040 [main] f 3300 void: 0x0 = signal (20, 0x1)
   32  329072 [main] f 3300 void: 0x0 = signal (1, 0x1)
   30  329102 [main] f 3300 void: 0x0 = signal (2, 0x1)
   31  329133 [main] f 3300 void: 0x0 = signal (3, 0x1)
   36  329169 [main] f 3300 fhandler_base::close: closing '/dev/piper' handle 
0x604
   40  329209 [main] f 3300 fhandler_base::close: closing '/dev/pipew' handle 
0x704
   35  329244 [main] f 3300 fhandler_base::close: closing '/dev/pipew' handle 
0x6EC
   41  329285 [main] f 3300 sigproc_terminate: entering
   32  329317 [main] f 3300 proc_terminate: nchildren 0, nzombies 0
   31  329348 [main] f 3300 proc_terminate: leaving
   77  329425 [main] f 3300 __to_clock_t: dwHighDateTime 0, dwLowDateTime 200288
   33  329458 [main] f 3300 __to_clock_t: total 00000000 00000014
   31  329489 [main] f 3300 __to_clock_t: dwHighDateTime 0, dwLowDateTime 100144
   32  329521 [main] f 3300 __to_clock_t: total 00000000 0000000A
  707  330228 [main] f 3300 _pinfo::exit: Calling ExitProcess 101120

-------------------------------------------------------------------------
Execution de cygcheck -s -v -r
NOTE the error message

jrc@NADIAV2 ~/tmp $cygcheck -s -v -r >cyg.out
cygcheck: dump_sysinfo: GetVolumeInformation() failed: 1005

-------------------------------------------------------------------------
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Wed Nov 20 14:58:29 2002

Windows XP Professional Ver 5.1 Build 2600 

Path:	c:\products\DEV\mysql404\bin
	C:\products\DEV\cygwin\usr\local\bin
	.
	C:\products\DEV\cygwin\bin
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\products\DEV\uedit90
	C:\products\DEV\cygwin\bin
	c:\Program_Files\Fichiers_communs\Ulead_Systems\MPEG
	C:\products\DEV\cygwin\usr\X11R6\bin

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

HOME = `c:\home\jrc\cygwin'
MAKE_MODE = `unix'
PWD = `/cygdrive/c/home/jrc/cygwin/tmp'
USER = `jrc'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users.WINDOWS'
APPDATA = `C:\Documents and Settings\jrc\Application Data'
BASH_ENV = `/cygdrive/c/home/jrc/cygwin/.bashrc'
CLIENTNAME = `Console'
COMMONPROGRAMFILES = `C:\Program Files\Fichiers communs'
COMPUTERNAME = `NADIAV2'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
DISPLAY = `:0.0'
ENV = `/cygdrive/c/home/jrc/cygwin/.bashrc'
GNUSTEP_USER_ROOT = `/home/jrc/cygwin/GNUstep'
HOMEDRIVE = `C:'
HOMEPATH = `\jrc\cygwin'
LOGNAME = `jrc'
LOGONSERVER = `\\NADIAV2'
LS_COLORS = 
`no=00:fi=00:di=00;30;43;01:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:o
r=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:
*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*
.jpg=01;35:*.png=01;35:*.gif=01;35:*.bmp=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;
35:*.xpm=01;35:*.tif=01;35:*.png=01;35:*.mpg=01;35:*.avi=01;35:*.fli=01;35:*.gl=
01;35:*.dl=01;35:'
MANPATH = `:/usr/ssl/man'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/cygdrive/c/home/jrc/cygwin'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 4, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0204'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\033[32m\]\u@\h \[\033[33m\w\033[0m\] $'
SESSIONNAME = `Console'
SHLVL = `2'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\jrc\LOCALS~1\Temp'
TERM = `xterm'
TEXMF = `{/usr/share/lilypond/1.6.5,/usr/share/texmf}'
TMP = `c:\DOCUME~1\jrc\LOCALS~1\Temp'
USERDOMAIN = `NADIAV2'
USERNAME = `jrc'
USERPROFILE = `C:\Documents and Settings\jrc'
VIM = `/usr/share/vim/vim61'
VIMRUNTIME = `/usr/share/vim/vim61'
WINDIR = `C:\WINDOWS'
WINDOWID = `12582926'
WMAKER_BIN_NAME = `wmaker'
WRASTER_COLOR_RESOLUTION0 = `4'
XAUTHORITY = `/cygdrive/c/home/jrc/cygwin/.Xauthority'
_ = `/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) = `C:\products\DEV\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/tmp/tt
  (default) = `\\nadiav9\disque_e'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\products\DEV\cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\products\DEV\cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
\/usr/X11R6/lib/X11/fonts
  (default) = `C:\products\DEV\cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                    
c:  hd  NTFS    8001Mb  87% CP CS UN PA FC     
d:  cd           N/A    N/A                    
h:  hd  NTFS    8001Mb  70% CP CS UN PA        home
v:  hd  NTFS   14143Mb  55% CP CS UN PA        VIDEO

C:\products\DEV\cygwin                          /                         
system  binmode
\\nadiav9\disque_e                              /tmp/tt                   
system  binmode
C:\products\DEV\cygwin/bin                      /usr/bin                  
system  binmode
C:\products\DEV\cygwin/lib                      /usr/lib                  
system  binmode
C:\products\DEV\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  
system  binmode
.                                               /cygdrive                 
user    binmode,cygdrive

Found: C:\products\DEV\cygwin\bin\bash.exe
Found: C:\products\DEV\cygwin\bin\cat.exe
Found: C:\products\DEV\cygwin\bin\cpp.exe
Found: C:\products\DEV\cygwin\bin\find.exe
Found: C:\products\DEV\cygwin\bin\gcc.exe
Found: C:\products\DEV\cygwin\bin\gdb.exe
Found: C:\products\DEV\cygwin\bin\ld.exe
Found: C:\products\DEV\cygwin\bin\ls.exe
Found: C:\products\DEV\cygwin\bin\make.exe
Found: C:\products\DEV\cygwin\bin\sh.exe

  653k 1998/10/30 c:\products\DEV\mysql404\bin\cygwinb19.dll - os=4.0 img=1.0 
sys=4.0
                  "cygwinb19.dll" v0.0 ts=1998/7/15 19:50
    6k 2001/05/16 C:\products\DEV\cygwin\usr\local\bin\cygcharset.dll - os=4.0 
img=1.0 sys=4.0
                  "cygcharset.dll" v0.0 ts=2001/5/14 10:04
  596k 2001/05/16 C:\products\DEV\cygwin\usr\local\bin\cygiconv.dll - os=4.0 
img=1.0 sys=4.0
                  "cygiconv.dll" v0.0 ts=2001/5/14 10:05
   58k 2002/05/07 C:\products\DEV\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2002/5/7 8:33
   54k 2002/11/20 C:\products\DEV\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 
sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2002/1/27 2:07
    6k 2002/06/24 C:\products\DEV\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2002/6/24 20:23
  625k 2002/11/20 C:\products\DEV\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 
sys=4.0
                  "cygcrypto.dll" v0.0 ts=2002/8/9 22:20
  475k 2002/10/11 C:\products\DEV\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 
sys=4.0
                  "cygcurl-2.dll" v0.0 ts=2002/10/11 23:53
  380k 2002/07/24 C:\products\DEV\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 18:24
  326k 2002/06/26 C:\products\DEV\cygwin\bin\cygdb2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb2.dll" v0.0 ts=2002/6/26 19:48
  487k 2002/07/24 C:\products\DEV\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 18:25
  136k 2002/10/17 C:\products\DEV\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 
sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2002/10/17 17:21
   50k 2002/03/17 C:\products\DEV\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 
sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2002/3/17 7:24
   45k 2001/04/25 C:\products\DEV\cygwin\bin\cygform5.dll - os=4.0 img=1.0 
sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 7:28
   35k 2002/01/09 C:\products\DEV\cygwin\bin\cygform6.dll - os=4.0 img=1.0 
sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 7:03
   19k 2002/02/20 C:\products\DEV\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 
sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/20 4:05
  490k 2002/09/21 C:\products\DEV\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 
sys=4.0
                  "cygguile-12.dll" v0.0 ts=2002/9/21 12:01
  488k 2002/07/18 C:\products\DEV\cygwin\bin\cygguile-14.dll - os=4.0 img=1.0 
sys=4.0
                  "cygguile-14.dll" v0.0 ts=2002/7/18 12:35
   63k 2002/07/18 C:\products\DEV\cygwin\bin\cygguile-srfi-srfi-13-14-1.dll - 
os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-1.dll" v0.0 ts=2002/7/18 12:35
   63k 2002/09/21 C:\products\DEV\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-
1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 ts=2002/9/21 12:01
   24k 2002/07/18 C:\products\DEV\cygwin\bin\cygguile-srfi-srfi-4-1.dll - 
os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-1.dll" v0.0 ts=2002/7/18 12:35
   24k 2002/09/21 C:\products\DEV\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - 
os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=2002/9/21 12:01
   14k 2002/07/18 C:\products\DEV\cygwin\bin\cygguilereadline-14.dll - os=4.0 
img=1.0 sys=4.0
                  "cygguilereadline-14.dll" v0.0 ts=2002/7/18 12:35
   14k 2002/09/21 C:\products\DEV\cygwin\bin\cygguilereadline-v-12-12.dll - 
os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-v-12-12.dll" v0.0 ts=2002/9/21 12:01
   17k 2001/06/28 C:\products\DEV\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 
sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/7 5:34
   20k 2002/10/10 C:\products\DEV\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 
sys=4.0
                  "cyghistory5.dll" v0.0 ts=2002/10/10 19:28
  306k 2002/04/27 C:\products\DEV\cygwin\bin\cyghttpd.dll - os=4.0 img=1.0 
sys=4.0
                  "cyghttpd.dll" v0.0 ts=2002/4/27 15:23
  929k 2002/06/24 C:\products\DEV\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 
sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2002/6/24 20:24
   22k 2002/11/20 C:\products\DEV\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 10:28
   28k 2002/09/20 C:\products\DEV\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 
sys=4.0
                  "cygintl-2.dll" v0.0 ts=2002/9/20 5:13
   21k 2001/06/20 C:\products\DEV\cygwin\bin\cygintl.dll - os=4.0 img=1.0 
sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 19:09
   81k 2000/12/05 C:\products\DEV\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 
sys=4.0
                  "cygitcl30.dll" v0.0 ts=2000/11/26 2:43
   35k 2000/12/05 C:\products\DEV\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 
sys=4.0
                  "cygitk30.dll" v0.0 ts=2000/11/26 2:43
   45k 2002/02/08 C:\products\DEV\cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygjbig1.dll" v0.0 ts=2002/2/8 0:59
  119k 2002/02/09 C:\products\DEV\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 
sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2002/2/9 6:19
   59k 2002/09/20 C:\products\DEV\cygwin\bin\cygkpathsea-3-3-7.dll - os=4.0 
img=1.0 sys=4.0
                  "cygkpathsea-3-3-7.dll" v0.0 ts=2002/9/20 16:54
   25k 2002/07/16 C:\products\DEV\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 
sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2002/7/16 6:05
   26k 2001/04/25 C:\products\DEV\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 
sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 7:27
   20k 2002/01/09 C:\products\DEV\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 
sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 7:03
  156k 2001/04/25 C:\products\DEV\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 
sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 7:29
  175k 2002/01/09 C:\products\DEV\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 
sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 7:03
  226k 2001/04/25 C:\products\DEV\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 
sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 7:17
  202k 2002/01/09 C:\products\DEV\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 
sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 7:03
   15k 2001/04/25 C:\products\DEV\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 
sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 7:27
   12k 2002/01/09 C:\products\DEV\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 
sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 7:03
   40k 2001/11/21 C:\products\DEV\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 
sys=4.0
                  "cygpcre.dll" v0.0 ts=2001/11/21 23:15
   39k 2001/11/21 C:\products\DEV\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 
sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2001/11/21 23:15
  175k 2002/07/22 C:\products\DEV\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 
sys=4.0
                  "cygpng10.dll" v0.0 ts=2002/7/22 17:51
  179k 2002/07/22 C:\products\DEV\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 
sys=4.0
                  "cygpng12.dll" v0.0 ts=2002/7/22 18:03
  170k 2002/01/21 C:\products\DEV\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 
sys=4.0
                  "cygpng2.dll" v0.0 ts=2002/1/21 2:05
   22k 2002/06/09 C:\products\DEV\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 
sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45
  108k 2001/06/28 C:\products\DEV\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 
sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/7 5:34
  127k 2002/10/10 C:\products\DEV\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 
sys=4.0
                  "cygreadline5.dll" v0.0 ts=2002/10/10 19:28
  159k 2002/08/09 C:\products\DEV\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl.dll" v0.0 ts=2002/8/9 22:20
  390k 2000/12/05 C:\products\DEV\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 
sys=4.0
                  "cygtcl80.dll" v0.0 ts=2000/11/26 2:39
    5k 2000/12/05 C:\products\DEV\cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 
sys=4.0
   10k 2000/12/05 C:\products\DEV\cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 
sys=4.0
                  "cygtclreg80.dll" v0.0 ts=2000/11/26 2:39
  253k 2002/02/10 C:\products\DEV\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 
sys=4.0
                  "cygtiff3.dll" v0.0 ts=2002/2/10 9:34
  623k 2000/12/05 C:\products\DEV\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 
sys=4.0
                  "cygtk80.dll" v0.0 ts=2000/11/26 2:43
   25k 2002/07/14 C:\products\DEV\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 
sys=4.0
                  "cygungif-4.dll" v0.0 ts=2002/7/14 16:58
  633k 2002/11/20 C:\products\DEV\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 
sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2002/7/22 8:29
   41k 2002/01/20 C:\products\DEV\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2002/1/20 19:49
   46k 2002/01/20 C:\products\DEV\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXpm-X4.dll" v0.0 ts=2002/1/20 19:50
  152k 2002/03/17 C:\products\DEV\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2002/3/17 7:19
   15k 2002/03/17 C:\products\DEV\cygwin\bin\cygxsltbreakpoint-1.dll - os=4.0 
img=1.0 sys=4.0
                  "cygxsltbreakpoint-1.dll" v0.0 ts=2002/3/17 7:24
   50k 2002/11/20 C:\products\DEV\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2002/3/12 5:38
  906k 2002/11/07 C:\products\DEV\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygwin1.dll" v0.0 ts=2002/11/7 4:41
    Cygwin DLL version info:
        DLL version: 1.3.15
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 63
        Shared data: 3
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Wed Nov 6 22:41:29 EST 2002
        CVS tag: cygwin-1-3-15-1
        Shared id: cygwin1S3

   41k 2002/05/14 C:\products\DEV\cygwin\usr\X11R6\bin\cygPropList-0.dll - 
os=4.0 img=1.0 sys=4.0
                  "cygPropList-0.dll" v0.0 ts=2002/5/14 5:13

Cygwin Package Information
Last downloaded files to: V:\A_GRAVER\cygwin_20_11_2002
Last downloaded files from: http://programming.ccp14.ac.uk/ftp-
mirror/programming/cygwin/pub/cygwin

Package             Version             
ELFIO               1.0.0-1             
WindowMaker         0.80.0-2            
XFree86-base        4.2.0-1             
XFree86-bin         4.2.0-2             
XFree86-doc         4.2.0-1             
XFree86-etc         4.2.0-1             
XFree86-f100        4.2.0-2             
XFree86-fcyr        4.2.0-2             
XFree86-fenc        4.2.0-2             
XFree86-fnts        4.2.0-2             
XFree86-fscl        4.2.0-2             
XFree86-fsrv        4.2.0-1             
XFree86-html        4.2.0-1             
XFree86-jdoc        4.2.0-1             
XFree86-lib         4.2.0-3             
XFree86-man         4.2.0-1             
XFree86-nest        4.2.0-1             
XFree86-prog        4.2.0-1             
XFree86-prt         4.2.0-1             
XFree86-ps          4.2.0-1             
XFree86-startup-scripts4.2.0-3             
XFree86-vfb         4.2.0-1             
XFree86-xserv       4.2.0-15            
Xaw3d               1.5-1               
_update-info-dir    00083-1             
apache              1.3.24-5            
ash                 20020731-1          
astyle              1.15.3-3            
autoconf            2.53b-1             
autoconf-devel      2.53a-1             
autoconf-stable     2.13-4              
automake            1.6.2-1             
automake-devel      1.6.2-1             
automake-stable     1.4p5-5             
base-files          1.0-1               
base-passwd         1.0-1               
bash                2.05b-7             
bc                  1.06-1              
binutils            20021107-1          
bison               1.75-1              
byacc               1.9-1               
bzip2               1.0.2-2             
ccache              1.9-1               
cgoban              1.9.12-1            
clear               1.0-1               
cmake               1.4.6-1             
cpio                2.4.2               
cron                3.0.1-7             
crypt               1.0-1               
ctags               5.2-1               
curl                7.10.1-1            
curl-devel          7.10.1-1            
cvs                 1.11.0-1            
cygrunsrv           0.95-1              
cygutils            1.1.2-1             
cygwin              1.3.15-1            
cygwin-doc          1.2-1               
db2                 2.7.7-4             
db3.1               3.1.17-2            
dejagnu             20010117-1          
diff                1.0-1               
diffutils           2.8.1-1             
dpkg                1.10.4-2            
ed                  0.2-1               
emacs               21.2-8              
emacs-X11           21.2-8              
emacs-el            21.2-8              
enscript            1.6.3-3             
exim                4.10-2              
expat               1.95.5-1            
expect              20010117-1          
fetchmail           6.1.0-1             
figlet              2.2-1               
file                3.37-1              
fileutils           4.1-1               
findutils           4.1.7-4             
flex                2.5.4-2             
fortune             1.8-2               
fvwm                2.4.7-2             
gawk                3.1.1-5             
gcc                 3.2-1               
gcc-mingw           3.2-20020817-1      
gcc2                2.95.3-10           
gdb                 20010428-3          
gdbm                1.8.0-4             
gettext             0.11.5-1            
gettext-devel       0.11.5-1            
ghostscript         7.05-2              
ghostscript-base    7.05-2              
ghostscript-x11     7.05-2              
gnugo               3.2-1               
gnupg               1.0.7-3             
gperf               0.0                 
grep                2.5-1               
groff               1.17.2-1            
gsl                 1.1.1-1             
guile               1.6.0-1             
guile-devel         1.6.0-1             
guile-doc           1.6.0-1             
gzip                1.3.3-4             
indent              2.2.8-1             
inetutils           1.3.2-19            
irc                 20010101-1          
jbigkit             1.2-6               
jpeg                6b-7                
keychain            1.9-1               
less                374-1               
lesstif             0.93.18-3           
libPropList         0.10.1-3            
libbz2_0            1.0.2-1             
libbz2_1            1.0.2-2             
libcharset1         1.8-2               
libdb2              2.7.7-4             
libdb2-devel        2.7.7-4             
libdb3.1            3.1.17-2            
libdb3.1-devel      3.1.17-2            
libguile12          1.6.0-1             
libguile14          1.5.6-5             
libiconv            1.8-2               
libiconv2           1.8-2               
libintl             0.10.38-3           
libintl1            0.10.40-1           
libintl2            0.11.5-1            
libkpathsea3        20020911-1          
libltdl3            20020705-2          
libncurses5         5.2-1               
libncurses6         5.2-8               
libpng              1.2.4-2             
libpng10            1.0.14-2            
libpng10-devel      1.0.14-2            
libpng12            1.2.4-2             
libpng12-devel      1.2.4-2             
libpng2             1.0.12-1            
libpopt0            1.6.4-4             
libreadline4        4.1-2               
libreadline5        4.3-2               
libtool             20020705-1          
libtool-devel       20020705-2          
libtool-stable      1.4.2-2             
libungif            4.1.0-2             
libxml2             2.4.23-1            
libxslt             1.0.13-1            
lilypond            1.6.5-1             
lilypond-doc        1.6.5-1             
links               0.96-1              
login               1.4-4               
lynx                2.8.4-1             
m4                  0.0                 
make                3.79.1-7            
man                 1.5g-2              
mc                  4.5.55-1            
mingw-runtime       2.2-1               
mktemp              1.4-1               
mod_auth_mysql      1.11-1              
mod_auth_ntsec      1.7-1               
mod_dav             1.0.3-1.3.6-1       
mod_php4            4.2.0-1             
mod_ssl             2.8.8-1.3.24-1      
more                2.11o-1             
mt                  2.0.1-1             
mutt                1.4-1               
nano                1.1.10-1            
ncftp               3.1.4-1             
ncurses             5.2-8               
newlib-man          20020801            
openbox             0.99.1-3            
opengl              1.1.0-6             
openssh             3.5p1-1             
openssl             0.9.6g-1            
openssl-devel       0.9.6g-1            
patch               2.5-3               
pcre                3.7-1               
perl                5.6.1-2             
pine                4.44-3              
pinfo               0.6.6p1-1           
pkgconfig           0.12.0-1            
popt                1.6.4-4             
postgresql          7.2.3-1             
procmail            3.22-7              
procps              010801-2            
python              2.2.1-1             
rcs                 5.7-3               
readline            4.3-2               
robots              2.0-1               
rsync               2.5.5-1             
rxvt                2.7.2-14            
sed                 4.0.1-1             
sh-utils            2.0-2               
sharutils           4.2.1-2             
shutdown            1.2-2               
squid               2.4.STABLE7-1       
ssmtp               2.38.7-3            
swig                1.3.16-1            
tar                 1.13.25-1           
tcltk               20001125-1          
tcp_wrappers        7.6-1               
tcsh                6.11.00-4           
termcap             20020930-1          
terminfo            5.2-3               
tetex               20020911-1          
tetex-base          20020911-1          
tetex-beta          20020911-1          
tetex-bin           20020911-1          
tetex-devel         20020911-1          
tetex-doc           20020911-1          
tetex-extra         20020911-1          
tetex-tiny          20020911-1          
tetex-x11           20020911-1          
texinfo             4.2-4               
texmf               20020911-1          
texmf-base          20020911-1          
texmf-doc           20020911-1          
texmf-extra         20020911-1          
texmf-tiny          20020911-1          
textutils           2.0.21-1            
tidy                020822-1            
tiff                3.5.7-1             
time                1.7-1               
ttcp                19980512-1          
ucl                 1.01-1              
units               1.77-1              
unzip               5.50-1              
upx                 1.21-1              
vim                 6.1-2               
w32api              2.0-1               
wget                1.8.2-1             
which               1.5-1               
whois               4.5.17-1            
x2x                 1.27-2              
xpm-nox             4.2.0-1             
zip                 2.3-2               
zlib                1.1.4-1             
zsh                 4.0.4-1             

Use -h to see help about each section

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-11-20 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-20  7:57 Is GCC buggy ? Alastair Montgomery
  -- strict thread matches above, loose matches on Subject: below --
2002-11-20  7:55 CHAUVIERE Jean-Raymond
2002-11-20  8:33 ` Randall R Schulz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).