Re: Cobol compiler

2007-03-19 Thread Dan Harkless
On March 20, 2007, seema r j wrote: > Hi all, > > I would like to know if there is any cobol compiler available for Cygwin. A quick Google search reveals: http://www.freebyte.com/programming/cobol/#freecobolcompilers OpenCOBOL reportedly compiles to C code which is then compiled by Cygwin'

cygcheck output

2007-03-19 Thread Wynfield Henman
I just wanted a clarification of the meaning that's not quite clear to me in the output that I got from cygcheck. For example the next two lines. It says "Empty package atk-runtime" , but below it shows atk-runtime 1.10.3-1 as OK. The difference between "Empty" and "OK" is what I am concerned

Re: can t run cygrunsrv -S sshd : win32 error 1058

2007-03-19 Thread Yohann Rebattu
Le lundi 19 mars 2007 à 22:02 -0400, Larry Hall (Cygwin) a écrit : > Yohann Rebattu wrote: > > Le lundi 19 mars 2007 à 17:29 -0400, Larry Hall (Cygwin) a écrit : > >> yohann rebattu wrote: > >>> Le vendredi 16 mars 2007 à 12:19 -0400, Larry Hall (Cygwin) a écrit : > Yohann Rebattu wrote: > >>>

Re: slow bash spawn

2007-03-19 Thread Marc Compere
Thrall, Bryan wrote: Marc Compere wrote on Sunday, March 18, 2007 8:28 AM: The recent setup.exe update has caused bash.exe to have startup times approx. 10x longer than before. sh.exe starts pretty quickly but bash.exe via cygwin.bat takes ~30 seconds to start. Took just a couple of seconds be

Cobol compiler

2007-03-19 Thread seema r j
Hi all, I would like to know if there is any cobol compiler available for Cygwin. ___ Copy addresses and emails from any email account to Yahoo! Mail - quick, easy and free. http://uk.docs.yahoo.com/trueswitch2.html -- U

missing audio folder in cygwin octave-forge installation

2007-03-19 Thread Luyi Chen
I installed latest version of octave-forge in cygwin, but there's no audio folder in this location: [cygwin home]\usr\share\octave\site\m\octave-forge My computer runs Windows XP sp2. I am following the standard approach: 1. start the setup.exe application 2. choose a mirror site (I have tried

[ANNOUNCEMENT] Updated: bash-3.2.10-12

2007-03-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of bash, 3.2.10-12, has been uploaded, replacing 3.2.9-11 as current. NEWS: = This is a minor patch release. It incorporates official upstream patch 10 (fixing =~ quoting with some regex implementations). It fixes the postinstall s

Re: Cygwin speed

2007-03-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 3/7/2007 2:25 PM: >> Cygwin's sigprocmask() unconditionally calls sig_dispatch_pending(). > > And if cgf decides not to patch cygwin in this manner Fortunately, snapshots are patched now. >, I can at least try to > patch

Re: another cygport patch - non-automake projects

2007-03-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 1/27/2007 7:53 AM: > When using cygport to package bash, I needed this patch. To fix a bug in > bash's configure, I have to patch aclocal.m4, and the change to aclocal.m4 > must be distributed since bash uses autoconf but no

Re: can t run cygrunsrv -S sshd : win32 error 1058

2007-03-19 Thread Larry Hall (Cygwin)
Yohann Rebattu wrote: Le lundi 19 mars 2007 à 17:29 -0400, Larry Hall (Cygwin) a écrit : yohann rebattu wrote: Le vendredi 16 mars 2007 à 12:19 -0400, Larry Hall (Cygwin) a écrit : Yohann Rebattu wrote: The service cannot be started, either because it is disabled or because it has no enabled

Re: Tab Completion and Typical Behavior

2007-03-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gary Johnson on 3/19/2007 4:20 PM: > On 2007-03-19, [EMAIL PROTECTED] wrote: >> I have a question about tab completion in the console window. The >> .bash_profile exports the right paths and the console performs tab >> completion. My scrip

Re: can t run cygrunsrv -S sshd : win32 error 1058

2007-03-19 Thread Yohann Rebattu
Le lundi 19 mars 2007 à 17:29 -0400, Larry Hall (Cygwin) a écrit : > yohann rebattu wrote: > > Le vendredi 16 mars 2007 à 12:19 -0400, Larry Hall (Cygwin) a écrit : > >> Yohann Rebattu wrote: > >>> The service cannot be started, either because it is disabled or because > >>> it has no enabled devic

Re: Tab Completion and Typical Behavior

2007-03-19 Thread Gary Johnson
On 2007-03-19, [EMAIL PROTECTED] wrote: > I have a question about tab completion in the console window. The > .bash_profile exports the right paths and the console performs tab > completion. My scripts can be found in ~/bin. I can tab out > myscript.sh, but can not tab complete ./myscript.sh; or sh

Re: can t run cygrunsrv -S sshd : win32 error 1058

2007-03-19 Thread Larry Hall (Cygwin)
yohann rebattu wrote: Le vendredi 16 mars 2007 à 12:19 -0400, Larry Hall (Cygwin) a écrit : Yohann Rebattu wrote: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.The service cannot be started, either because it is disabled or

Re: Tab Completion and Typical Behavior

2007-03-19 Thread Larry Hall (Cygwin)
[EMAIL PROTECTED] wrote: I have a question about tab completion in the console window. The .bash_profile exports the right paths and the console performs tab completion. My scripts can be found in ~/bin. I can tab out myscript.sh, but can not tab complete ./myscript.sh; or sh myscript.sh. Is this

Making a cygwin setup CD

