./configure

2005-03-14 Thread Donald
I am a newbie for cygwin.When I try to typed ./configure, it shows that. "$ ./configure" "bash: ./configure: No such file or directory" Is there missing some packages of cygwin? Thanks for your help -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:

Re: ./configure

2005-03-14 Thread Donald
Paulo Sequeira racsa.co.cr> writes: > > Donald wrote: > > I am a newbie for cygwin.When I try to typed ./configure, it shows that. > > > > "$ ./configure" > > "bash: ./configure: No such file or directory" > > > > Is the

Re: ./configure

2005-03-16 Thread Donald
unning ./configure and > this would optimize the make settings and other options for your > system (in this case cygwin). If there is no configure file, then > just try typing make as the package doesnt contain one. > > On Mon, 14 Mar 2005 09:06:32 -0600, Paulo Sequeira >

Re: ./configure

2005-03-16 Thread Donald
Oh~ thanks all ^^ I can "./configure" it. But a new problem happened >< bash-2.05b$ ./configure Directories: /usr/bin /usr/sbin /usr/man Looking for a C compiler... gcc Checking if gcc accepts gcc warnings... yes Looking for a C++ compiler... gcc Checking if gcc accepts gcc warnings... yes Che

Re: how do I know which system to choose when running setup?

2002-10-01 Thread Donald MacVicar
Ed wrote: >>"Z" == Zieg, Mark <[EMAIL PROTECTED]> writes: >> >> > >Z> (1) The point of having multiple mirrors is so that everyone >Z> won't hit the same server, thus slowing it down. If we all >Z> said "use THIS one, it's the best"...then everyone would shif

Re: How do I get my .bashrc read at startup?

2002-10-01 Thread Donald MacVicar
Lane, Frank L wrote: Have you setup your passwd file? man mkpasswd >Thanks to Randall for the bash(ing)!:-) > >How do I get my .bashrc read at startup? > > > > >Thanks, >Frank > >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Bug reporting: http://cygwin.com/b

Re: Cygwin can't write to CIFS... but cmd.exe *can* (more)

2002-10-14 Thread Donald MacVicar
plenty more on this. Donald. Igor Pechtchanski wrote: >Scott, >I've had some trouble with file permissions on samba shares under Win2k. >Not anything as severe as yours, but the files created on a share didn't >inherit the world read permissions of the directories (and those

RE: ssh from winxp -> RH-Linux w. Publickey

2002-04-02 Thread Donald MacVicar
Daniel, Not really a cygwin question. The files on the unix end should not be .authorized_keys but authorized_keys - or even authorized_keys2 if you want ssh2 Donald. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Holtkamp Sent: 02

Re: Bash shell extension ?

2002-04-12 Thread Donald MacVicar
Andrew DeFaria wrote: > Sam Edge wrote: > >> [HKEY_CLASSES_ROOT\Directory\shell\BashHere] >> @="&Bash Prompt Here" >> [HKEY_CLASSES_ROOT\Directory\shell\BashHere\command] >> @="c:\\cygwin\\bin\\bash.exe -c \"cd '%1' ; exec /bin/bash\"" >> [HKEY_CLASSES_ROOT\Drive\shell\BashHere] >> @="&Bash Promp

Re: Bash shell extension ?

2002-04-12 Thread Donald MacVicar
Andrew DeFaria wrote: > Donald MacVicar wrote: > >> Andrew DeFaria wrote: >> >>> Sam Edge wrote: >>> >>>> [HKEY_CLASSES_ROOT\Directory\shell\BashHere] >>>> @="&Bash Prompt Here" >>>> [HKEY_CLASSES_ROOT\Direct

Re: Problem running g77,etc

2002-05-22 Thread Donald MacVicar
porting: http://cygwin.com/bugs.html >Documentation: http://cygwin.com/docs.html >FAQ: http://cygwin.com/faq/ > > What is wrong with gcc that is part of Cygwin? Donald. -- 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/

Permission denied on Windows XP

2005-01-17 Thread Donald Hyun
I suffer from 'permission denied' problem on my note-pc (Windows XP) After running big script (recursive make script), I have met 'resource unavailable' message. And then I can't execute any bash command because of 'permission denied' message. I installed cygwin v1.5.9. I tried in the latest cyg

Re: Permission denied on Windows XP

2005-01-19 Thread Donald Hyun
Larry Hall cygwin.com> writes: > > At 12:39 AM 1/18/2005, you wrote: > >I suffer from 'permission denied' problem > >on my note-pc (Windows XP) > > > >After running big script (recursive make script), I have met > >'resource temporarily unavailable' message. > >And then I can't execute any bash

Re: Permission denied on Windows XP

2005-01-24 Thread Donald Hyun
Luc Hermitte free.fr> writes: > > * On Thu, Jan 20, 2005 at 12:59:16AM +0000, Donald Hyun samsung.com> wrote: > > Larry Hall cygwin.com> writes: > > [...] > > fork: Permission denied > > make[1]: fork: Permission denied > > make[1]: vfork: Per

login: no shell: /bin/bash: Permission denied

2011-09-13 Thread Larson, Donald (Don)
Folks, I have searched this and I see it has come up several times and I really don't want to frustrate anyone, but I have read the messages and was not able to see what the actual answer was. I understand "su" does not work – answer use ssh. SSHD cannot start because user sshd cannot login. I

RE: win95 pipe problems -- report + testcase + patch

2004-09-30 Thread Donald Wallace Rouse II
This patch is not in the current release (1.5.11-1). I can't compile it myself, because ./config fails (because it uses pipes). Can someone give me some kind of timeframe when the next version will be released (with this patch in it)? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsu

stdbuf does not work

2018-08-18 Thread Donald Krieger via cygwin
Dear list, I require line buffered output from program1 and line buffered input to program2.The following works under Linux but not under Cygwin.   stdbuf -oL -eL program 1 |& program2 I've searched the archive without success.I have tried -o0 -e0 -i0 and have also tried   stdbuf -oL -eL progra

Re: stdbuf does not work

2018-08-18 Thread Donald Krieger via cygwin
hanks again and for any further thoughts. Best - Don From: Eliot Moss To: cygwin@cygwin.com Sent: Saturday, August 18, 2018 9:14 AM Subject: Re: stdbuf does not work On 8/18/2018 8:36 AM, Donald Krieger via cygwin wrote: > Dear list, > I require line buffered output from progr

Re: stdbuf does not work

2018-08-19 Thread Donald Krieger via cygwin
; switches here:     https://github.com/rprichard/winpty/issues/103 Thanks again. Best - Don From: Eliot Moss To: cygwin@cygwin.com Sent: Saturday, August 18, 2018 1:01 PM Subject: Re: stdbuf does not work Donald emailed me directly that this: xgraph ... | strbuf -oL -eL tr -d '\015

Re: Invalid relocation. Offset 0x7ffb9097714 at address 0x100402ed8 doesn't fit into 32 bits

2018-10-13 Thread Donald Krieger via cygwin
I see the same error on my version of cygwin.$ uname -aCYGWIN_NT-10.0 DESKTOP-S92525R 2.10.0(0.325/5/3) 2018-02-02 15:16 x86_64 Cygwin I wonder if this is a 64-bit application trying to run in a 32-bit address space? $ file /usr/bin/outguess.exe/usr/bin/outguess.exe: PE32+ executable (console)

[no subject]

2024-01-10 Thread hancy donald via Cygwin
-- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re:

2024-01-10 Thread hancy donald via Cygwin
Hi My problem is that why can't i crack my zip file with John the rapper in my Computer On Wed, Jan 10, 2024, 5:51 PM hancy donald wrote: > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cy