public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* 1.3.5: problem using arpack++
@ 2001-11-14 13:32 Guido.Lombardi
  2001-11-21  8:29 ` Guido.Lombardi
  0 siblings, 1 reply; 2+ messages in thread
From: Guido.Lombardi @ 2001-11-14 13:32 UTC (permalink / raw)
  To: cygwin


[-- Attachment #1.1: Type: text/plain, Size: 5392 bytes --]

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@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@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@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@NTGIORGIO ~/arpack++/examples/product/complex
$





THANKS A LOT, GUIDO LOMBARDI


[-- Attachment #1.2: Type: text/html, Size: 8236 bytes --]

[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 17209 bytes --]


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 = `d:\users\administrator'
MAKE_MODE = `unix'
PWD = `/cygdrive/d/users/administrator/arpack++/examples/product/complex'
USER = `Administrator'

COMPUTERNAME = `NTGIORGIO'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CPU = `i386'
DISKEEPERICON = `D:\Program Files\Executive Software\DiskeeperWorkstation\'
DJGPP = `c:\djgpp\djgpp.env'
HOMEDRIVE = `C:'
HOMEPATH = `\'
INCLUDE = `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 = `e:\program2\win32app\SDRC\I-DEAS8\Iona\config'
LIB = `D:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;D:\Program Files\Microsoft Visual Studio\VC98\lib'
LINK_F90 = `sstatd.lib sstats.lib smathd.lib smaths.lib sf90mp.lib'
LOGONSERVER = `\\ELN3'
MSDEVDIR = `D:\Program Files\Microsoft Visual Studio\Common\MSDev98'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/cygdrive/d/users/administrator/arpack++/examples/product'
ORBIX_HOME = `e:\program2\win32app\SDRC\I-DEAS8\Iona'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 3 Stepping 3, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0303'
PROMPT = `$P$G'
PS1 = `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `c:\TEMP'
TERM = `cygwin'
TMP = `c:\TEMP'
USERDOMAIN = `DELEN'
USERNAME = `lombardig'
USERPROFILE = `C:\WINNT\Profiles\lombardig'
VNI_F90_MSG = `d:\Program Files\DevStudio\DF\IMSL\MESSAGE'
WIN32DMIPATH = `c:\PROGRA~1\dmi\win32'
WINDIR = `C:\WINNT'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `D:\root_cygwin1.3.5'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `D:/root_cygwin1.3.5/bin'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `D:/root_cygwin1.3.5/lib'
  flags = 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) = `\\.\tape1:'
  unix = `/dev/st1'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
  (default) = `\\.\tape0:'
  unix = `/dev/st0'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
  (default) = `\\.\b:'
  unix = `/dev/fd1'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
  (default) = `\\.\a:'
  unix = `/dev/fd0'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
  (default) = `C:'
  unix = `/'
  fbinary = 0x00000000
  fsilent = 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                    
c:  hd  NTFS    1550Mb  86% CP CS UN PA FC     
d:  hd  NTFS   12639Mb  66% CP CS UN PA FC     
h:  hd  FAT     2000Mb  23% CP    UN           
z:  cd           N/A    N/A                    

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=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2000/11/21 0:53
 1050k 2001/11/16 D:\root_cygwin1.3.5\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-2.dll" v0.0 ts=2001/11/16 20:22
   45k 2001/04/25 D:\root_cygwin1.3.5\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 7:28
   34k 2001/09/30 D:\root_cygwin1.3.5\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2001/9/30 4:43
   18k 2000/10/23 D:\root_cygwin1.3.5\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2000/10/23 4:26
   17k 2001/06/28 D:\root_cygwin1.3.5\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/7 5:34
   21k 2001/06/28 D:\root_cygwin1.3.5\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2001/6/28 4:27
   14k 2000/10/23 D:\root_cygwin1.3.5\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2000/10/23 21:02
   81k 2000/12/05 D:\root_cygwin1.3.5\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 D:\root_cygwin1.3.5\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitk30.dll" v0.0 ts=2000/11/26 2:43
   45k 2000/10/22 D:\root_cygwin1.3.5\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig1.dll" v0.0 ts=2000/10/23 1:06
  119k 2000/10/23 D:\root_cygwin1.3.5\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2000/10/23 2:58
   26k 2001/04/25 D:\root_cygwin1.3.5\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 7:27
   19k 2001/09/30 D:\root_cygwin1.3.5\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2001/9/30 4:43
  156k 2001/04/25 D:\root_cygwin1.3.5\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 2001/09/30 D:\root_cygwin1.3.5\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2001/9/30 4:45
  226k 2001/04/25 D:\root_cygwin1.3.5\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 7:17
  201k 2001/09/30 D:\root_cygwin1.3.5\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2001/9/30 4:42
   15k 2001/04/25 D:\root_cygwin1.3.5\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 7:27
   12k 2001/09/30 D:\root_cygwin1.3.5\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2001/9/30 4:43
  163k 2001/05/06 D:\root_cygwin1.3.5\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng2.dll" v0.0 ts=2001/5/6 6:05
  108k 2001/06/28 D:\root_cygwin1.3.5\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/7 5:34
  135k 2001/06/28 D:\root_cygwin1.3.5\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2001/6/28 4:27
  390k 2000/12/05 D:\root_cygwin1.3.5\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 D:\root_cygwin1.3.5\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
   10k 2000/12/05 D:\root_cygwin1.3.5\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtclreg80.dll" v0.0 ts=2000/11/26 2:39
  245k 2001/06/12 D:\root_cygwin1.3.5\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2001/6/12 19:25
  623k 2000/12/05 D:\root_cygwin1.3.5\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtk80.dll" v0.0 ts=2000/11/26 2:43
   41k 2001/05/28 D:\root_cygwin1.3.5\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2001/5/28 19:57
   49k 2001/02/03 D:\root_cygwin1.3.5\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2001/2/3 21:35
  714k 2001/11/14 D:\root_cygwin1.3.5\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2001/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: 
        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             
