public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Octave has stopped running for me - no error msg
@ 2009-01-09 19:35 Bruce McNamara
  2009-01-09 21:32 ` Dave Korn
  0 siblings, 1 reply; 6+ messages in thread
From: Bruce McNamara @ 2009-01-09 19:35 UTC (permalink / raw)
  To: cygwin

Before:
I have cygwin (ver 1.5.25-15) with octave (ver 3.0.2-1), X and a few other packages.  My OS is XP with Service Pack 3.  Everything works fine.

Possible cause:
I installed the GNUARM tools and a Windows app called "Total Commander".  I can't think of what else I might have done between the last time octave worked for me and the first time it did not.

After:
When I run octave, either from a bash shell or an xterm window, it just thinks for a couple of seconds and then gives me another prompt - if octave ran, it quit right away.  There is no error message or other indication of what went wrong.  Other /usr/bin executables run just fine.

I've tried:
I've rebooted my computer.  I've "reinstall"ed octave from Setup.exe.  I've uninstalled octave, then installed it again.  I've uninstalled ALL of cygwin, then installed it again with just the cygwin base and octave (no X or other packages).  In all cases the behavior is the same.

I'm not a linux or cygwin expert and don't really know where to start debugging this.  I'm not sure if this is a problem with cygwin or octave.  Any suggestions?  Thanks,

- Bruce McNamara


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Octave has stopped running for me - no error msg
  2009-01-09 19:35 Octave has stopped running for me - no error msg Bruce McNamara
@ 2009-01-09 21:32 ` Dave Korn
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Korn @ 2009-01-09 21:32 UTC (permalink / raw)
  To: cygwin

Bruce McNamara wrote:
> Before: I have cygwin (ver 1.5.25-15) with octave (ver 3.0.2-1), X and a
> few other packages.  My OS is XP with Service Pack 3.  Everything works
> fine.
>
> Possible cause: I installed the GNUARM tools

  Argh.  http://cygwin.com/acronyms/#3PP alert!

> After: When I run octave, either from a bash shell or an xterm window, it
> just thinks for a couple of seconds and then gives me another prompt - if
> octave ran, it quit right away.  There is no error message or other
> indication of what went wrong.  Other /usr/bin executables run just fine.

  Standard shell advice: use "echo $?" to check the exit status if there's no
error message.

> I've tried: I've rebooted my computer.  I've "reinstall"ed octave from
> Setup.exe.  I've uninstalled octave, then installed it again.  I've
> uninstalled ALL of cygwin, then installed it again with just the cygwin
> base and octave (no X or other packages).  In all cases the behavior is the
> same.
>
> I'm not a linux or cygwin expert and don't really know where to start
> debugging this.  I'm not sure if this is a problem with cygwin or octave.

  It's a problem with having multiple clashing cygwin installations at the
same time.  You've probably got two versions of the cygwin DLL in your PATH at
once, and I see that GnuARM ships with libiconv/libintl as well, which also
might be interfering.

  We'll need to see your cygcheck output, as described at
http://cygwin.com/problems.html (please pay special attention to the request
to send the .out file as an attachment rather than inline text, it makes a
nasty mess in the archives if you paste it into the body of your email!)

    cheers,
      DaveK

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Octave has stopped running for me - no error msg
  2009-01-10  0:34   ` Bruce McNamara
@ 2009-01-10  5:22     ` René Berber
  0 siblings, 0 replies; 6+ messages in thread
From: René Berber @ 2009-01-10  5:22 UTC (permalink / raw)
  To: cygwin

Bruce McNamara wrote:

>>> When I run echo $? after running octave I get: 53
>> That means you're missing a DLL octave needs to run.  Run
>> 'cygcheck octave' and look for DLL(s) it reports missing.  Then, look
>> up the packages that contain the DLL(s) that are missing with
>> <http://cygwin.com/packages/>.  Install those packages with
> 'setup.exe'.
> 
> Unfortunately this doesn't tell me anything useful:
> 
> $ cygcheck -c octave
> Cygwin Package Information
> Package              Version        Status
> octave               3.0.2-1        OK

