Re: bleadperl builds on cygwin

2001-07-05 Thread Gerrit P. Haase
Charles S. Wilson schrieb am 2001-07-06, 0:28: > Gerrit P. Haase wrote: > > > Failed Test Stat Wstat Total Fail Failed List of Failed > > >- > > ../ext/IPC/SysV/t/sem.t 255 65280109 9

Re: fetchmail-5.8.1 binary

2001-07-05 Thread Gerrit P. Haase
Sam C. schrieb am 2001-07-06, 11:19: > By the way, is the binary for NT only. I'm using > win98. Hmmm, i really don't know. I use only NT. Have you tried it on Win98? What is the problem? Why does it not work? Are there any error messages? Unfortunately i got no Win98 to test it at home, but i g

RE: Cygwin 2.1 and Python modules

2001-07-05 Thread Steve Jorgensen
I'm not up to speed yet where I can begin helping test these patches, but I'm reading voraciously, so will hopefully start getting there in days or weeks. -Original Message- From: Charles S. Wilson [SMTP:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 9:26 PM To: [EMAIL PROTECT

Re: My attempt to build gcc-3.0 failed :-(

2001-07-05 Thread Tim Prince
Unless you know good reasons to do otherwise, the standard cygwin installation is far better than the usual one size fits all. As we pointed out, it's not cygwin per se which has trouble with NAI; all gzip family and many other styles of compressed files produce false positives. If you don't und

Re: Problem choosing exe entry point.

2001-07-05 Thread Mo DeJong
On Fri, 6 Jul 2001, Mumit Khan wrote: > On Thu, 5 Jul 2001, Mo DeJong wrote: > > > I think I have found a problem with the way Cygwin ld > > picks the executable entry point when both WinMain() and main() > > are available. I would think that passing in the -mwindows flag > > (which gets passed

Re: windres bug + fix

2001-07-05 Thread Christopher Faylor
Please send this patch to [EMAIL PROTECTED] Thanks. cgf On Fri, Jul 06, 2001 at 02:33:55PM +0800, Dmitry Timoshkov wrote: >Hello. > >This simple resource file causes windres to fail: > >rc -r windres_bug.rc >windres -I res -O coff -o windres_bug.res.o -i windres_bug.res > >-- cut here: windres_

windres bug + fix

2001-07-05 Thread Dmitry Timoshkov
Hello. This simple resource file causes windres to fail: rc -r windres_bug.rc windres -I res -O coff -o windres_bug.res.o -i windres_bug.res -- cut here: windres_bug.rc -- 1 RCDATA BEGIN "text1" END 2 RCDATA BEGIN "text2" END -- cut here -- The patch below fixes it. I have tested the patch wi

Re: Problem choosing exe entry point.

2001-07-05 Thread Mumit Khan
On Thu, 5 Jul 2001, Mo DeJong wrote: > I think I have found a problem with the way Cygwin ld > picks the executable entry point when both WinMain() and main() > are available. I would think that passing in the -mwindows flag > (which gets passed to ld as --subsystem windows) would clear > things

Problem choosing exe entry point.

2001-07-05 Thread Mo DeJong
Hi all. I think I have found a problem with the way Cygwin ld picks the executable entry point when both WinMain() and main() are available. I would think that passing in the -mwindows flag (which gets passed to ld as --subsystem windows) would clear things up and link with WinMain(). Instead, Cy

Re: My attempt to build gcc-3.0 failed :-(

2001-07-05 Thread Mumit Khan
On Thu, 5 Jul 2001, ted byers wrote: > $ sh > ../Source/gcc-3.0/configure --prefix=d/Gcc --with-local-prefix=d/Gcc --enabl what is this??? likewise? > e-threads=win32 --

new setup

2001-07-05 Thread Christopher Faylor
I've upgraded setup on cygwin.com to the newest version from CVS. I believe that the only user-visible change to this version is that the version string is longer and it will ask if you want to delete any cygwin1.dll's that it finds in your windows/system directory. This version of setup is a pr

RE: bleadperl builds on cygwin

2001-07-05 Thread Neil Lunn
> >Gerrit P. Haase wrote: > >> Failed Test Stat Wstat Total Fail Failed List of Failed >> >--- >-- >> ../ext/IPC/SysV/t/sem.t 255 65280109 90.00% 2-10 > > >Did you remember to start ipc-da

Re: Cygwin 2.1 and Python modules

2001-07-05 Thread Charles S. Wilson
That is *my* opinion, yes. There are others who disagree. Once the need to decorate (__declspec(dllexport)) both functions AND variables is no longer required -- because perhaps Paul S's changes are incorporated -- then I'd say SURE, ignore implibs and just link directly to the dll. But not

Chinese input in Cygwin (fwd)

2001-07-05 Thread Pofeng Lee
FYI -- Forwarded message -- Date: Mon, 2 Jul 2001 11:46:16 +0800 From: Topas <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Chinese input in Cygwin For tcsh, you should add following setup in .tcshrc (or the .cshrc, ...) .tcshrc # for 8-bit language stty cs8 -istrip stty p

/usr/bin tools and directories with backslashes

2001-07-05 Thread Jeffrey Twu
Hi all, I like to use Cygwin in a Win2K cmd.exe shell, and I have C:\cygwin\bin in my PATH. I've noticed, though, that commands that I use very frequently (mv, cp, rm, unzip) don't handle backslash ('\') directory strings very well. For example, I tried to unzip foo.zip -d \, and no fi

cygwin and window 2000

2001-07-05 Thread Steve Nguyen
hi ! i have compiled a c program under NT4 and run it un der NT4 and it's fine , but if i bring it to window 2000 as well as all the lib dll i have an application error. could anyone please give me a suggestion ? steven -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug r

Re: 1.3.2: bash: Swedish characters not displayed (beeps instead)

2001-07-05 Thread Michael A. Chase
Win32 MSIE 5 was not offended either, but it's not generally a good idea. Someone on a Mac or some *NIX will probably be very puzzled about what you are trying to display. -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Give a hobbit a fish and he eats fish for

Re: fetchmail-5.8.1 binary

2001-07-05 Thread Sam C.
By the way, is the binary for NT only. I'm using win98. --- "Gerrit P. Haase" <[EMAIL PROTECTED]> ªº¶l¥ó¤º®e¡G> > [EMAIL PROTECTED] schrieb am 2001-07-05 19:51: > > > Hi, > > > > i got a binary here (313kb) > > http://familiehaase.de/fetchmail-5.8.1-1.tar.bz2 > > > > $ fetchmail --version >

Re: fetchmail-5.8.1 binary

2001-07-05 Thread Sam C.
Thanks. I did tried to compile the fetchmail 5.8.0 myself before posting to mailing list. But I failed. I'm not expert in gcc or cc. Here is the first error found in the config.log: = ... ... configure:1278: checking for AIX configure:1302: checking for POSIXi

Re: problem with cygtclsh80.exe

2001-07-05 Thread A Roturier
> > > > it seems cygtclsh80.exe doesn't recognize the files with full path name? > > is that a known problem? > >It is no problem -- it is just cygwin's tcl/tk, they are mingw versions :)) >They are not linked against cygwin1.dll, so cygwin mounts and paths have no >meaning for them. You can chan

My attempt to build gcc-3.0 failed :-(

2001-07-05 Thread ted byers
Could you direct me on how to fix the problem I encountered, bearing in mind that I have not built a compiler before, and am entirely new to cygwin (I am using NT4, sp6, if that matters). I also have emacs installed, and had it well before I installed cygwin, and was hoping to figure out how to i

When will the pipe key be fixed?

2001-07-05 Thread David Starks-Browning
On Friday 29 Jun 01, Martin van-Eerde writes: > Hi, > > I am running Cygwin on Windows ME and since the latest update > cannot get the pipe (|) key to work. Any perl scripts with this > symbol now also refuse to run, stating invalid character. > > I have noticed that someone has fixed this, b

Re: 1.3.2: bash: Swedish characters not displayed (beeps instead)

2001-07-05 Thread David Starks-Browning
On 4 Jul 01, Andrew Markebo writes: > This is a bash, or rather readline configuration problem.. mainly try to put > > # Make Bash 8bit clean > set meta-flag on > set convert-meta off > set output-meta on > > into your ~/.inputrc I've added this to the FAQ: "Why don't international (8-bit) ch

Re: I can't find command su.exe

2001-07-05 Thread David Starks-Browning
On Thursday 5 Jul 01, Christopher Faylor writes: > Cygwin does not currently support su. If you have a version of su in > your /bin directory, it came from an older version of sh-utils. Newer > versions do not include it. This is now in the FAQ. David -- Unsubscribe info: http://cygwin.

Re: Pipe "make" stdout and stderr to process?

2001-07-05 Thread Sandeep Tamhankar
You want: make 2>&1 | filterprog You want the redirection of stderr->stdout to apply to your first command and send the resulting stdout to the second command. What's really fun is when you want to save stdout and stderr to a file AND print them to the screen. That's what the tee program is

Re: stty source and executable

2001-07-05 Thread Gerrit P. Haase
Mark Bradshaw schrieb am 2001-07-05, 16:43: > OK. I'm feeling kinda stupid, but I can't find which archives contain the > source and executable for stty. Can someone please point me to them. $ stty --version stty (GNU sh-utils) 2.0 Written by David MacKenzie. Copyright (C) 1999 Free Software

Re: I can't find command su.exe

2001-07-05 Thread Christopher Faylor
On Thu, Jul 05, 2001 at 02:39:02PM -0700, Sandeep Tamhankar wrote: >Hmm, I'm beginning to think my 1.3.2 didn't come with su after all. I >was upgrading from 1.1.8 when I got 1.3.2. When I do su --version, it >tells me "GNU sh-utils 1.16"...and the sh-utils package that came with >1.3.2 is v2

RE: Pipe "make" stdout and stderr to process?

2001-07-05 Thread Karr, David
That did it, thanks. I didn't notice an example of this in the Bash man page. -Original Message- From: Randall R Schulz [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 3:01 PM To: Karr, David; '[EMAIL PROTECTED]' Subject: Re: Pipe "make" stdout and stderr to process? David, I

RE: Pipe "make" stdout and stderr to process?

2001-07-05 Thread Kevin Schnitzius
make 2>&1 | filterprog If you try "make | filterprog 2>&1" you are redirecting stderr for filterprog only. Kevin -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 17:14 To: '[EMAIL PROTECTED]' Subject:Pipe "make" stdout and s

Re: Pipe "make" stdout and stderr to process?

2001-07-05 Thread Randall R Schulz
David, It's somewhat counterintuitive by comparison to the ordering required in the absence of a pipe, but you have to merge stderr (2) into stdout (1) before the pipe symbol: make 2>&1 |filterprog Randall Schulz At 14:13 2001-07-05, Karr, David wrote: >How do I run "make" so I can

Re: crontab in Cygwin+Win98?

2001-07-05 Thread Larry Hall (RFK Partners, Inc)
Hm. Have you looked at usr/doc/Cygwin/cron.README? I think this will help answer the questions and clarify the mysteries of cron on 9x. Larry Hall [EMAIL PROTECTED] RFK Partners, Inc. http://www.rfk.com 118 Washington Street (5

Re: I can't find command su.exe

2001-07-05 Thread Sandeep Tamhankar
Hmm, I'm beginning to think my 1.3.2 didn't come with su after all. I was upgrading from 1.1.8 when I got 1.3.2. When I do su --version, it tells me "GNU sh-utils 1.16"...and the sh-utils package that came with 1.3.2 is v2.0-2...and doesn't contain an su executable. Maybe it came with b20 a

Re: crontab in Cygwin+Win98?

2001-07-05 Thread Gerrit P. Haase
Paul Y. Peng schrieb am 2001-07-05, 18:49: > It doesn't work for me. I got the same error message. Following > is what I did and what I got. > > First, I run cron in a cygwin bash shell window > > $ cron > or > $ cron -D > > It is OK. Then I test it by issuing > > $ crontab

Re: crontab in Cygwin+Win98?

2001-07-05 Thread Paul Y. Peng
It doesn't work for me. I got the same error message. Following is what I did and what I got. First, I run cron in a cygwin bash shell window $ cron or $ cron -D It is OK. Then I test it by issuing $ crontab -l What I get is an error message in the cygwin window:

Pipe "make" stdout and stderr to process?

2001-07-05 Thread Karr, David
How do I run "make" so I can pass both stdout and stderr to a filtering process? I'm familiar with writing the output to a file, taking both stdout and stderr ("make > make.out 2>&1"), but I don't see how to get this to work if I just want to pipe the output (both stdout and stderr) to another pr

RE: I can't find command su.exe

2001-07-05 Thread Larry Hall (RFK Partners, Inc)
Hi Peter, Email archives to the rescue! :-) http://www.cygwin.com/ml/cygwin/2001-03/msg00337.html Larry Hall [EMAIL PROTECTED] RFK Partners, Inc. http://www.rfk.com 118 Washington Street (508) 893-9779 - RFK Office Holliston,

Documenting heap_chunk_in_mb

2001-07-05 Thread Randall R Schulz
Hi, I wanted to respond to Narendira Kumar about setting / increasing the heap_chunk_in_mb registry entry to address his issues compiling a very large C source file. However, when I went to search on Google, there were scant fragments on this topic still indexed. Then I turned to the Cygwin d

RE: Cygwin 2.1 and Python modules

2001-07-05 Thread Steve Jorgensen
I see. So for most of us, it's better to pretend this capability does not exist since it will only cause us headaches. -Original Message- From: Charles Wilson [SMTP:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 1:08 PM To: [EMAIL PROTECTED] Cc: cygwin@cygwin. Com (E-mail)

RE: I can't find command su.exe

2001-07-05 Thread Peter Buckley
Could you elaborate- "it works not as you expect it to do" ... well how do we expect it to work, and how does it really work? And if it isn't included, why do some people have it with 1.3.2, and others don't? -Peter -Original Message- From: Gerrit P. Haase [mailto:[EMAIL PROTECTE

RE: suppressing username@computername header

2001-07-05 Thread Kevin Schnitzius
It's your PS1 variable. Look at your /etc/profile. Kevin -Original Message- From: Clark Sims [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 14:49 To: [EMAIL PROTECTED] Subject:suppressing username@computername header Is there a way to suppress the username@c

stty source and executable

2001-07-05 Thread Mark Bradshaw
OK. I'm feeling kinda stupid, but I can't find which archives contain the source and executable for stty. Can someone please point me to them. Mark -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http:

RE: I can't find command su.exe

2001-07-05 Thread Gerrit P. Haase
John Wiersba schrieb am 2001-07-05, 15:11: > I *did* install all the packages recently (except the 2 test packages other > than perl) and I don't have su.exe. > > -- John Wiersba It isn't included, because it works not as you expect it to do. gph > > -Original Message- > > From: Sande

Progress update with gcj on cygwin

2001-07-05 Thread Julian Hall
OK, just to let those of you who have been helping out/keeping track/etc know, I've managed to get a version of gcj + libgcj compiled under cygwin, but unfortunately the library crashes during initialisation. I have now tracked the problem down to occurring during the stack unwinding process, whi

Re: Installing Berkeley DB 3.2.9

2001-07-05 Thread Charles Wilson
"Shabbir S. Talib" wrote: > > Hi Listers > > I extracted the source to /usr/local/db-3.2.9 > > After that configure and make went through fine. > However, when i run make install it ends with an > following message make: *** [install_utilities] Error > 1 > > Prior to this message I see the fol

Re: Cygwin 2.1 and Python modules

2001-07-05 Thread Charles Wilson
Steve Jorgensen wrote: > > -Original Message- > From: Jason Tishler [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, July 05, 2001 11:33 AM > To: David Abrahams > Cc: Cygwin > Subject:Re: Cygwin 2.1 and Python modules > > Dave, > > ... > It takes advantage of somewhat rece

Re: suppressing username@computername header

2001-07-05 Thread Larry Hall (RFK Partners, Inc)
At 02:48 PM 7/5/2001, Clark Sims wrote: >Is there a way to suppress the username@computername header, which occurs at >the bash promt? >I would like the screen to appear excatly like it does in Linux. >I have tried the PS1 environment variable, but to no avail. > >Thanks in Advance, > >Clark Sims

suppressing username@computername header

2001-07-05 Thread Clark Sims
Is there a way to suppress the username@computername header, which occurs at the bash promt? I would like the screen to appear excatly like it does in Linux. I have tried the PS1 environment variable, but to no avail. Thanks in Advance, Clark Sims -- Unsubscribe info: http://cygwin.com/ml

Re: I can't find command su.exe

2001-07-05 Thread Randall R Schulz
Sandep, Nothing like that in my full and up-to-date install except /usr/bin/sum.exe. Nothing in /usr/sbin, either. The only hint I have is a man page for su in section 1. Randall Schulz At 11:41 2001-07-05, Sandeep Tamhankar wrote: >It should be in /usr/bin...or you didn't install all the pa

crontab in Cygwin+Win98?

2001-07-05 Thread Paul Y. Peng
Dear Cygwin gurus, I just wonder whether any of you has successfully run cron/crontab in Cygwin + win98. I checked the documents and archives of this list and only found descriptions and discussions of them in WinNT/2K. If they don't work in Win98, is there any equivalent program which can do a j

RE: I can't find command su.exe

2001-07-05 Thread John Wiersba
I *did* install all the packages recently (except the 2 test packages other than perl) and I don't have su.exe. -- John Wiersba > -Original Message- > From: Sandeep Tamhankar [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 05, 2001 2:41 PM > To: arnaud GAND > Cc: [EMAIL PROTECTED] > Su

RE: Cygwin 2.1 and Python modules

2001-07-05 Thread Steve Jorgensen
-Original Message- From: Jason Tishler [SMTP:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 11:33 AM To: David Abrahams Cc: Cygwin Subject:Re: Cygwin 2.1 and Python modules Dave, ... It takes advantage of somewhat recent Cygwin gcc enhancements: 1. binding to

Failed publickey for after changing W2k Password

2001-07-05 Thread Joshua McClintock
Hello, SSH was working fine using key authentication with authorized_keys2 until I changed my password for the user I'm ssh'ing in with. Right now, it only works when my password on Win2k is blank. If I change it to anything other than blank "null" the client tells me Permission Denied and the Dae

Re: VSS to CVS

2001-07-05 Thread Michael A. Chase
Why do you want to call chmod.exe or rm.exe from inside a Perl script? Perl already has perfectly good chmod() and unlink() builtins. -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he ea

Re: Executing Shell command to run bash from within emacs

2001-07-05 Thread Clark Sims
A solution to this problem was posted in the FAQ. The solution was rather long, and used the .emacs file. I wasn't able to quickly reproduce that solution, or even research the syntas of the commands. I couldn't find any information on the setq command. The correct directory for the .emacs comman

Re: Query

2001-07-05 Thread Sandeep Tamhankar
Wow. I assume that the vast majority of this header file consists of all this data. Maybe you should keep the data in a separate file and have a function in your program that reads it into the array at program startup-time. Your program will be a lot smaller, and if the data ever changes, y

Installing Berkeley DB 3.2.9

2001-07-05 Thread Shabbir S. Talib
Hi Listers I extracted the source to /usr/local/db-3.2.9 After that configure and make went through fine. However, when i run make install it ends with an following message make: *** [install_utilities] Error 1 Prior to this message I see the following error message about 10 times. /usr/bin/cp

Re: I can't find command su.exe

2001-07-05 Thread Sandeep Tamhankar
It should be in /usr/bin...or you didn't install all the packages...or you're running an old cygwin. I'm running 1.3.2. -Sandeep arnaud GAND wrote: > Hi > > I just loaded all packages of cygwin on my NT station a few days ago. > I can't find the su.exe command located previsouly in my cygwin

RE: sshd does not authenticae (latest cygwin and win2k)

2001-07-05 Thread Peter Buckley
Try Mike Erdely's web page at http://mike.erdelynet.com/ssh.asp and his ssh-l mailing list is good too. -Peter -Original Message- From: Timo Kaluza [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 3:26 PM To: [EMAIL PROTECTED] Subject: sshd does not authenticae (latest cygwin

Re: fetchmail-5.8.1 binary

2001-07-05 Thread Gerrit P. Haase
> [EMAIL PROTECTED] schrieb am 2001-07-05 19:51: > Hi, > > i got a binary here (313kb) > http://familiehaase.de/fetchmail-5.8.1-1.tar.bz2 > > $ fetchmail --version > This is fetchmail release 5.8.1+SSL > CYGWIN_NT-4.0 ISMENE 1.3.2(0.39/3/2) 2001-05-20 23:28 i686 unknown > Taking options from co

fetchmail-5.8.1 binary

2001-07-05 Thread Gerrit P. Haase
Hi, i got a binary here (313kb) http://familiehaase.de/fetchmail-5.8.1-1.tar.bz2 $ fetchmail --version This is fetchmail release 5.8.1+SSL CYGWIN_NT-4.0 ISMENE 1.3.2(0.39/3/2) 2001-05-20 23:28 i686 unknown Taking options from command line No mailservers set up -- perhaps ~/.fetchmailrc is missin

multiple slashes in the path on command hose up java jar command.

2001-07-05 Thread Michael Mercer
Hello, >From the tcsh command line, I ran jar command and used two slashes. Look at example to understand what I am talking about. This was found through the use of a makefile appending more than one slash to a path. Reproducible by just typing it in from the command line. Everything works fine

Re: Identifying version #'s for cygwin

2001-07-05 Thread Larry Hall (RFK Partners, Inc)
At 12:50 PM 7/5/2001, Clark Sims wrote: >About a week ago I posted a "bug report", that stated that sshd/Win2K were >incompatible. Bob Leutck also reproduced the problem. I suspected that the >problem was introduced during a recent upgrade of the cygwin suite, so I >deleted the cygwin directory, a

Re: Zsh observations

2001-07-05 Thread Christopher Faylor
On Thu, Jul 05, 2001 at 08:54:39PM +0400, Andrej Borsenkow wrote: >On Thu, 5 Jul 2001, Michael Schaap wrote: > >> At 16:08 5-7-2001, you wrote: >> >I can't get it to fail in this fashion. I've taken x:\cygwin\bin from my >> >path. >> >It was being added in my zshenv file anyway. It works just fi

RE: Identifying version #'s for cygwin

2001-07-05 Thread Michael Erdely
cygcheck -h -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Clark Sims Sent: Thursday, July 05, 2001 12:50 PM To: [EMAIL PROTECTED] Subject: Identifying version #'s for cygwin About a week ago I posted a "bug report", that stated that sshd/Win2K were i

Identifying version #'s for cygwin

2001-07-05 Thread Clark Sims
About a week ago I posted a "bug report", that stated that sshd/Win2K were incompatible. Bob Leutck also reproduced the problem. I suspected that the problem was introduced during a recent upgrade of the cygwin suite, so I deleted the cygwin directory, and tar zxvf, a backup copy of the cygwin su

Re: Zsh observations

2001-07-05 Thread Andrej Borsenkow
On Thu, 5 Jul 2001, Michael Schaap wrote: > At 16:08 5-7-2001, you wrote: > >I can't get it to fail in this fashion. I've taken x:\cygwin\bin from my > >path. > >It was being added in my zshenv file anyway. It works just fine. > > I think I may know why. > I did an OOTB configure, make, make in

Query

2001-07-05 Thread Kumar, Narendira
Hello, I have a problem with the compilation on the cyqwin environment. I would request, the cygwin team to consider my query and possibly help me with few hints. Problem: I have a data structure file (say variable.h) which contains an array. This file happens to be 40MB in size and included in

$B!yCjA*$GKh7n#5L>MM$K%G%8(B$B%?%k%+%a%i$r%W%l%<%s%H!*(B$B!y(B

2001-07-05 Thread $B%a!<%k(Bin$B%i%V(B
$B"""#"""#"""#"""#"""#"""#"""#"""#"""#"""#"""#"""#"""#"""#"""#"""#"""#"""#(B $B!!(B $BFH?HMM$K!"%G%8%?%k%+%a%i$r%W%l%<%s%H!*(B $B$5$i$K!"CB@8$7$?%+%C%W%k$K$O%f%K%P!<%5%k%9%?%8%*%8%c%Q%s$NF~>l7t$d(B $BKL3$F;!&2-FlN99T$r%W%l%<%s%H!*(B http://www.

RE: fetchmail in cygwin

2001-07-05 Thread Michael Erdely
Sam, Fetchmail is not included, however, it builds cleanly out of the box, if I recall correctly. -ME -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Sam C. Sent: Thursday, July 05, 2001 6:55 AM To: [EMAIL PROTECTED] Subject: fetchmail in cygwin Is

Re: Zsh observations

2001-07-05 Thread Michael Schaap
At 16:08 5-7-2001, you wrote: >I can't get it to fail in this fashion. I've taken x:\cygwin\bin from my >path. >It was being added in my zshenv file anyway. It works just fine. I think I may know why. I did an OOTB configure, make, make install, so zsh in installed in /usr/local/bin. My gues

Re: Zsh observations

2001-07-05 Thread Christopher Faylor
On Thu, Jul 05, 2001 at 06:25:17PM +0400, Andrej Borsenkow wrote: >>I can't get it to fail in this fashion. I've taken x:\cygwin\bin from >>my path. It was being added in my zshenv file anyway. It works just >>fine. > >You have dynamic build (with libzsh)? Yes. I've just verified that zsh is

RE: Zsh observations

2001-07-05 Thread Andrej Borsenkow
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher Faylor > Sent: Thursday, July 05, 2001 6:08 PM > To: [EMAIL PROTECTED] > Subject: Re: Zsh observations > > > On Thu, Jul 05, 2001 at 09:59:10AM +0400, Andrej Borsenkow wrote: > >> > >> 1.

I can't find command su.exe

2001-07-05 Thread arnaud GAND
Hi I just loaded all packages of cygwin on my NT station a few days ago. I can't find the su.exe command located previsouly in my cygwin-b20 envirnment. I found (using man) that it was in sh-utils package but obviously it is not. Where can I find the last su.exe ? Thanks in advance for helping

Re: Zsh observations

2001-07-05 Thread Christopher Faylor
On Thu, Jul 05, 2001 at 09:59:10AM +0400, Andrej Borsenkow wrote: >> >> 1. zsh doesn't like it if ...\cygwin\bin is not in the Windows >> path. If I >> start up zsh without this, it works as long as the current directory is >> /usr/bin. If I then do >> PATH="/usr/local/bin:/usr/bin:/bin:$PA

Re: Problem in gdb installation

2001-07-05 Thread Cliff Hones
> Yesterday I upgraded by cygwin installation, having previously > installed a version back in November. I got the new setup.exe and > copied it to C:\cygwin as setup-new.exe. I then ran it and downloaded >various of the new/updated packages. Ouch! I imagine that would confuse setup. You should

Cygwin and curses

2001-07-05 Thread Walter Milner
Will Cygwin enable curses character I/O stuff to work in Windows? TIA Walter W. Milner -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.

Re: problem with cygtclsh80.exe

2001-07-05 Thread David Starks-Browning
On Thursday 5 Jul 01, S. L. writes: > > it seems cygtclsh80.exe doesn't recognize the files with full path name? > > is that a known problem? > > It is no problem -- it is just cygwin's tcl/tk, they are mingw versions :)) > They are not linked against cygwin1.dll, so cygwin mounts and paths have

Re: CVS problem

2001-07-05 Thread Carl Hetherington
On Thu, 5 Jul 2001, Carl Hetherington wrote: > Hi, > > I have a CVS repository in d:/cth103/CVS that I set up with a DOS port of > CVS. I've recently installed cygwin, so I thought I'd try using the copy > of cvs.exe in there. > > I have linked my D: drive into cygwin using > mount -b D: /d >

SECURITY.NNOV: directory traversal in multiple archivers

2001-07-05 Thread 3APA3A
FYE: both cygwin ports of tar and unzip are vulnerable. -=-=-=-=-=-=-=-=-=- Hello, Topic:Directory traversal in multiple archivers Author: 3APA3A <[EMAIL PROTECTED]> Affected Software:GNU tar <= 1.13.19, Info-Zip UnZip <= 5.42,

tar port special DOS/Windows device name

2001-07-05 Thread 3APA3A
I've reported problem to GNU tar developers, they replied it's cygwin problem, DJGPP port of tar supported by GNU doesn't have this problem. Since reply contains very useful information I've attached it. There is another security problem in currently developing version 1.13.19 (directory tr

any thoughts to ports collection?

2001-07-05 Thread B. K. Oxley \(binkley\)
Has anyone looked into the ports collection (i.e., FreeBSD) for cygwin? Cheers, --binkley -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygw

Re: problem with cygtclsh80.exe

2001-07-05 Thread S . L .
> hi, > > i am building ecos related stuff in cygwin under windows2k. i run across a > > error like, > > arm-elf-gcc -c > -DCHECKSUM=`//E/cygwin/ecos/packages/hal/arm/e7t/current/src/flash_cksum.tcl > src/redboot_ncs.bin` -I//E/cygwin/ecos/packages/test_install/include > -I//E/cygwin/ecos/pack

RE: Zsh observations

2001-07-05 Thread Michael Schaap
At 13:33 5-7-2001, Andrej Borsenkow wrote: >Apply this patch and do it :-) It was lost when gcc stopped setting _WIN32 >by default. Thanks! Works great! I assume this patch will make it into the next release of zsh? Thanks, - Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubsc

RE: Zsh observations

2001-07-05 Thread Andrej Borsenkow
> > Conclusion: don't use "setopt correct" under Cygwin. :-( > Additionally, builtin correction is pretty limited. You may want to look at _correct completer that provides somewhat more possibillities (it is based on completion and thus can correct everything that zsh can complete). -andrej --

Re: Can't start windows-progs like 'edit' over telnet

2001-07-05 Thread Andreas Schlager
Am 5 Jul 2001, um 15:18 Uhr schrieb egor duda: > it currently works only if you're logging in from cygwin telnet > client. I'm planning to add an ability to use ttyfier from rxvt or > xterm, thus making it possible to work with ttyfier from unix hosts, > but it'll take some time and will require

problem with cygtclsh80.exe

2001-07-05 Thread A Roturier
hi, i am building ecos related stuff in cygwin under windows2k. i run across a error like, arm-elf-gcc -c -DCHECKSUM=`//E/cygwin/ecos/packages/hal/arm/e7t/current/src/flash_cksum.tcl src/redboot_ncs.bin` -I//E/cygwin/ecos/packages/test_install/include -I//E/cygwin/ecos/packages/hal/arm/e7t/cur

Can't run Mingw gcc from Cygwin

2001-07-05 Thread David Starks-Browning
On Thursday 5 Jul 01, Moore, Paul writes: > I'm trying to run the Mingw gcc compiler from within Cygwin. My reason is to > use Cygwin/bash to run configure, but to build the packages using Mingw, so > that they have no Cygwin dependency at runtime - yes, I know about > -mno-cygwin, and that is an

CVS problem

2001-07-05 Thread Carl Hetherington
Hi, I have a CVS repository in d:/cth103/CVS that I set up with a DOS port of CVS. I've recently installed cygwin, so I thought I'd try using the copy of cvs.exe in there. I have linked my D: drive into cygwin using mount -b D: /d Now from a DOS prompt if I try cvs -d :local:/d/cth103/CVS diff

RE: Can't run Mingw gcc from Cygwin

2001-07-05 Thread Carl Hetherington
On Thu, 5 Jul 2001, Moore, Paul wrote: > From: Mader, Alexander [mailto:[EMAIL PROTECTED]] > > I faced similar problems with -mno-cygwin. So I installed the > > mingw stuff and changed the PATH in ~/.bashrc to > > /cygdrive/where_mingw_is:$PATH and everything worked fine. > > If I have to compil

RE: Can't run Mingw gcc from Cygwin

2001-07-05 Thread Moore, Paul
From: Mader, Alexander [mailto:[EMAIL PROTECTED]] > I faced similar problems with -mno-cygwin. So I installed the > mingw stuff and changed the PATH in ~/.bashrc to > /cygdrive/where_mingw_is:$PATH and everything worked fine. > If I have to compile with pure cygwin I comment out this line. That'

RE: Zsh observations

2001-07-05 Thread Andrej Borsenkow
> > At 07:59 5-7-2001, Andrej Borsenkow wrote: > >Zsh relies on system execve to find command. Basically, it does > > > >for dir in path > > execve dir/cmd > > > >until it succeeds. We recently have a brief discussion on > zsh-workers about > >it. Irrespectivley if you consider it a bug or feat

Re: Can't run Mingw gcc from Cygwin

2001-07-05 Thread Mader, Alexander
Hallo, I faced similar problems with -mno-cygwin. So I installed the mingw stuff and changed the PATH in ~/.bashrc to /cygdrive/where_mingw_is:$PATH and everything worked fine. If I have to compile with pure cygwin I comment out this line. Best regards, Alexander. Cliff Hones wrote: >>I'm

Re: Can't start windows-progs like 'edit' over telnet

2001-07-05 Thread egor duda
Hi! Thursday, 05 July, 2001 Andreas Schlager [EMAIL PROTECTED] wrote: >> AS> '"/etc/termcap", line 61, terminal 'pcansi-mono': >> AS> enter_alt_charset_mode but no acs_chars' >> >> try setting TERM environment variable to 'cygwin'. i also recommend >> you to install terminfo database with appro

Re: Can't run Mingw gcc from Cygwin

2001-07-05 Thread Cliff Hones
> I'm trying to run the Mingw gcc compiler from within Cygwin. My reason is to > use Cygwin/bash to run configure, but to build the packages using Mingw, so > that they have no Cygwin dependency at runtime - yes, I know about > -mno-cygwin, and that is an option, I guess, but I'd prefer to use the

Can't run Mingw gcc from Cygwin

2001-07-05 Thread Moore, Paul
I'm trying to run the Mingw gcc compiler from within Cygwin. My reason is to use Cygwin/bash to run configure, but to build the packages using Mingw, so that they have no Cygwin dependency at runtime - yes, I know about -mno-cygwin, and that is an option, I guess, but I'd prefer to use the Mingw c

fetchmail in cygwin

2001-07-05 Thread Sam C.
Is fetchmail included in cygwin package ? Or, is there any fetchmail.exe binary ? _ Do You Yahoo!? «Ø¥ß­Ó¤Hºô¯¸ http://geocities.yahoo.com.hk Build your own website at http://geocities.yahoo.com.hk -- Unsubscribe info: http://cygwin

Re: Can't start windows-progs like 'edit' over telnet

2001-07-05 Thread Andreas Schlager
Hi Egor, Am 5 Jul 2001, um 13:51 Uhr schrieb egor duda: > AS> '"/etc/termcap", line 61, terminal 'pcansi-mono': > AS> enter_alt_charset_mode but no acs_chars' > > try setting TERM environment variable to 'cygwin'. i also recommend > you to install terminfo database with appropriate cygwin entr

VSS to CVS

2001-07-05 Thread Jain, Manish (MED, TCS)
Hi everybody! I've just joined this group and need some help! Can anyone guide me from where will I get chmod.exe & rm.exe (Unix like for windows) needed for running a perl script for moving source code of a application from VSS to CVS I would appreciate if anyone who has them can mail me if t

Re: Can't start windows-progs like 'edit' over telnet

2001-07-05 Thread egor duda
Hi! Thursday, 05 July, 2001 Andreas Schlager [EMAIL PROTECTED] wrote: AS> Am 5 Jul 2001, um 12:25 Uhr schrieb egor duda: >> you can run _console_ non-cygwin applications via cygwin telnet/ssh, >> if you use "ttyfier" program. see >> http://ns.logos-m.ru/~deo/ttyfier.html AS> Hi Egor, AS> I've

Re: Can't start windows-progs like 'edit' over telnet

2001-07-05 Thread Andreas Schlager
Am 5 Jul 2001, um 12:25 Uhr schrieb egor duda: > you can run _console_ non-cygwin applications via cygwin telnet/ssh, > if you use "ttyfier" program. see > http://ns.logos-m.ru/~deo/ttyfier.html Hi Egor, I've installed your tfy-program. I've set the CYGWIN - env. var to 'tty'. When I run f.e.

  1   2   >