lpr works? FAQ in error?

2008-05-08 Thread Lee D. Rothstein
Cygwin FAQ says: FAQ: Q: How do I print under Cygwin? FAQ: FAQ: A: There is no working lp or lpr system as you would find on FAQ:UNIX. FAQ: FAQ:Jason Tishler has written a couple of messages that explain FAQ:how to use a2ps (for nicely formatted text in PostScript) and FAQ:ghostsc

SDL and OpenFST package

2008-05-08 Thread llnz
Hi Just wondering if there is any available cygwin package for SDL, SDL_image, SDL_gfx and OpenFST. currently need them for my project, however can not find them in cygwin setup please let me know if anyone have such package that can be install in to cygwin Cheers, Leo -- Unsubscribe info:

Re: CreateProcessA failed, errno 11

2008-05-08 Thread Thomas Plank
Brian Ford <[EMAIL PROTECTED]> wrote: > On Thu, 1 May 2008, David Rothenberger wrote: >> I had the same issue and just tracked it down to the ATI Catalyst 8.3 >> and 8.4 drivers. I had no problem with the 7.10 version, but with both >> 8.3 and 8.4, my PIDs were never reused and doing a large comp

How do I try cygwin 1.7?

2008-05-08 Thread William Deegan
Greetings, Are the snapshots 1.7 snapshots? Thanks, Bill -- 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/

Re: How to backup Cygwin packages list?

2008-05-08 Thread Fergus
>> I'd like to backup the packages list of my current Cygwin installation, ie >> the config files which list which packages Cygwin got installed. >> So that I could take this configuration file(s) to another PC with fresh >> Cygwin installation and get the same Cygwin programs I use on the other

Re: Performance of 1.7

2008-05-08 Thread Christopher Faylor
On Thu, May 08, 2008 at 10:57:07AM -0600, Rob Bosch wrote: >I'm not really using pipes since rsync and ssh spawn separate processes for >each connection. Doesn't rsync use pipes internally? If it isn't that then maybe it's some of Corinna's socket I/O improvements. cgf -- Unsubscribe info:

[ANNOUNCEMENT] [security] Updated: stunnel-4.23-1

2008-05-08 Thread Andrew Schulman
A new version of stunnel is now available in the Cygwin distribution. This version includes in important security fix: * Local privilege escalation bug on Windows NT based systems fixed. A local user could exploit stunnel running as a service to gain localsystem privileges. I strongly rec

Re: Performance of 1.7

2008-05-08 Thread Rob Bosch
I'm not really using pipes since rsync and ssh spawn separate processes for each connection. I am using pipes in some other places with cygwin so I'll see if I notice the same performance improvements there. It could be the rewrite you did is having an impact somewhere beneath the covers that I'm

Gettext help

2008-05-08 Thread Kevin Hilton
Very frustrated. I'm trying to compile a lot of programs that require gettext as a dependency with version > 0.16. As you know cygwin currently contains only 0.15. Ive managed to download, compile and install both gettext 0.17 and 0.18 pre1 (CVS), but am still getting errors (no difference betwe

[ANNOUNCEMENT] Updated: ruby-1.8.6-p114-1

2008-05-08 Thread Corinna Vinschen
I have updated the version of ruby on cygwin.com to 1.8.6-p114-1. This is an update to the upstream version 1.8.6, patchlevel 114. It also includes a Cygwin specific patch which is required to build successfully on Cygwin 1.5.25. The patch has gone upstream and will be included in the 1.8.7 relea

Re: Performance of 1.7

2008-05-08 Thread Christopher Faylor
On Wed, May 07, 2008 at 10:56:19PM -0600, Rob Bosch wrote: >I've been testing cygwin 1.7 on Server 2008 with rsync. First, the install >went flawlessly. I'm just using a standard path of E:\cygwin...no fstab >issues. > >Compiling rsync worked without a hitch. The rsync version is 3.02 with the >

[ANNOUNCEMENT] Updated: bzr 1.4-1 -- Python based distributed version control

2008-05-08 Thread Jari Aalto
PACKAGE DESCRIPTION === Home page: http://bazaar-vcs.org/ License : GPL Distributed version control that is used in projects like managing Ubuntu packages and it is one of the funded projects of Canonical. - Uses one .bzr directory at the top of the tree

Re: rm: cannot remove `fil*.txt': No such file or directory

2008-05-08 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://cygwin.com/acronyms/#PPIOSPE - redirected to the list According to mirz on 5/8/2008 6:39 AM: | Hi | | Thanks for very fast reply but You see I used also rm fil* and was the same result You might not have seen Dave's response, since he didn't

[ANNOUNCEMENT] Updated: mercurial-1.0-1 -- Fast, lightweight distributed source control management system

2008-05-08 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.selenic.com/mercurial License : GPL Distributed, efficient Python based source control system. Mercurial is designed for efficient handling of very large distributed projects. Features include: CHANGES SINCE LAST RELEASE ==

RE: rm: cannot remove `fil*.txt': No such file or directory

2008-05-08 Thread Dave Korn
Eric Blake wrote on 08 May 2008 13:15: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to mirz on 5/8/2008 6:02 AM: >> sh-3.2$ rm fil*.txt >> rm: cannot remove `fil*.txt': No such file or directory >> >> When I used * with ls it works correct >> sh-3.2$ ls fil* >> file.txt > > W

Re: rm: cannot remove `fil*.txt': No such file or directory

2008-05-08 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to mirz on 5/8/2008 6:02 AM: | sh-3.2$ rm fil*.txt | rm: cannot remove `fil*.txt': No such file or directory | | When I used * with ls it works correct | sh-3.2$ ls fil* | file.txt Why not 'rm fil*' - if ls can use it, then rm can too, beca

rm: cannot remove `fil*.txt': No such file or directory

2008-05-08 Thread mirz
Hi all, I have small problem with removing files in the Cygwin. When I created file.txt: sh-3.2$ touch file.txt sh-3.2$ ls file.txt mylist pliczek.txt rm1.exe I can't remove it with * because bash told me No such file or directory sh-3.2$ rm fil*.txt rm: cannot remove `fil*.txt': No such file