delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/11/21/11:30:24

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Message-ID: <E095CA85C120D411BF7000A0C9428FF01E37A7@eln3.polito.it>
From: Guido DOT Lombardi AT eln DOT polito DOT it
To: cygwin AT cygwin DOT com
Subject: 1.3.5: problem using arpack++
Date: Wed, 21 Nov 2001 17:29:03 +0100
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)

------_=_NextPart_000_01C172A9.A6EDC2D0
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C172A9.A6EDC2D0"


------_=_NextPart_001_01C172A9.A6EDC2D0
Content-Type: text/plain;
	charset="iso-8859-1"

I tryied to use arpack++ under cygwin32 after compiling arpack, lapack, umfpack, superlu without problems.
Most of test examples of arpack++ are working but this is not and I need this utility Complex generalized eigenvalue problem.
the system answer internal compiler error.
I didn't find problem using arpack++ whith linux-gcc-2.95.2 and linux-gcc-3.0.1.
REPORT:

1)the exact version of GCC:
$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs
gcc version 2.95.3-5 (cygwin special)
----------------------------------------------------------------------------------------
2)the system type
HP vectra PII266 192MB RAM, cygwin 1.3.5, winnt4.0
----------------------------------------------------------------------------------------
3)the options given when GCC was configured/built:
-g -O -Wall
----------------------------------------------------------------------------------------
4 and 5)the complete command line that triggers the bug and the compiler output (error messages, warnings, etc.):
Administrator AT NTGIORGIO ~/arpack++/examples/product/complex
$ make compgreg
g++ -g -Dlinux -I/cygdrive/d/users/administrator/arpack++/include -I/usr/local/include/g++-3 -I/cygdrive/d/users/adminis
trator/arpack++/examples/matprod  -I/cygdrive/d/users/administrator/arpack++/examples/matprod/complex -c compgreg.cc
/cygdrive/d/users/administrator/arpack++/include/arrseig.h: In method `void ARrcStdEig<double,complex<double> >::Copy(co
nst ARrcStdEig<double,complex<double> > &)':
/cygdrive/d/users/administrator/arpack++/include/arseig.h:123:   instantiated from `ARStdEig<double,complex<double>,Comp
lexGenProblemA<double> >::Copy(const ARStdEig<double,complex<double>,ComplexGenProblemA<double> > &)'
compgsol.h:69:   instantiated from here
/cygdrive/d/users/administrator/arpack++/include/arrseig.h:797: Internal compiler error.
/cygdrive/d/users/administrator/arpack++/include/arrseig.h:797: Please submit a full bug report.
/cygdrive/d/users/administrator/arpack++/include/arrseig.h:797: See <URL:http://www.gnu.org/software/gcc/bugs.html> for
instructions.
make: *** [compgreg.o] Error 1
Administrator AT NTGIORGIO ~/arpack++/examples/product/complex
$
----------------------------------------------------------------------------------------
5)the preprocessed file (*.i*) that triggers the bug, generated by adding -save-temps to the complete compilation command:
Administrator AT NTGIORGIO ~/arpack++/examples/product/complex
$ make compgreg
g++ -g -v -save-temps  -Dlinux -I/cygdrive/d/users/administrator/arpack++/include -I/usr/local/include/g++-3 -I/cygdrive
/d/users/administrator/arpack++/examples/matprod  -I/cygdrive/d/users/administrator/arpack++/examples/matprod/complex -c
 compgreg.cc
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs
gcc version 2.95.3-5 (cygwin special)
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/cpp0.exe -lang-c++ -v -I/cygdrive/d/users/administrator/arpack++/include -I/us
r/local/include/g++-3 -I/cygdrive/d/users/administrator/arpack++/examples/matprod -I/cygdrive/d/users/administrator/arpa
ck++/examples/matprod/complex -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -D_X86_=1 -D_X86_=1 -Asystem(w
innt) -D__EXCEPTIONS -g -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di686 -Dpentiumpro -D__i686 -D__i686__ -
D__pentiumpro -D__pentiumpro__ -D__stdcall=__attribute__((__stdcall__)) -D__cdecl=__attribute__((__cdecl__)) -D_stdcall=
__attribute__((__stdcall__)) -D_cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) -D__CYGWIN32__ -D__C
YGWIN__ -Dunix -D__unix__ -D__unix -isystem /usr/local/include -idirafter /usr/include -idirafter /usr/include/w32api -i
system /usr/include/g++-3 -isystem /usr/include/g++ -Dlinux compgreg.cc compgreg.ii
GNU CPP version 2.95.3-5 (cygwin special) (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
 /cygdrive/d/users/administrator/arpack++/include
 /cygdrive/d/users/administrator/arpack++/examples/matprod
 /cygdrive/d/users/administrator/arpack++/examples/matprod/complex
 /usr/include/g++-3
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/include
 /usr/include
 /usr/include/w32api
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
 /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/cc1plus.exe compgreg.ii -quiet -dumpbase compgreg.cc -g -version -o compgreg.s
GNU C++ version 2.95.3-5 (cygwin special) (i686-pc-cygwin) compiled by GNU C version 2.95.3-5 (cygwin special).
/cygdrive/d/users/administrator/arpack++/include/arrseig.h: In method `void ARrcStdEig<double,complex<double> >::Copy(co
nst ARrcStdEig<double,complex<double> > &)':
/cygdrive/d/users/administrator/arpack++/include/arseig.h:123:   instantiated from `ARStdEig<double,complex<double>,Comp
lexGenProblemA<double> >::Copy(const ARStdEig<double,complex<double>,ComplexGenProblemA<double> > &)'
compgsol.h:69:   instantiated from here
/cygdrive/d/users/administrator/arpack++/include/arrseig.h:797: Internal compiler error.
/cygdrive/d/users/administrator/arpack++/include/arrseig.h:797: Please submit a full bug report.
/cygdrive/d/users/administrator/arpack++/include/arrseig.h:797: See <URL:http://www.gnu.org/software/gcc/bugs.html> for
instructions.
make: *** [compgreg.o] Error 1
Administrator AT NTGIORGIO ~/arpack++/examples/product/complex
$





THANKS A LOT, GUIDO LOMBARDI


------_=_NextPart_001_01C172A9.A6EDC2D0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12">
<TITLE>1.3.5: problem using arpack++</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>I tryied to use arpack++ under cygwin32 after =
compiling arpack, lapack, umfpack, superlu without problems.</FONT>
<BR><FONT SIZE=3D2>Most of test examples of arpack++ are working but =
this is not and I need this utility Complex generalized eigenvalue =
problem.</FONT></P>

<P><FONT SIZE=3D2>the system answer internal compiler error.</FONT>
<BR><FONT SIZE=3D2>I didn't find problem using arpack++ whith =
linux-gcc-2.95.2 and linux-gcc-3.0.1.</FONT>
<BR><FONT SIZE=3D2>REPORT:</FONT>
</P>

<P><FONT SIZE=3D2>1)the exact version of GCC:</FONT>
<BR><FONT SIZE=3D2>$ gcc -v</FONT>
<BR><FONT SIZE=3D2>Reading specs from =
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs</FONT>
<BR><FONT SIZE=3D2>gcc version 2.95.3-5 (cygwin special)</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-------------------------</FONT>
<BR><FONT SIZE=3D2>2)the system type</FONT>
<BR><FONT SIZE=3D2>HP vectra PII266 192MB RAM, cygwin 1.3.5, =
winnt4.0</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-------------------------</FONT>
<BR><FONT SIZE=3D2>3)the options given when GCC was =
configured/built:</FONT>
<BR><FONT SIZE=3D2>-g -O -Wall</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-------------------------</FONT>
<BR><FONT SIZE=3D2>4 and 5)the complete command line that triggers the =
bug and the compiler output (error messages, warnings, etc.):</FONT>
<BR><FONT SIZE=3D2>Administrator AT NTGIORGIO =
~/arpack++/examples/product/complex</FONT>
<BR><FONT SIZE=3D2>$ make compgreg</FONT>
<BR><FONT SIZE=3D2>g++ -g -Dlinux =
-I/cygdrive/d/users/administrator/arpack++/include =
-I/usr/local/include/g++-3 -I/cygdrive/d/users/adminis</FONT></P>