2007-03-19 Thread Vin Shelton
Greetings, I have created a couple of scripts that I use to create a cygwin setup kit that can be burned onto a CD. I can then use that CD to install cygwin on machines with no network access. In addition, the scripts tailor the setup.ini file so that the user can specify additional packages to

Tab Completion and Typical Behavior

2007-03-19 Thread robert_neville310
I have a question about tab completion in the console window. The .bash_profile exports the right paths and the console performs tab completion. My scripts can be found in ~/bin. I can tab out myscript.sh, but can not tab complete ./myscript.sh; or sh myscript.sh. Is this behavior normal? Can I cha

Re: rxvt isatty

2007-03-19 Thread Christopher Faylor
On Mon, Mar 19, 2007 at 05:37:18PM +0100, PCJohn wrote: >I was trying to port ivTools >(http://merlin.fit.vutbr.cz/wiki/index.php?title=Open_Inventor_Tools) to > work smoothly with Cygwin. It works on Cygwin console without problems >($CYGWIN=notty), but rxvt causes all the utilities to freeze.

rxvt isatty

2007-03-19 Thread PCJohn
Hi Cygwin experts, I was trying to port ivTools (http://merlin.fit.vutbr.cz/wiki/index.php?title=Open_Inventor_Tools) to work smoothly with Cygwin. It works on Cygwin console without problems ($CYGWIN=notty), but rxvt causes all the utilities to freeze. I found the problem: utilities are te

Re: pthread question - should this program run - does on Linux

2007-03-19 Thread Brian Keener
Alex wrote: > I got this (cygwin): > > $ ./a > Starting main now > Creating thread 0 > > 0: hello world! > Creating thread 1 > > 1: hello world! > Creating thread 2 > > 2: hello world! > Creating thread 3 > > 3: hello world! > Creating thread 4 > > 4: hello world! > > then the program exit

Re: email list

2007-03-19 Thread Andrew Louie
why dont you just set up filters like this: Matches: to:(cygwin -at- cygwin.com) Do this: Skip Inbox, Apply label "cygwin-cygwin" Matches: to:(cygwin-talk -at- cygwin.com) Do this: Skip Inbox, Apply label "cygwin-talk" Works perfectly for me, and i have a list of "mini-inbox's"

Re: can t run cygrunsrv -S sshd : win32 error 1058

2007-03-19 Thread yohann rebattu
Le vendredi 16 mars 2007 à 12:19 -0400, Larry Hall (Cygwin) a écrit : > Yohann Rebattu wrote: > > The service cannot be started, either because it is disabled or because > > it has no enabled devices associated with it.The service cannot be > > started, either because it is disabled or because it h

RE: slow bash spawn

2007-03-19 Thread Thrall, Bryan
Marc Compere wrote on Sunday, March 18, 2007 8:28 AM: > The recent setup.exe update has caused bash.exe to have startup times > approx. 10x longer than before. sh.exe starts pretty quickly but > bash.exe via cygwin.bat takes ~30 seconds to start. Took just a > couple of seconds before. Cpu is now

Re: Bash still wants to beep during tab completion

2007-03-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 3/19/2007 7:02 AM: > Thanks for the report, and I'm still investigating. But it appears you > are using cmd.com based on $TERM=cygwin. And in the readline source code, > even if visible bells are requested, readline falls b

Re: Bash still wants to beep during tab completion

2007-03-19 Thread Eric Lilja
Eric Blake skrev: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Lilja on 3/19/2007 6:43 AM: Hello, I've changed my .inputrc to: # or, don't beep at me - show me set bell-style visible But bash still beeps (one time) if I do for example: $ cd $ cd <-- Beeps here I perfo

Re: Bash still wants to beep during tab completion

2007-03-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Lilja on 3/19/2007 6:43 AM: > I performed source .inputrc but got some error messages so I restarted > bash completely instead. ~/.inputrc is not designed for use with the 'source' builtin. Instead, you make bash reparse it by using

Re: Bash still wants to beep during tab completion

2007-03-19 Thread Norton Allen
Eric Lilja wrote: Hello, I've changed my .inputrc to: # base-files version 3.7-1 # To pick up the latest recommended .inputrc content, # look in /etc/defaults/etc/skel/.inputrc # Modifying /etc/skel/.inputrc directly will prevent # setup from updating it. # The copy in your home directory (~/

Re: Bash still wants to beep during tab completion

2007-03-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Lilja on 3/19/2007 6:43 AM: > Hello, I've changed my .inputrc to: > > # or, don't beep at me - show me > set bell-style visible > > > But bash still beeps (one time) if I do for example: > $ cd > $ cd <-- Beeps here > I perfor

Bash still wants to beep during tab completion

2007-03-19 Thread Eric Lilja
Hello, I've changed my .inputrc to: # base-files version 3.7-1 # To pick up the latest recommended .inputrc content, # look in /etc/defaults/etc/skel/.inputrc # Modifying /etc/skel/.inputrc directly will prevent # setup from updating it. # The copy in your home directory (~/.inputrc) is yours,

Re: lastlog command?

2007-03-19 Thread Larry Hall (Cygwin)
Dan Harkless wrote: On March 18, 2007, Larry Hall (Cygwin) wrote: Dan Harkless wrote: [...] Are there any plans to port the lastlog command to Cygwin? It would seem like it ought to be a pretty straightforward one. Packages (with particular utilities) are contributed by volunteers. See

Escape colour codes

2007-03-19 Thread Thorsten Kampe
Hi, I'm having a problem with colour escape codes for prompts in different applications and terminals. Basically it is like this. lftp and yafc show a wrong prompt in the following terminals: cmd, 4nt, console and far manager. Basically each coloured part of the prompt is surrounded by two "fu