ash                 20011018-1          
autoconf            2.13-2              
automake            1.4-4               
bash                2.05a-2             
binutils            20010914-2          
bison               1.28-1              
byacc               0.0                 
bzip2               1.0.1-5             
clear               1.0                 
cpio                2.4.2               
cron                3.0.1-4             
crypt               1.0                 
ctags               5.0.1-1             
curl                7.9.1-1             
cvs                 1.10.8-2            
cygrunsrv           0.94-2              
cygwin              1.3.5-3             
dejagnu             0.0                 
diff                0.0                 
expect              0.0                 
file                3.33-1              
fileutils           4.1-1               
findutils           0.0                 
flex                2.5.4-1             
gawk                3.0.4               
gcc                 2.95.3-5            
gdb                 20010428-1          
gdbm                1.8.0-3             
gettext             0.10.35-2p1         
ghostscript         6.51-1              
gperf               0.0                 
grep                2.4.2-1             
groff               1.16.1-1            
gzip                1.3-1               
indent              2.2.6-2             
inetutils           1.3.2-14            
irc                 20010101-1          
jbigkit             1.2-3               
jpeg                6b-3                
less                358-3               
libncurses5         5.2-1               
libncurses6         5.2-2               
libpng              1.0.11-1            
login               1.4-2               
lynx                2.8.3-1             
m4                  0.0                 
make                3.79.1-4            
man                 1.5g-2              
mingw               20010917-1          
mingw-runtime       1.0-1               
mt                  1.9.2-1             
mutt                1.2.5i-4            
nano                1.0.6-1             
ncftp               3.0.2-2             
ncurses             5.2-7               
newlib-man          20001118-1          
opengl              1.1.0-4             
openssh             3.0p1-1             
openssl             0.9.6               
patch               2.5-2               
pcre                3.4-1               
perl                5.6.1-1             
popt                1.6.1-1             
postgresql          7.1.2-3             
python              2.1.1-1             
readline            4.2-3               
regex               4.4                 
rsync               2.4.6-1             
rxvt                2.7.2-5             
sed                 3.02-1              
sh-utils            2.0-2               
sharutils           4.2.1-1             
squid               2.4-STABLE20010508  
ssmtp               2.38.7-2            
tar                 1.13.19-1           
tcltk               20001125-1          
tcsh                6.10.00-2           
termcap             20010825-1          
terminfo            5.2-1               
tetex-beta          20001218-1          
texinfo             4.0-3               
textutils           2.0.16-1            
tiff                3.5.6beta-2         
time                1.7-1               
unzip               5.41-1              
vim                 6.0.46-1            
w32api              20010520-1          
wget                1.6-1               
which               1.5-1               
xpm-nox             4.0.3-1             
zip                 2.3-1               
zlib                1.1.3-6             

Use -h to see help about each section


[-- Attachment #3: Type: text/plain, Size: 214 bytes --]

--
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] 2+ messages in thread

* 1.3.5: problem using arpack++
  2001-11-14 13:32 1.3.5: problem using arpack++ Guido.Lombardi