<P><FONT SIZE=3D2>trator/arpack++/examples/matprod&nbsp; =
-I/cygdrive/d/users/administrator/arpack++/examples/matprod/complex -c =
compgreg.cc</FONT>
<BR><FONT =
SIZE=3D2>/cygdrive/d/users/administrator/arpack++/include/arrseig.h: In =
method `void ARrcStdEig&lt;double,complex&lt;double&gt; =
&gt;::Copy(co</FONT></P>

<P><FONT SIZE=3D2>nst ARrcStdEig&lt;double,complex&lt;double&gt; &gt; =
&amp;)':</FONT>
<BR><FONT =
SIZE=3D2>/cygdrive/d/users/administrator/arpack++/include/arseig.h:123:&=
nbsp;&nbsp; instantiated from =
`ARStdEig&lt;double,complex&lt;double&gt;,Comp</FONT></P>

<P><FONT SIZE=3D2>lexGenProblemA&lt;double&gt; &gt;::Copy(const =
ARStdEig&lt;double,complex&lt;double&gt;,ComplexGenProblemA&lt;double&gt=
; &gt; &amp;)'</FONT>
<BR><FONT SIZE=3D2>compgsol.h:69:&nbsp;&nbsp; instantiated from =
here</FONT>
<BR><FONT =
SIZE=3D2>/cygdrive/d/users/administrator/arpack++/include/arrseig.h:797:=
 Internal compiler error.</FONT>
