Re: missing audio folder in cygwin octave-forge installation

2007-03-20 Thread Hugh McMaster
Hi Luyi, On 20/03/07, Luyi Chen wrote: 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 You can find the audio folder in [Cygwin home]\usr\share\octave\2.1.73\m\audio. Hope that helps. Hugh

Re: Tab Completion and Typical Behavior

2007-03-20 Thread Gregg Levine
On 3/20/07, Gary Johnson wrote: On 2007-03-20, robert_neville310 AT yahoo DOT com wrote: > On Mon, 19 Mar 2007 15:20:33 -0700, Gary Johnson > wrote: Including someone's address in your reply is frowned upon in this list. http://cygwin.com/acronyms/#PCYMTNQREAIYR I pe

rxvt + backtab

2007-03-20 Thread Chris Sutcliffe
Is it possible to configure rxvt to recognize backtab (shift-tab) as being different from tab? Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Tab Completion and Typical Behavior

2007-03-20 Thread Larry Hall (Cygwin)
robert_neville310 wrote: On Tue, 20 Mar 2007 17:15:58 -0700, Brian Dessent wrote: ...are you in ~/bin when you try to tab-complete ./myscript.sh? If you are in ~, then the path would be bin/myscript.sh, not ./myscript.sh. (Does trying to complete the full path (~/bin/myscript.sh) work?) ~

Re: Tab Completion and Typical Behavior

2007-03-20 Thread Gary Johnson
On 2007-03-20, robert_neville310 AT yahoo DOT com wrote: > On Mon, 19 Mar 2007 15:20:33 -0700, Gary Johnson > <[EMAIL PROTECTED]> wrote: Including someone's address in your reply is frowned upon in this list. http://cygwin.com/acronyms/#PCYMTNQREAIYR I personally don't

Re: Tab Completion and Typical Behavior

2007-03-20 Thread robert_neville310
On Tue, 20 Mar 2007 17:15:58 -0700, Brian Dessent <[EMAIL PROTECTED]> wrote: > ...are you in ~/bin when you try to tab-complete ./myscript.sh? If you > are in ~, then the path would be bin/myscript.sh, not ./myscript.sh. > (Does trying to complete the full path (~/bin/myscript.sh) work?) >> ~

Re: Tab Completion and Typical Behavior

2007-03-20 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > ~ $ .~/bin/myscript > cygdrive/g/ $ ./myscript Huh? Are you just trying random things? Neither of those should complete because they're invalid. "." means the current directory. So, typing ./foo means "a file named foo in the current directory", and if you're in /cy

Re: Tab Completion and Typical Behavior