@ 2001-11-21  8:29 ` Guido.Lombardi
  0 siblings, 0 replies; 2+ messages in thread
From: Guido.Lombardi @ 2001-11-21  8:29 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 5794 bytes --]

Title: 1.3.5: problem using arpack++





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@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@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@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@NTGIORGIO ~/arpack++/examples/product/complex
$






THANKS A LOT, GUIDO LOMBARDI


 


Attachment:
cygcheck.out
Description: Binary data
--
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/


[-- Attachment #2: cygcheck.out --]
[-- Type: text/x-Algol68, Size: 16847 bytes --]


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 = `d:\users\administrator'
MAKE_MODE = `unix'
PWD = `/cygdrive/d/users/administrator/arpack++/examples/product/complex'
USER = `Administrator'

COMPUTERNAME = `NTGIORGIO'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CPU = `i386'
DISKEEPERICON = `D:\Program Files\Executive Software\DiskeeperWorkstation\'
DJGPP = `c:\djgpp\djgpp.env'
HOMEDRIVE = `C:'
HOMEPATH = `\'
INCLUDE = `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 = `e:\program2\win32app\SDRC\I-DEAS8\Iona\config'
LIB = `D:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;D:\Program Files\Microsoft Visual Studio\VC98\lib'
LINK_F90 = `sstatd.lib sstats.lib smathd.lib smaths.lib sf90mp.lib'
LOGONSERVER = `\\ELN3'
MSDEVDIR = `D:\Program Files\Microsoft Visual Studio\Common\MSDev98'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/cygdrive/d/users/administrator/arpack++/examples/product'
ORBIX_HOME = `e:\program2\win32app\SDRC\I-DEAS8\Iona'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 3 Stepping 3, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0303'
PROMPT = `$P$G'
PS1 = `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `c:\TEMP'
TERM = `cygwin'
TMP = `c:\TEMP'
USERDOMAIN = `DELEN'
USERNAME = `lombardig'
USERPROFILE = `C:\WINNT\Profiles\lombardig'
VNI_F90_MSG = `d:\Program Files\DevStudio\DF\IMSL\MESSAGE'
WIN32DMIPATH = `c:\PROGRA~1\dmi\win32'
WINDIR = `C:\WINNT'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `D:\root_cygwin1.3.5'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `D:/root_cygwin1.3.5/bin'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `D:/root_cygwin1.3.5/lib'
  flags = 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) = `\\.\tape1:'
  unix = `/dev/st1'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
  (default) = `\\.\tape0:'
  unix = `/dev/st0'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
  (default) = `\\.\b:'
  unix = `/dev/fd1'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
  (default) = `\\.\a:'
  unix = `/dev/fd0'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
  (default) = `C:'
  unix = `/'
  fbinary = 0x00000000
  fsilent = 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                    
c:  hd  NTFS    1550Mb  86% CP CS UN PA FC     
d:  hd  NTFS   12639Mb  66% CP CS UN PA FC     
h:  hd  FAT     2000Mb  23% CP    UN           
z:  cd           N/A    N/A                    

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=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2000/11/21 0:53
 1050k 2001/11/16 D:\root_cygwin1.3.5\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-2.dll" v0.0 ts=2001/11/16 20:22
   45k 2001/04/25 D:\root_cygwin1.3.5\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 7:28
   34k 2001/09/30 D:\root_cygwin1.3.5\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2001/9/30 4:43
   18k 2000/10/23 D:\root_cygwin1.3.5\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2000/10/23 4:26
   17k 2001/06/28 D:\root_cygwin1.3.5\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/7 5:34
   21k 2001/06/28 D:\root_cygwin1.3.5\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2001/6/28 4:27
   14k 2000/10/23 D:\root_cygwin1.3.5\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2000/10/23 21:02
   81k 2000/12/05 D:\root_cygwin1.3.5\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 D:\root_cygwin1.3.5\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitk30.dll" v0.0 ts=2000/11/26 2:43
   45k 2000/10/22 D:\root_cygwin1.3.5\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig1.dll" v0.0 ts=2000/10/23 1:06
  119k 2000/10/23 D:\root_cygwin1.3.5\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2000/10/23 2:58
   26k 2001/04/25 D:\root_cygwin1.3.5\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 7:27
   19k 2001/09/30 D:\root_cygwin1.3.5\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2001/9/30 4:43
  156k 2001/04/25 D:\root_cygwin1.3.5\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 2001/09/30 D:\root_cygwin1.3.5\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2001/9/30 4:45
  226k 2001/04/25 D:\root_cygwin1.3.5\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 7:17
  201k 2001/09/30 D:\root_cygwin1.3.5\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2001/9/30 4:42
   15k 2001/04/25 D:\root_cygwin1.3.5\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 7:27
   12k 2001/09/30 D:\root_cygwin1.3.5\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2001/9/30 4:43
  163k 2001/05/06 D:\root_cygwin1.3.5\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng2.dll" v0.0 ts=2001/5/6 6:05
  108k 2001/06/28 D:\root_cygwin1.3.5\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/7 5:34
  135k 2001/06/28 D:\root_cygwin1.3.5\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2001/6/28 4:27
  390k 2000/12/05 D:\root_cygwin1.3.5\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 D:\root_cygwin1.3.5\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
   10k 2000/12/05 D:\root_cygwin1.3.5\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtclreg80.dll" v0.0 ts=2000/11/26 2:39
  245k 2001/06/12 D:\root_cygwin1.3.5\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2001/6/12 19:25
  623k 2000/12/05 D:\root_cygwin1.3.5\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtk80.dll" v0.0 ts=2000/11/26 2:43
   41k 2001/05/28 D:\root_cygwin1.3.5\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2001/5/28 19:57
   49k 2001/02/03 D:\root_cygwin1.3.5\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2001/2/3 21:35
  714k 2001/11/14 D:\root_cygwin1.3.5\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2001/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: 
        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             