<BR><FONT =
SIZE=3D2>/cygdrive/d/users/administrator/arpack++/include/arrseig.h:797:=
 Please submit a full bug report.</FONT>
<BR><FONT =
SIZE=3D2>/cygdrive/d/users/administrator/arpack++/include/arrseig.h:797:=
 See &lt;URL:<A HREF=3D"http://www.gnu.org/software/gcc/bugs.html" =
TARGET=3D"_blank">http://www.gnu.org/software/gcc/bugs.html</A>&gt; =
for</FONT>
<BR><FONT SIZE=3D2>instructions.</FONT>
<BR><FONT SIZE=3D2>make: *** [compgreg.o] Error 1</FONT>
<BR><FONT SIZE=3D2>Administrator AT NTGIORGIO =
~/arpack++/examples/product/complex</FONT>
<BR><FONT SIZE=3D2>$</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-------------------------</FONT>
<BR><FONT SIZE=3D2>5)the preprocessed file (*.i*) that triggers the =
bug, generated by adding -save-temps to the complete compilation =
command:</FONT></P>

<P><FONT SIZE=3D2>Administrator AT NTGIORGIO =
~/arpack++/examples/product/complex</FONT>
<BR><FONT SIZE=3D2>$ make compgreg</FONT>
<BR><FONT SIZE=3D2>g++ -g -v -save-temps&nbsp; -Dlinux =
-I/cygdrive/d/users/administrator/arpack++/include =
-I/usr/local/include/g++-3 -I/cygdrive</FONT></P>

<P><FONT =
SIZE=3D2>/d/users/administrator/arpack++/examples/matprod&nbsp; =
-I/cygdrive/d/users/administrator/arpack++/examples/matprod/complex =
-c</FONT></P>

<P><FONT SIZE=3D2>&nbsp;compgreg.cc</FONT>
<BR><FONT SIZE=3D2>Reading specs from =
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs</FONT>
<BR><FONT SIZE=3D2>gcc version 2.95.3-5 (cygwin special)</FONT>
<BR><FONT =
SIZE=3D2>&nbsp;/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/cpp0.exe =
-lang-c++ -v -I/cygdrive/d/users/administrator/arpack++/include =
-I/us</FONT></P>

<P><FONT SIZE=3D2>r/local/include/g++-3 =
-I/cygdrive/d/users/administrator/arpack++/examples/matprod =
-I/cygdrive/d/users/administrator/arpa</FONT></P>

<P><FONT SIZE=3D2>ck++/examples/matprod/complex -D__GNUC__=3D2 =
-D__GNUG__=3D2 -D__GNUC_MINOR__=3D95 -D__cplusplus -D_X86_=3D1 =
-D_X86_=3D1 -Asystem(w</FONT></P>

<P><FONT SIZE=3D2>innt) -D__EXCEPTIONS -g -Acpu(i386) -Amachine(i386) =
-Di386 -D__i386 -D__i386__ -Di686 -Dpentiumpro -D__i686 -D__i686__ =
-</FONT></P>