2007-03-20 Thread robert_neville310
On Mon, 19 Mar 2007 17:24:48 -0400, "Larry Hall (Cygwin)" <[EMAIL PROTECTED]> wrote: >[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.

Re: Tab Completion and Typical Behavior

2007-03-20 Thread robert_neville310
On Tue, 20 Mar 2007 10:13:59 -0500, Matthew Woehlke <[EMAIL PROTECTED]> wrote: >[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

Re: Tab Completion and Typical Behavior

2007-03-20 Thread robert_neville310
On Mon, 19 Mar 2007 15:20:33 -0700, Gary Johnson <[EMAIL PROTECTED]> wrote: >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

Re: How to learn about compiling openssh?

2007-03-20 Thread Brian Dessent
siegfried wrote: > Are these kindof things taken care of by the cygport program mentioned > in c:/cygwin/usr/share/doc/Cygwin/zlib-1.2.3.README? Cygport is just a framework for building packages. It's an alternative to the so-called "generic build script" method and the plain "already patched di

Re: slow bash spawn

2007-03-20 Thread Morgan Gangwere
well, I have this problem too occasionally. normally caused if its an SP2 machine. never have this problem on sp1 or noSP. also, if I disable the DLA sysyem, i cant access flash disks. another thing to think about is, what does bash do with $0 or ARGV[0] ? if it sees its "bash" then its gonna ac

RE: How to learn about compiling openssh?

2007-03-20 Thread siegfried
> >Download the -src package. >Note that many packages have Cygwin-local patches, Are these kindof things taken care of by the cygport program mentioned in c:/cygwin/usr/share/doc/Cygwin/zlib-1.2.3.README? >so in general you >should get the -src package and not the upstream source. Did I

Re: How to learn about compiling openssh?

2007-03-20 Thread Larry Hall (Cygwin)
siegfried wrote: insight works great. It's a GUI front end to gdb, which also works great. There's also DDD which is an x11 app. I saw DDD on the cygwin installer. Hmmm... I did not see insight. I found insight's web page. Is insight available thru cygwin or do I have to download and install

RE: How to learn about compiling openssh?

2007-03-20 Thread siegfried
>insight works great. It's a GUI front end to gdb, which also works >great. There's also DDD which is an x11 app. I saw DDD on the cygwin installer. Hmmm... I did not see insight. I found insight's web page. Is insight available thru cygwin or do I have to download and install it separately? T

Re: How to learn about compiling openssh?

2007-03-20 Thread Brian Dessent
siegfried wrote: > Should I post here or in the developers mailing list? Oh, and please don't. The delvopers mailing list is for people doing development on Cygwin itself. It's not for teaching people how to debug or how to program. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubs

Re: How to learn about compiling openssh?

2007-03-20 Thread Brian Dessent
siegfried wrote: > Where is the best place to post queries about compiling components of cygwin > like openssh? Should I post here or in the developers mailing list? Download the -src package. It is designed to compile into exactly the same form as the binary package of the same name. There wil

How to learn about compiling openssh?

2007-03-20 Thread siegfried
Where is the best place to post queries about compiling components of cygwin like openssh? Should I post here or in the developers mailing list? I've downloaded the source to openssh and openssl and I would like to build them in debug mode and single step thru them with a GUI debugger. (1) What

Re: ssh-agent doesn't work with eval

2007-03-20 Thread Scott Reed
Dave Korn's message received 3/20/2007 1:28 PM: On 20 March 2007 17:21, S Reed wrote: ssh-agent was working fine for me over a year ago. I am sorry I cannot tell you what version I was running then. I upgraded a few times since then (now running 1.5.22) and I started getting "Could not open a c

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

2007-03-20 Thread Dave Korn
On 20 March 2007 17:41, Christopher Faylor wrote: > On Tue, Mar 20, 2007 at 05:17:42PM -, Dave Korn wrote: >> On 20 March 2007 17:08, Brian Keener wrote: >> >>> Brian Keener wrote: Ahhh, found it. >> >>> CYGWIN=binmode ntsec nostrip_title title tty >> >> AFAIUI, the rule-of-

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

2007-03-20 Thread Christopher Faylor
On Tue, Mar 20, 2007 at 05:17:42PM -, Dave Korn wrote: >On 20 March 2007 17:08, Brian Keener wrote: > >> Brian Keener wrote: >>> Ahhh, >>> >>> found it. > >> CYGWIN=binmode ntsec nostrip_title title tty > >AFAIUI, the rule-of-thumb is that the 'tty' setting should only be used >in xterm/rxvt o

RE: ssh-agent doesn't work with eval

2007-03-20 Thread Dave Korn
On 20 March 2007 17:21, S Reed wrote: > ssh-agent was working fine for me over a year ago. I am sorry I cannot > tell you what version I was running then. I upgraded a few times since > then (now running 1.5.22) and I started getting "Could not open a > connection to your authentication agent." fr

ssh-agent doesn't work with eval

2007-03-20 Thread S Reed
ssh-agent was working fine for me over a year ago. I am sorry I cannot tell you what version I was running then. I upgraded a few times since then (now running 1.5.22) and I started getting "Could not open a connection to your authentication agent." from ssh-add. I found that if I call ssh-agen

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

2007-03-20 Thread Dave Korn
On 20 March 2007 17:08, Brian Keener wrote: > Brian Keener wrote: >> Ahhh, >> >> found it. > CYGWIN=binmode ntsec nostrip_title title tty AFAIUI, the rule-of-thumb is that the 'tty' setting should only be used in xterm/rxvt or other native cygwin terminal, and never in yer bog-standard dos-s

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

2007-03-20 Thread Brian Keener
Brian Keener wrote: > Ahhh, > > found it.  I get the same thing Alex does if I change my startup for Cygwin.   > Force of habit from Unix machine I like to see the login prompt when I start  > Cygwin.  So I have my cygwin.bat set to use the login program as shown here: > So question - is this a r

Re: Tab Completion and Typical Behavior

2007-03-20 Thread Matthew Woehlke
[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

RE: slow bash spawn

2007-03-20 Thread Dave Korn
On 20 March 2007 08:17, Marc Compere wrote: > Well, it seems I've found the problem, or at least a big component of > the problem. Turns out it is likely not (directly) related to cygwin > code but some other interaction between cygwin and the OS as a result of > a Sonic Solutions DLA process run

RE: _libintl_gettext missing while building Linux kernel

2007-03-20 Thread Dave Korn
On 20 March 2007 12:24, Domen Vrankar wrote: > Hi, > > while trying to build Linux kernel under Cygwin I get undefined > reference to `_libintl_gettext' errors. The following patch might help, but it's against a rather old kernel version and I don't know if it'll still apply: diff -pruNE lin

_libintl_gettext missing while building Linux kernel

2007-03-20 Thread Domen Vrankar
Hi, while trying to build Linux kernel under Cygwin I get undefined reference to `_libintl_gettext' errors. I have full Cygwin installation. The Gettext, libintl, libintl1, libintl2, libintl3 and libintl8 libraryes are installed installed. Has anyone an idea why I still get tihs error reported? B

Re: Cobol compiler

2007-03-20 Thread Larry Hall (Cygwin)
Dan Harkless wrote: 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 co

Re: cygcheck output

2007-03-20 Thread Larry Hall (Cygwin)
Wynfield Henman wrote: 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

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

2007-03-20 Thread Larry Hall (Cygwin)
On 03/20/2007, Yohann Rebattu wrote: thank you again! are the steps described somewhere else than in the script? (cause i'm neither unix guru (i mean sure to understand exactly what does the script) nor windows one (mean don't know a lot about windows comand and where to click to find them). bu

-mno-cygwin Question

2007-03-20 Thread Hugh McMaster
Hi all, I know some weeks back now, that there was a lot of discussion over the possible removal of the -mno-cygwin flag. Could someone please inform me as to whether the removal of this flag will be taking place (or has)? Thankyou. Hugh -- Unsubscribe info: http://cygwin.com/ml/#unsubsc

undefined ifr_ifindex problem

2007-03-20 Thread Domen Vrankar
Hi, I am building a program in Cygwin and I get the folowing errors error: structure has no member named `ifr_ifindex' error: `PF_PACKET' undeclared (first use in this function) error: `ETH_P_ALL' undeclared (first use in this function) error: `SIOCGIFINDEX' undeclared (first use in this func

Re: slow bash spawn

2007-03-20 Thread Marc Compere
Marc Compere wrote: Dave Korn wrote: On 18 March 2007 13:28, Marc Compere wrote: 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 [...] Running XP sp2 on a fresh, plain vanilla cygwin install. an