Drop the -c, add the full path to octave.exe
-- 
René Berber


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: Octave has stopped running for me - no error msg
  2009-01-09 21:57 ` Larry Hall (Cygwin)
@ 2009-01-10  0:34   ` Bruce McNamara
  2009-01-10  5:22     ` René Berber
  0 siblings, 1 reply; 6+ messages in thread
From: Bruce McNamara @ 2009-01-10  0:34 UTC (permalink / raw)
  To: cygwin

>> When I run echo $? after running octave I get: 53
>
> That means you're missing a DLL octave needs to run.  Run
> 'cygcheck octave' and look for DLL(s) it reports missing.  Then, look
> up the packages that contain the DLL(s) that are missing with
> <http://cygwin.com/packages/>.  Install those packages with
'setup.exe'.
>

Unfortunately this doesn't tell me anything useful:

$ cygcheck -c octave
Cygwin Package Information
Package              Version        Status
octave               3.0.2-1        OK


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Octave has stopped running for me - no error msg
  2009-01-09 21:50 Bruce McNamara
@ 2009-01-09 21:57 ` Larry Hall (Cygwin)
  2009-01-10  0:34   ` Bruce McNamara
  0 siblings, 1 reply; 6+ messages in thread
From: Larry Hall (Cygwin) @ 2009-01-09 21:57 UTC (permalink / raw)
  To: cygwin

Bruce McNamara wrote:
>> Bruce McNamara wrote:
>>> Before: I have cygwin (ver 1.5.25-15) with octave (ver 3.0.2-1), X
> and a
>>> few other packages.  My OS is XP with Service Pack 3.  Everything
> works
>>> fine.
>>>
>>> Possible cause: I installed the GNUARM tools
>>   Argh.  http://cygwin.com/acronyms/#3PP alert!
>>
>>> After: When I run octave, either from a bash shell or an xterm
> window, it
>>> just thinks for a couple of seconds and then gives me another prompt
> - if
>>> octave ran, it quit right away.  There is no error message or other
>>> indication of what went wrong.  Other /usr/bin executables run just
> fine.
>>   Standard shell advice: use "echo $?" to check the exit status if
> there's no
>> error message.
> 
> When I run echo $? after running octave I get: 53

That means you're missing a DLL octave needs to run.  Run
'cygcheck octave' and look for DLL(s) it reports missing.  Then, look
up the packages that contain the DLL(s) that are missing with
<http://cygwin.com/packages/>.  Install those packages with 'setup.exe'.

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Octave has stopped running for me - no error msg
@ 2009-01-09 21:50 Bruce McNamara
  2009-01-09 21:57 ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 6+ messages in thread
From: Bruce McNamara @ 2009-01-09 21:50 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1854 bytes --]

> Bruce McNamara wrote:
>> Before: I have cygwin (ver 1.5.25-15) with octave (ver 3.0.2-1), X
and a
>> few other packages.  My OS is XP with Service Pack 3.  Everything
works
>> fine.
>>
>> Possible cause: I installed the GNUARM tools
>
>   Argh.  http://cygwin.com/acronyms/#3PP alert!
>
>> After: When I run octave, either from a bash shell or an xterm
window, it
>> just thinks for a couple of seconds and then gives me another prompt
- if
>> octave ran, it quit right away.  There is no error message or other
>> indication of what went wrong.  Other /usr/bin executables run just
fine.
>
>   Standard shell advice: use "echo $?" to check the exit status if
there's no
> error message.

When I run echo $? after running octave I get: 53

>
>> I've tried: I've rebooted my computer.  I've "reinstall"ed octave
from
>> Setup.exe.  I've uninstalled octave, then installed it again.  I've
>> uninstalled ALL of cygwin, then installed it again with just the
cygwin
>> base and octave (no X or other packages).  In all cases the behavior
is the
>> same.
>>
>> I'm not a linux or cygwin expert and don't really know where to start
>> debugging this.  I'm not sure if this is a problem with cygwin or
octave.
>
>   It's a problem with having multiple clashing cygwin installations at
the
> same time.  You've probably got two versions of the cygwin DLL in your
PATH at
> once, and I see that GnuARM ships with libiconv/libintl as well, which
also
> might be interfering.
>
>   We'll need to see your cygcheck output, as described at
> http://cygwin.com/problems.html (please pay special attention to the
request
> to send the .out file as an attachment rather than inline text, it
makes a
> nasty mess in the archives if you paste it into the body of your
email!)

I've attached the cygcheck output.


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


Cygwin Configuration Diagnostics
Current System Time: Fri Jan 09 11:49:07 2009

Windows XP Professional Ver 5.1 Build 2600 Service Pack 3

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\usr\X11R6\bin
	c:\Python25\
	c:\Tcl\bin
	c:\Perl\site\bin
	c:\Perl\bin
	c:\Program Files\ThinkPad\Utilities
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\Program Files\Intel\Wireless\Bin\
	c:\Program Files\IBM ThinkVantage\Client Security Solution
	c:\Program Files\Diskeeper Corporation\Diskeeper\
	c:\Program Files\ThinkPad\ConnectUtilities
	c:\Program Files\Microsoft SQL Server\90\Tools\binn\
	c:\bin
	c:\Program Files\Xilinx\bin\nt
	c:\Program Files\NetIQ\Chariot
	c:\program files\gnuarm\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 11179(bmcnamara)   GID: 10545(mkgroup-l-d)
0(root)                 544(Administrators)     545(Users)
1006(Debugger Users)    10545(mkgroup-l-d)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 11179(bmcnamara)   GID: 10545(mkgroup-l-d)
0(root)                 544(Administrators)     545(Users)
1006(Debugger Users)    10545(mkgroup-l-d)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'bmcnamara'
PWD = '/cygdrive/c/Documents and Settings/bmcnamara'
HOME = '/cygdrive/c/Documents and Settings/bmcnamara'
MAKE_MODE = 'unix'

HOMEPATH = '\Documents and Settings\bmcnamara'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
APPDATA = 'C:\Documents and Settings\bmcnamara\Application Data'
HOSTNAME = 'LT-BMcNAMARA-01'
RR = 'C:\Program Files\IBM ThinkVantage\Rescue and Recovery'
TERM = 'cygwin'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 14 Stepping 8, GenuineIntel'
WINDIR = 'C:\WINDOWS'
KMP_DUPLICATE_LIB_OK = 'TRUE'
TVTPYDIR = 'C:\Program Files\IBM ThinkVantage\Common\Python24'
TVT = 'C:\Program Files\IBM ThinkVantage'
OLDPWD = '/usr/bin'
USERDOMAIN = 'PWNETS'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
!:: = '::\'
VS90COMNTOOLS = 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\'
TEMP = '/cygdrive/c/DOCUME~1/BMCNAM~1/LOCALS~1/Temp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
USERNAME = 'bmcnamara'
PROCESSOR_LEVEL = '6'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Documents and Settings\bmcnamara'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\DCPWN02'
PROCESSOR_ARCHITECTURE = 'x86'
!C: = 'C:\cygwin\bin'
SHLVL = '1'
SMA = 'C:\Program Files\IBM ThinkVantage\SMA\'
USERDNSDOMAIN = 'INT.PWNETS.COM'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.tcl;.py;.pyw'
HOMEDRIVE = 'C:'
PROMPT = '$P$G'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
TMP = '/cygdrive/c/DOCUME~1/BMCNAM~1/LOCALS~1/Temp'
SYSTEMROOT = 'C:\WINDOWS'
MKL_SERIAL = 'YES'
IBMSHARE = 'C:\IBMSHARE'
PRINTER = '\\dcpwn01\HP LaserJet 8150 Series PS'
CVS_RSH = '/bin/ssh'
PROCESSOR_REVISION = '0e08'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files'
LMC_HOME = 'C:\Program Files\Xilinx\smartmodel\nt\installed_nt'
NUMBER_OF_PROCESSORS = '2'
SESSIONNAME = 'Console'
XILINX = 'C:\Program Files\Xilinx'
COMPUTERNAME = 'LT-BMCNAMARA-01'
SONICCENTRAL = 'c:\Program Files\Common Files\Sonic Shared\Sonic Central\'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = '/cygdrive'
  cygdrive flags = 0x0000002a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = 'C:\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = 'C:\cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = 'C:\cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

c:  hd  NTFS     52225Mb  74% CP CS UN PA FC     IBM_PRELOAD
d:  cd  CDFS       121Mb 100%    CS UN           BF 27-Nov-07
j:  net NTFS    188373Mb  82% CP CS UN PA FC     Data
k:  net NTFS    188373Mb  71% CP CS UN PA FC     Data
p:  net NTFS    188373Mb  82% CP CS UN PA FC     Data
u:  net NTFS    188373Mb  82% CP CS UN PA FC     Data

C:\cygwin      /          system  binmode
C:\cygwin/bin  /usr/bin   system  binmode
C:\cygwin/lib  /usr/lib   system  binmode
.              /cygdrive  system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Not Found: crontab
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Not Found: make
Found: C:\cygwin\bin\mv.exe
Not Found: patch
Found: c:\Perl\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Not Found: ssh
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Not Found: vi
Not Found: vim

  107k 2008/09/01 C:\cygwin\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-1-0.dll" v0.0 ts=2008/9/1 0:42
   89k 2008/09/01 C:\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-1-0.dll" v0.0 ts=2008/9/1 0:48
  135k 2007/02/11 C:\cygwin\bin\cygaudiofile-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaudiofile-0.dll" v0.0 ts=2007/2/11 11:29
   61k 2008/04/01 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2008/3/31 20:37
    7k 2008/11/10 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2008/11/9 16:34
  651k 2008/09/11 C:\cygwin\bin\cygcruft.dll - os=4.0 img=1.0 sys=4.0
                  "cygcruft.dll" v0.0 ts=2008/9/11 3:24
    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 0:57
 1074k 2009/01/08 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2009/1/8 2:03
  703k 2007/12/17 C:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.2.dll" v0.0 ts=2007/12/17 3:58
 1036k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 3:58
   29k 2008/11/24 C:\cygwin\bin\cygesd-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygesd-0.dll" v0.0 ts=2008/11/23 18:40
  118k 2008/05/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/8 21:03
  564k 2008/04/06 C:\cygwin\bin\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3-3.dll" v0.0 ts=2008/4/6 3:45
  559k 2008/04/06 C:\cygwin\bin\cygfftw3f-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f-3.dll" v0.0 ts=2008/4/6 3:40
   17k 2008/04/06 C:\cygwin\bin\cygfftw3f_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f_threads-3.dll" v0.0 ts=2008/4/6 3:40
   17k 2008/04/06 C:\cygwin\bin\cygfftw3_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3_threads-3.dll" v0.0 ts=2008/4/6 3:45
  161k 2008/06/01 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2008/6/1 15:16
   40k 2006/11/15 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2006/11/14 23:06
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/24 22:28
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/8 22:03
  426k 2008/06/29 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2008/6/29 10:56
  225k 2008/11/28 C:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-2.dll" v0.0 ts=2008/11/28 14:29
   19k 2006/11/19 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2006/11/19 0:18
    8k 2006/11/19 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2006/11/19 0:18
   32k 2008/11/19 C:\cygwin\bin\cyggg-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggg-1.dll" v0.0 ts=2008/11/19 11:24
   45k 2008/11/19 C:\cygwin\bin\cygggi-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygggi-2.dll" v0.0 ts=2008/11/19 11:58
    9k 2008/11/19 C:\cygwin\bin\cygggiwmh-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygggiwmh-0.dll" v0.0 ts=2008/11/19 12:18
   23k 2008/11/19 C:\cygwin\bin\cyggii-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggii-1.dll" v0.0 ts=2008/11/19 11:27
 1631k 2008/12/19 C:\cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggsl-0.dll" v0.0 ts=2008/12/19 8:47
  186k 2008/12/19 C:\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggslcblas-0.dll" v0.0 ts=2008/12/19 8:17
 1287k 2008/06/18 C:\cygwin\bin\cyghdf5-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyghdf5-0.dll" v0.0 ts=2008/6/18 7:21
   72k 2008/06/18 C:\cygwin\bin\cyghdf5_hl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyghdf5_hl-0.dll" v0.0 ts=2008/6/18 7:23
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/6 20:34
   24k 2008/11/29 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2008/11/29 6:30
  271k 2007/08/24 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2007/8/24 0:24
  978k 2008/11/10 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2008/11/9 16:35
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/19 18:04
   31k 2008/12/31 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2008/12/30 23:42
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 10:09
  124k 2006/11/09 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2006/11/9 1:02
   39k 2008/09/07 C:\cygwin\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-3-0.dll" v0.0 ts=2008/9/7 5:28
  189k 2008/09/07 C:\cygwin\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-3-0.dll" v0.0 ts=2008/9/7 5:29
  201k 2008/09/07 C:\cygwin\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 5:31
   21k 2006/11/15 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2006/11/14 23:05
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/24 22:27
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/8 22:03
   24k 2008/10/30 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0
                  "cygminires.dll" v0.0 ts=2008/10/30 16:53
   67k 2006/11/15 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2006/11/14 23:13
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/24 22:29
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/8 22:03
  237k 2006/11/15 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2006/11/14 23:02
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/24 22:17
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/8 22:03
10998k 2008/09/11 C:\cygwin\bin\cygoctave.dll - os=4.0 img=1.0 sys=4.0
                  "cygoctave.dll" v0.0 ts=2008/9/11 3:33
12439k 2008/09/11 C:\cygwin\bin\cygoctinterp.dll - os=4.0 img=1.0 sys=4.0
                  "cygoctinterp.dll" v0.0 ts=2008/9/11 3:49
   12k 2006/11/15 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2006/11/14 23:04
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/24 22:27
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/8 22:03
  181k 2008/09/07 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2008/9/6 20:36
  302k 2008/09/07 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcrecpp-0.dll" v0.0 ts=2008/9/6 20:36
    7k 2008/09/07 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2008/9/6 20:36
  226k 2006/11/05 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2006/11/5 15:32
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/8 22:45
  103k 2008/06/24 C:\cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq.dll" v0.0 ts=2008/6/23 2:45
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/6 20:34
  155k 2008/11/29 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2008/11/29 6:30
   78k 2004/10/13 C:\cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2004/10/13 15:50
  355k 2008/09/09 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2008/9/9 11:20
  232k 2009/01/08 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2009/1/8 2:03
  888k 2008/10/26 C:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2008/10/25 18:40
    8k 2008/10/24 C:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2008/10/24 10:36
   77k 2008/10/24 C:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=2008/10/24 10:51
    5k 2008/10/24 C:\cygwin\bin\cygxcb-xlib-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-xlib-0.dll" v0.0 ts=2008/10/24 10:51
   16k 2008/10/24 C:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2008/10/24 12:14
   53k 2008/10/26 C:\cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2008/10/26 0:14
   65k 2006/10/16 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2006/10/15 18:10
 1829k 2008/06/12 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2008/6/12 10:35
    Cygwin DLL version info:
        DLL version: 1.5.25
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 156
        Shared data: 4
        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: Thu Jun 12 19:34:46 CEST 2008
        CVS tag: cr-0x5f1
        Shared id: cygwin1S4


Potential app conflicts:

Sonic Solutions burning software containing DLA component
Detected: Named process.


Can't find the cygrunsrv utility, skipping services check.


Cygwin Package Information
Last downloaded files to: C:\Documents and Settings\bmcnamara
Last downloaded files from: http://www.gtlib.gatech.edu/pub/cygwin/

Package              Version
_update-info-dir     00793-1
alternatives         1.3.30c-2
apr1                 1.3.3-1
aprutil1             1.3.4-1
ash                  20040127-4
base-files           3.7-1
base-passwd          2.2-1
bash                 3.2.48-21
binutils             20080624-2
bzip2                1.0.5-2
coreutils            6.10-2
crypt                1.1-1
cygutils             1.3.2-1
cygwin               1.5.25-15
cygwin-doc           1.4-4
editrights           1.01-2
fftw3                3.1.2-2
findutils            4.4.0-3
fontconfig           2.6.0-1
gawk                 3.1.6-1
gcc-core             3.4.4-3
gcc-g++              3.4.4-3
gcc-g77              3.4.4-3
gcc-mingw-core       20050522-1
gcc-mingw-g++        20050522-1
gcc-mingw-g77        20050522-1
gnuplot              4.2.4-1
grep                 2.5.3-1
groff                1.19.2-2
gsl                  1.12-1
gzip                 1.3.12-2
lapack               3.0-6
less                 382-1
libapr1              1.3.3-1
libapr1-devel        1.3.3-1
libaprutil1          1.3.4-1
libaprutil1-devel    1.3.4-1
libaudiofile-devel   0.2.6-3
libaudiofile0        0.2.6-3
libbz2_1             1.0.5-2
libcharset1          1.12-1
libdb4.2             4.2.52.5-2
libdb4.2-devel       4.2.52.5-2
libesd-devel         0.2.41-1
libesd0              0.2.41-1
libesound-devel      0.2.41-1
libesound0           0.2.41-1
libexpat1            2.0.1-1
libexpat1-devel      2.0.1-1
libfftw3-devel       3.1.2-2
libfftw3_3           3.1.2-2
libfontconfig1       2.6.0-1
libfreetype26        2.3.7-1
libgd2               2.0.36RC1-1
libgdbm-devel        1.8.3-8
libgdbm4             1.8.3-8
libggi2              2.2.2-1
libggiwmh0           0.3.2-1
libgii1              1.0.2-1
libhdf5_0            1.6.7-2
libiconv             1.12-1
libiconv2            1.12-1
libintl              0.10.38-3
libintl3             0.14.5-1
libintl8             0.17-3
libjpeg62            6b-12
libncurses-devel     5.5-3
libncurses5          5.2-1
libncurses6          5.2-8
libncurses8          5.5-3
libopenldap2_3_0     2.3.43-1
libpcre0             7.8-1
libpng12             1.2.12-1
libpopt0             1.6.4-4
libpq5               8.2.9-1
libreadline4         4.1-2
libreadline6         5.2.13-11
libsasl2             2.1.19-3
libsqlite3_0         3.6.2-1
libX11_6             1.1.5-1
libXau6              1.0.4-1
libxcb-xlib0         1.1-2
libxcb1              1.1-2
libXdmcp6            1.0.2-3
libXpm4              3.5.7-2
login                1.9-8
man                  1.6e-1
mingw-runtime        3.15.1-1
minires              1.02-1
mktemp               1.999-9
octave               3.0.2-1
octave-devel         3.0.2-1
octave-forge         20080831-1
openssl              0.9.8j-1
rebase               2.4.4-1
run                  1.1.10-1
sed                  4.1.5-2
tar                  1.21-1
termcap              20050421-1
terminfo             5.5_20061104-1
texinfo              4.8a-1
tzcode               2008h-1
w32api               3.13-1
which                2.20-1
xorg-x11-base        7.4-1
xorg-x11-bin-dlls    7.4-1
zlib                 1.2.3-2
Use -h to see help about each section

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

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2009-01-09 21:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-09 19:35 Octave has stopped running for me - no error msg Bruce McNamara
2009-01-09 21:32 ` Dave Korn
2009-01-09 21:50 Bruce McNamara
2009-01-09 21:57 ` Larry Hall (Cygwin)
2009-01-10  0:34   ` Bruce McNamara
2009-01-10  5:22     ` René Berber

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