<P><FONT SIZE=3D2>D__pentiumpro -D__pentiumpro__ =
-D__stdcall=3D__attribute__((__stdcall__)) =
-D__cdecl=3D__attribute__((__cdecl__)) -D_stdcall=3D</FONT></P>

<P><FONT SIZE=3D2>__attribute__((__stdcall__)) =
-D_cdecl=3D__attribute__((__cdecl__)) =
-D__declspec(x)=3D__attribute__((x)) -D__CYGWIN32__ -D__C</FONT></P>

<P><FONT SIZE=3D2>YGWIN__ -Dunix -D__unix__ -D__unix -isystem =
/usr/local/include -idirafter /usr/include -idirafter =
/usr/include/w32api -i</FONT></P>

<P><FONT SIZE=3D2>system /usr/include/g++-3 -isystem /usr/include/g++ =
-Dlinux compgreg.cc compgreg.ii</FONT>
<BR><FONT SIZE=3D2>GNU CPP version 2.95.3-5 (cygwin special) (80386, =
BSD syntax)</FONT>
<BR><FONT SIZE=3D2>#include &quot;...&quot; search starts here:</FONT>
<BR><FONT SIZE=3D2>#include &lt;...&gt; search starts here:</FONT>
<BR><FONT =
SIZE=3D2>&nbsp;/cygdrive/d/users/administrator/arpack++/include</FONT>
<BR><FONT =
SIZE=3D2>&nbsp;/cygdrive/d/users/administrator/arpack++/examples/matprod=
</FONT>
<BR><FONT =
SIZE=3D2>&nbsp;/cygdrive/d/users/administrator/arpack++/examples/matprod=
/complex</FONT>
<BR><FONT SIZE=3D2>&nbsp;/usr/include/g++-3</FONT>
<BR><FONT =
SIZE=3D2>&nbsp;/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/include</FONT>
<BR><FONT SIZE=3D2>&nbsp;/usr/include</FONT>
<BR><FONT SIZE=3D2>&nbsp;/usr/include/w32api</FONT>
<BR><FONT SIZE=3D2>End of search list.</FONT>
<BR><FONT SIZE=3D2>The following default directories have been omitted =
from the search path:</FONT>
<BR><FONT SIZE=3D2>End of omitted list.</FONT>
<BR><FONT =
SIZE=3D2>&nbsp;/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/cc1plus.exe =
compgreg.ii -quiet -dumpbase compgreg.cc -g -version -o =
compgreg.s</FONT></P>

<P><FONT SIZE=3D2>GNU C++ version 2.95.3-5 (cygwin special) =
(i686-pc-cygwin) compiled by GNU C version 2.95.3-5 (cygwin =
special).</FONT>
<BR><FONT =
SIZE=3D2>/cygdrive/d/users/administrator/arpack++/include/arrseig.h: In =
method `void ARrcStdEig&lt;double,complex&lt;double&gt; =
&gt;::Copy(co</FONT></P>

<P><FONT SIZE=3D2>nst ARrcStdEig&lt;double,complex&lt;double&gt; &gt; =
&amp;)':</FONT>
<BR><FONT =
SIZE=3D2>/cygdrive/d/users/administrator/arpack++/include/arseig.h:123:&=
nbsp;&nbsp; instantiated from =
`ARStdEig&lt;double,complex&lt;double&gt;,Comp</FONT></P>

<P><FONT SIZE=3D2>lexGenProblemA&lt;double&gt; &gt;::Copy(const =
ARStdEig&lt;double,complex&lt;double&gt;,ComplexGenProblemA&lt;double&gt=
; &gt; &amp;)'</FONT>
<BR><FONT SIZE=3D2>compgsol.h:69:&nbsp;&nbsp; instantiated from =
here</FONT>
<BR><FONT =
SIZE=3D2>/cygdrive/d/users/administrator/arpack++/include/arrseig.h:797:=
 Internal compiler error.</FONT>