ash                 20011018-1          
autoconf            2.13-2              
automake            1.4-4               
bash                2.05a-2             
binutils            20010914-2          
bison               1.28-1              
byacc               0.0                 
bzip2               1.0.1-5             
clear               1.0                 
cpio                2.4.2               
cron                3.0.1-4             
crypt               1.0                 
ctags               5.0.1-1             
curl                7.9.1-1             
cvs                 1.10.8-2            
cygrunsrv           0.94-2              
cygwin              1.3.5-3             
dejagnu             0.0                 
diff                0.0                 
expect              0.0                 
file                3.33-1              
fileutils           4.1-1               
findutils           0.0                 
flex                2.5.4-1             
gawk                3.0.4               
gcc                 2.95.3-5            
gdb                 20010428-1          
gdbm                1.8.0-3             
gettext             0.10.35-2p1         
ghostscript         6.51-1              
gperf               0.0                 
grep                2.4.2-1             
groff               1.16.1-1            
gzip                1.3-1               
indent              2.2.6-2             
inetutils           1.3.2-14            
irc                 20010101-1          
jbigkit             1.2-3               
jpeg                6b-3                
less                358-3               
libncurses5         5.2-1               
libncurses6         5.2-2               
libpng              1.0.11-1            
login               1.4-2               
lynx                2.8.3-1             
m4                  0.0                 
make                3.79.1-4            
man                 1.5g-2              
mingw               20010917-1          
mingw-runtime       1.0-1               
mt                  1.9.2-1             
mutt                1.2.5i-4            
nano                1.0.6-1             
ncftp               3.0.2-2             
ncurses             5.2-7               
newlib-man          20001118-1          
opengl              1.1.0-4             
openssh             3.0p1-1             
openssl             0.9.6               
patch               2.5-2               
pcre                3.4-1               
perl                5.6.1-1             
popt                1.6.1-1             
postgresql          7.1.2-3             
python              2.1.1-1             
readline            4.2-3               
regex               4.4                 
rsync               2.4.6-1             
rxvt                2.7.2-5             
sed                 3.02-1              
sh-utils            2.0-2               
sharutils           4.2.1-1             
squid               2.4-STABLE20010508  
ssmtp               2.38.7-2            
tar                 1.13.19-1           
tcltk               20001125-1          
tcsh                6.10.00-2           
termcap             20010825-1          
terminfo            5.2-1               
tetex-beta          20001218-1          
texinfo             4.0-3               
textutils           2.0.16-1            
tiff                3.5.6beta-2         
time                1.7-1               
unzip               5.41-1              
vim                 6.0.46-1            
w32api              20010520-1          
wget                1.6-1               
which               1.5-1               
xpm-nox             4.0.3-1             
zip                 2.3-1               
zlib                1.1.3-6             

Use -h to see help about each section


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

end of thread, other threads:[~2001-11-21 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-14 13:32 1.3.5: problem using arpack++ Guido.Lombardi
2001-11-21  8:29 ` Guido.Lombardi

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).