<BR><FONT =
SIZE=3D2>/cygdrive/d/users/administrator/arpack++/include/arrseig.h:797:=
 Please submit a full bug report.</FONT>
<BR><FONT =
SIZE=3D2>/cygdrive/d/users/administrator/arpack++/include/arrseig.h:797:=
 See &lt;URL:<A HREF=3D"http://www.gnu.org/software/gcc/bugs.html" =
TARGET=3D"_blank">http://www.gnu.org/software/gcc/bugs.html</A>&gt; =
for</FONT>
<BR><FONT SIZE=3D2>instructions.</FONT>
<BR><FONT SIZE=3D2>make: *** [compgreg.o] Error 1</FONT>
<BR><FONT SIZE=3D2>Administrator AT NTGIORGIO =
~/arpack++/examples/product/complex</FONT>
<BR><FONT SIZE=3D2>$</FONT>
</P>
<BR>
<BR>
<BR>
<BR>

<P><FONT SIZE=3D2>THANKS A LOT, GUIDO LOMBARDI</FONT>
</P>

<P><FONT FACE=3D"Arial" SIZE=3D2 COLOR=3D"#000000"></FONT>&nbsp;

</BODY>
</HTML>
------_=_NextPart_001_01C172A9.A6EDC2D0--

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


Cygnus Win95/NT Configuration Diagnostics
Current System Time: Wed Nov 21 17:25:22 2001

Windows NT Ver 4.0 build 1381 Service Pack 6

Path:	.\
	D:\root_cygwin1.3.5\usr\local\bin
	D:\root_cygwin1.3.5\bin
	D:\root_cygwin1.3.5\bin
	d:\Program Files\MiKTeX\miktex\bin
	d:\Program Files\DevStudio\SharedIDE\BIN
	d:\Program Files\DevStudio\DF\BIN
	d:\Program Files\DevStudio\VC\BIN
	e:\Program Files\DevStudio\SharedIDE\BIN
	e:\Program Files\DevStudio\DF\BIN
	e:\Program Files\DevStudio\VC\BIN
	c:\WINNT\system32
	c:\WINNT
	c:\PROGRA~1\dmi\Win32\Bin
	d:\MATLABR11\bin
	d:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT
	d:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin
	d:\Program Files\Microsoft Visual Studio\Common\Tools
	d:\Program Files\Microsoft Visual Studio\VC98\bin

SysDir: C:\WINNT\System32
WinDir: C:\WINNT

HOME =3D `d:\users\administrator'
MAKE_MODE =3D `unix'
PWD =3D =
`/cygdrive/d/users/administrator/arpack++/examples/product/complex'
USER =3D `Administrator'

COMPUTERNAME =3D `NTGIORGIO'
COMSPEC =3D `C:\WINNT\system32\cmd.exe'
CPU =3D `i386'
DISKEEPERICON =3D `D:\Program Files\Executive =
Software\DiskeeperWorkstation\'
DJGPP =3D `c:\djgpp\djgpp.env'
HOMEDRIVE =3D `C:'
HOMEPATH =3D `\'
INCLUDE =3D `D:\Program Files\Microsoft Visual =
Studio\VC98\atl\include;D:\Program Files\Microsoft Visual =
Studio\VC98\mfc\include;D:\Program Files\Microsoft Visual =
Studio\VC98\include'
IT_CONFIG_PATH =3D `e:\program2\win32app\SDRC\I-DEAS8\Iona\config'
LIB =3D `D:\Program Files\Microsoft Visual =
Studio\VC98\mfc\lib;D:\Program Files\Microsoft Visual Studio\VC98\lib'
LINK_F90 =3D `sstatd.lib sstats.lib smathd.lib smaths.lib sf90mp.lib'
LOGONSERVER =3D `\\ELN3'
MSDEVDIR =3D `D:\Program Files\Microsoft Visual Studio\Common\MSDev98'
NUMBER_OF_PROCESSORS =3D `1'
OLDPWD =3D `/cygdrive/d/users/administrator/arpack++/examples/product'
ORBIX_HOME =3D `e:\program2\win32app\SDRC\I-DEAS8\Iona'
OS2LIBPATH =3D `C:\WINNT\system32\os2\dll;'
OS =3D `Windows_NT'
PATHEXT =3D `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE =3D `x86'
PROCESSOR_IDENTIFIER =3D `x86 Family 6 Model 3 Stepping 3, =
GenuineIntel'
PROCESSOR_LEVEL =3D `6'
PROCESSOR_REVISION =3D `0303'
PROMPT =3D `$P$G'
PS1 =3D `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
SHLVL =3D `1'
SYSTEMDRIVE =3D `C:'
SYSTEMROOT =3D `C:\WINNT'
TEMP =3D `c:\TEMP'
TERM =3D `cygwin'
TMP =3D `c:\TEMP'
USERDOMAIN =3D `DELEN'
USERNAME =3D `lombardig'
USERPROFILE =3D `C:\WINNT\Profiles\lombardig'
VNI_F90_MSG =3D `d:\Program Files\DevStudio\DF\IMSL\MESSAGE'
WIN32DMIPATH =3D `c:\PROGRA~1\dmi\win32'
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
  (default) =3D `/cygdrive'
  cygdrive flags =3D 0x00000022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/
  (default) =3D `D:\root_cygwin1.3.5'
  flags =3D 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) =3D `D:/root_cygwin1.3.5/bin'
  flags =3D 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) =3D `D:/root_cygwin1.3.5/lib'
  flags =3D 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\00
  (default) =3D `\\.\tape1:'
  unix =3D `/dev/st1'
  fbinary =3D 0x00000000
  fsilent =3D 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\01
  (default) =3D `\\.\tape0:'
  unix =3D `/dev/st0'
  fbinary =3D 0x00000000
  fsilent =3D 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\02
  (default) =3D `\\.\b:'
  unix =3D `/dev/fd1'
  fbinary =3D 0x00000000
  fsilent =3D 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mount=
s\03
  (default) =3D `\\.\a:'
  unix =3D `/dev/fd0'
  fbinary =3D 0x00000000
  fsilent =3D 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\04
  (default) =3D `C:'
  unix =3D `/'
  fbinary =3D 0x00000000
  fsilent =3D 0x00000000
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\00
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\01
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\02
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\03
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\04
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\05
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\06
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\07
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\08
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\09
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\0A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\0B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\0C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\0E
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\0F
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\10
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\11
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\12
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\13
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\14
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\15
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\16
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\17
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\18
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\19
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\1A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\1B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\1C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\1D

a:  fd           N/A    N/A                   =20
c:  hd  NTFS    1550Mb  86% CP CS UN PA FC    =20
d:  hd  NTFS   12639Mb  66% CP CS UN PA FC    =20
h:  hd  FAT     2000Mb  23% CP    UN          =20
z:  cd           N/A    N/A                   =20

D:\root_cygwin1.3.5      /          user    binmode
D:/root_cygwin1.3.5/bin  /usr/bin   user    binmode
D:/root_cygwin1.3.5/lib  /usr/lib   user    binmode
.                        /cygdrive  user    binmode,noumount

Found: D:\root_cygwin1.3.5\bin\bash.exe
Found: D:\root_cygwin1.3.5\bin\cat.exe
Found: D:\root_cygwin1.3.5\bin\cpp.exe
Found: D:\root_cygwin1.3.5\bin\find.exe
Found: D:\root_cygwin1.3.5\bin\gcc.exe
Found: D:\root_cygwin1.3.5\bin\gdb.exe
Found: D:\root_cygwin1.3.5\bin\ld.exe
Found: D:\root_cygwin1.3.5\bin\ls.exe
Found: D:\root_cygwin1.3.5\bin\make.exe
Found: D:\root_cygwin1.3.5\bin\sh.exe

  475k 2000/11/20 D:\root_cygwin1.3.5\bin\cygbz21.0.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygbz21.0.dll" v0.0 ts=3D2000/11/21 0:53
 1050k 2001/11/16 D:\root_cygwin1.3.5\bin\cygcurl-2.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygcurl-2.dll" v0.0 ts=3D2001/11/16 20:22
   45k 2001/04/25 D:\root_cygwin1.3.5\bin\cygform5.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygform5.dll" v0.0 ts=3D2001/4/25 7:28
   34k 2001/09/30 D:\root_cygwin1.3.5\bin\cygform6.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygform6.dll" v0.0 ts=3D2001/9/30 4:43
   18k 2000/10/23 D:\root_cygwin1.3.5\bin\cyggdbm.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cyggdbm.dll" v0.0 ts=3D2000/10/23 4:26
   17k 2001/06/28 D:\root_cygwin1.3.5\bin\cyghistory4.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cyghistory4.dll" v0.0 ts=3D2001/1/7 5:34
   21k 2001/06/28 D:\root_cygwin1.3.5\bin\cyghistory5.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cyghistory5.dll" v0.0 ts=3D2001/6/28 4:27
   14k 2000/10/23 D:\root_cygwin1.3.5\bin\cygintl.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygintl.dll" v0.0 ts=3D2000/10/23 21:02
   81k 2000/12/05 D:\root_cygwin1.3.5\bin\cygitcl30.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygitcl30.dll" v0.0 ts=3D2000/11/26 2:43
   35k 2000/12/05 D:\root_cygwin1.3.5\bin\cygitk30.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygitk30.dll" v0.0 ts=3D2000/11/26 2:43
   45k 2000/10/22 D:\root_cygwin1.3.5\bin\cygjbig1.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygjbig1.dll" v0.0 ts=3D2000/10/23 1:06
  119k 2000/10/23 D:\root_cygwin1.3.5\bin\cygjpeg6b.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygjpeg6b.dll" v0.0 ts=3D2000/10/23 2:58
   26k 2001/04/25 D:\root_cygwin1.3.5\bin\cygmenu5.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygmenu5.dll" v0.0 ts=3D2001/4/25 7:27
   19k 2001/09/30 D:\root_cygwin1.3.5\bin\cygmenu6.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygmenu6.dll" v0.0 ts=3D2001/9/30 4:43
  156k 2001/04/25 D:\root_cygwin1.3.5\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 2001/09/30 D:\root_cygwin1.3.5\bin\cygncurses++6.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygncurses++6.dll" v0.0 ts=3D2001/9/30 4:45
  226k 2001/04/25 D:\root_cygwin1.3.5\bin\cygncurses5.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygncurses5.dll" v0.0 ts=3D2001/4/25 7:17
  201k 2001/09/30 D:\root_cygwin1.3.5\bin\cygncurses6.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygncurses6.dll" v0.0 ts=3D2001/9/30 4:42
   15k 2001/04/25 D:\root_cygwin1.3.5\bin\cygpanel5.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygpanel5.dll" v0.0 ts=3D2001/4/25 7:27
   12k 2001/09/30 D:\root_cygwin1.3.5\bin\cygpanel6.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygpanel6.dll" v0.0 ts=3D2001/9/30 4:43
  163k 2001/05/06 D:\root_cygwin1.3.5\bin\cygpng2.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygpng2.dll" v0.0 ts=3D2001/5/6 6:05
  108k 2001/06/28 D:\root_cygwin1.3.5\bin\cygreadline4.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygreadline4.dll" v0.0 ts=3D2001/1/7 5:34
  135k 2001/06/28 D:\root_cygwin1.3.5\bin\cygreadline5.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygreadline5.dll" v0.0 ts=3D2001/6/28 4:27
  390k 2000/12/05 D:\root_cygwin1.3.5\bin\cygtcl80.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygtcl80.dll" v0.0 ts=3D2000/11/26 2:39
    5k 2000/12/05 D:\root_cygwin1.3.5\bin\cygtclpip80.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
   10k 2000/12/05 D:\root_cygwin1.3.5\bin\cygtclreg80.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygtclreg80.dll" v0.0 ts=3D2000/11/26 2:39
  245k 2001/06/12 D:\root_cygwin1.3.5\bin\cygtiff3.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygtiff3.dll" v0.0 ts=3D2001/6/12 19:25
  623k 2000/12/05 D:\root_cygwin1.3.5\bin\cygtk80.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygtk80.dll" v0.0 ts=3D2000/11/26 2:43
   41k 2001/05/28 D:\root_cygwin1.3.5\bin\cygXpm-noX4.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygXpm-noX4.dll" v0.0 ts=3D2001/5/28 19:57
   49k 2001/02/03 D:\root_cygwin1.3.5\bin\cygz.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0
                  "cygz.dll" v0.0 ts=3D2001/2/3 21:35
  714k 2001/11/14 D:\root_cygwin1.3.5\bin\cygwin1.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0
                  "cygwin1.dll" v0.0 ts=3D2001/11/14 5:16
    Cygwin DLL version info:
        DLL version: 1.3.5
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 47
        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: Tue Nov 13 23:16:25 EST 2001
        CVS tag: cygwin-1-3-5-2
        Shared id: cygwin1S3


Cygwin Package Information
Last downloaded files to: D:\_software\software3\cygwin1.3.5
Last downloaded files from: =
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin

Package             Version            =20
ash                 20011018-1         =20
autoconf            2.13-2             =20
automake            1.4-4              =20
bash                2.05a-2            =20
binutils            20010914-2         =20
bison               1.28-1             =20
byacc               0.0                =20
bzip2               1.0.1-5            =20
clear               1.0                =20
cpio                2.4.2              =20
cron                3.0.1-4            =20
crypt               1.0                =20
ctags               5.0.1-1            =20
curl                7.9.1-1            =20
cvs                 1.10.8-2           =20
cygrunsrv           0.94-2             =20
cygwin              1.3.5-3            =20
dejagnu             0.0                =20
diff                0.0                =20
expect              0.0                =20
file                3.33-1             =20
fileutils           4.1-1              =20
findutils           0.0                =20
flex                2.5.4-1            =20
gawk                3.0.4              =20
gcc                 2.95.3-5           =20
gdb                 20010428-1         =20
gdbm                1.8.0-3            =20
gettext             0.10.35-2p1        =20
ghostscript         6.51-1             =20
gperf               0.0                =20
grep                2.4.2-1            =20
groff               1.16.1-1           =20
gzip                1.3-1              =20
indent              2.2.6-2            =20
inetutils           1.3.2-14           =20
irc                 20010101-1         =20
jbigkit             1.2-3              =20
jpeg                6b-3               =20
less                358-3              =20
libncurses5         5.2-1              =20
libncurses6         5.2-2              =20
libpng              1.0.11-1           =20
login               1.4-2              =20
lynx                2.8.3-1            =20
m4                  0.0                =20
make                3.79.1-4           =20
man                 1.5g-2             =20
mingw               20010917-1         =20
mingw-runtime       1.0-1              =20
mt                  1.9.2-1            =20
mutt                1.2.5i-4           =20
nano                1.0.6-1            =20
ncftp               3.0.2-2            =20
ncurses             5.2-7              =20
newlib-man          20001118-1         =20
opengl              1.1.0-4            =20
openssh             3.0p1-1            =20
openssl             0.9.6              =20
patch               2.5-2              =20
pcre                3.4-1              =20
perl                5.6.1-1            =20
popt                1.6.1-1            =20
postgresql          7.1.2-3            =20
python              2.1.1-1            =20
readline            4.2-3              =20
regex               4.4                =20
rsync               2.4.6-1            =20
rxvt                2.7.2-5            =20
sed                 3.02-1             =20
sh-utils            2.0-2              =20
sharutils           4.2.1-1            =20
squid               2.4-STABLE20010508 =20
ssmtp               2.38.7-2           =20
tar                 1.13.19-1          =20
tcltk               20001125-1         =20
tcsh                6.10.00-2          =20
termcap             20010825-1         =20
terminfo            5.2-1              =20
tetex-beta          20001218-1         =20
texinfo             4.0-3              =20
textutils           2.0.16-1           =20
tiff                3.5.6beta-2        =20
time                1.7-1              =20
unzip               5.41-1             =20
vim                 6.0.46-1           =20
w32api              20010520-1         =20
wget                1.6-1              =20
which               1.5-1              =20
xpm-nox             4.0.3-1            =20
zip                 2.3-1              =20
zlib                1.1.3-6            =20

Use -h to see help about each section


------_=_NextPart_000_01C172A9.A6EDC2D0
Content-Type: text/plain; charset=us-ascii

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

- Raw text -


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