[ANNOUNCEMENT] Updated: a2ps-4.14-1

2011-11-05 Thread Yaakov (Cygwin/X)
The following package has been updated for the Cygwin distribution: *** a2ps-4.14-1 GNU a2ps is a filter which generates PostScript from various formats, with pretty-printing features, strong support for many alphabets, and customizable layout. This is an update to the latest upstream release, a

[ANNOUNCEMENT] New package: libpaper-1.1.24-1

2011-11-05 Thread Yaakov (Cygwin/X)
The following packages have been added to the Cygwin distribution: *** libpaper1-1.1.24-1 *** libpaper-bin-1.1.24-1 *** libpaper-devel-1.1.24-1 The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. Se

Re: gcj exception compiling

2011-11-05 Thread Yaakov (Cygwin/X)
On Sat, 2011-11-05 at 19:13 +0100, Kraus Philipp wrote: > Hello, > > I try to build a Java class with the gcj under Cygwin. I get this error > message: > > Exception in thread "main" java.lang.NoClassDefFoundError: > org.eclipse.jdt.inter > nal.compiler.batch.GCCMain >at gnu.java.lang.MainT

What does mean 'obsolete' category?

2011-11-05 Thread Oleksandr Gavenko
Search: http://cygwin.com/cgi-bin2/package-grep.cgi?grep=xorg-x11-xwin take: xorg-x11-xwin/xorg-x11-xwin-7.4-1 Obsolete package >From setup.ini: @ xorg-x11-xwin sdesc: "Obsolete package" ldesc: "Obsolete package" category: _obsolete That mean 'obsolete' for package? I search for

Should these /usr/doc references be changed to /usr/share/doc ?

2011-11-05 Thread Regid Ichira
With 1.7, and no pending updates as of 5-Nov-2011: Do these files and references should changed to /usr/share/doc 1. grep /usr/doc/ /usr/share/doc/Cygwin/exim-4.76-1.README /usr/doc/Cygwin/cygrunsrv.README. 2. ls -R /usr/doc /usr/doc/: Cygwin popt-1.6.4 /usr/doc/Cygwin: popt-

Re: stderr doesn't work in gdb?

2011-11-05 Thread Mark Geisert
Phan, Linh H writes: > Hi Ryan, > > how do I get the snapshot to try? I got the cygwin just this week and I thought that was the latest. > > >> it seems there is a problem with stderr when running a program under gdb in cygwin 1.7.9 with 64 bit Windows 7; > > This was fixed some time ago. You

Re: Can't get sshd to work

2011-11-05 Thread S. Cowles
On Fri, 4 Nov 2011, gabier wrote: $ssh gabriel@freennas Password etc... Welcome... OK $scp gabriel@192.168.1.103:/cygdrive/E/gabriel/testfile.txt ~/gabriel/testfile.txt Now the connection is established but there is a password problem Permission denied, please try again. Permission denied, ple

stderr doesn't work in gdb?

2011-11-05 Thread Phan, Linh H (3443)
Hi Ryan, how do I get the snapshot to try? I got the cygwin just this week and I thought that was the latest. Thanks, Linh >> it seems there is a problem with stderr when running a program under gdb in >> cygwin 1.7.9 with 64 bit Windows 7; > This was fixed some time ago. You might try a s

Re: stderr doesn't work in gdb?

2011-11-05 Thread Ryan Johnson
On 05/11/2011 4:02 PM, Phan, Linh H (3443) wrote: it seems there is a problem with stderr when running a program under gdb in cygwin 1.7.9 with 64 bit Windows 7; This was fixed some time ago. You might try a snapshot. Ryan -- Problem reports: http://cygwin.com/problems.html FAQ:

stderr doesn't work in gdb?

2011-11-05 Thread Phan, Linh H (3443)
Hi, it seems there is a problem with stderr when running a program under gdb in cygwin 1.7.9 with 64 bit Windows 7; eg, if I run this program: #include main() { fprintf(stderr,"stderr does not print out.\n"); fprintf(stdout,"Only stdout does print out.\n"); } (gdb) r Only stdout does pri

gcj exception compiling

2011-11-05 Thread Kraus Philipp
Hello, I try to build a Java class with the gcj under Cygwin. I get this error message: Exception in thread "main" java.lang.NoClassDefFoundError: org.eclipse.jdt.inter nal.compiler.batch.GCCMain at gnu.java.lang.MainThread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: org.e

Re: cygwin on virtual box vm

2011-11-05 Thread Christopher Faylor
On Sat, Nov 05, 2011 at 11:05:54AM +0100, David Sastre wrote: >On Fri, Nov 04, 2011 at 03:08:25PM -0600, J.V. wrote: >> Any other command I type is freakishly slow. How do I get this to >> run faster under a vm environment. >> Even if I $vi a file it takes a while seriously cutting into the >> pro

Re: cygwin-apps Digest 30 Oct 2011 21:10:36 -0000 Issue 2824

2011-11-05 Thread Charles Stepp
Any ideas on why the quick disconnect? Putty/Linux ssh works fine. This is across a Cicso vpn connection. The connection works fine at work: OpenSSH_5.9p1, OpenSSL 0.9.8r 8 Feb 2011 debug2: ssh_connect: needpriv 0 debug1: Connecting to abcde.fghi.com [10.223.71.43] port 22. debug1: Connection esta

Re: JNI with g++

2011-11-05 Thread Csaba Raduly
Hi, On Sat, Nov 5, 2011 at 11:22 AM, Kraus Philipp wrote: > Hello, > > I try to build under Cygwin a JNI shared library. I must use Cygwin because > Atlas & LAPack can be compiled only under Cygwin without the -mno-cygwin flag. > So my library code will be compiled. I link to other Cygwin compil

Re: JNI with g++

2011-11-05 Thread Eliot Moss
On 11/5/2011 5:22 AM, Kraus Philipp wrote: Hello, I try to build under Cygwin a JNI shared library. I must use Cygwin because Atlas& LAPack can be compiled only under Cygwin without the -mno-cygwin flag. So my library code will be compiled. I link to other Cygwin compiled libraries (*.dll) an

Re: recompiling gcc, make, and binutils for my cpu architecture?

2011-11-05 Thread Jorge
Ryan Johnson cs.utoronto.ca> writes: > > On 03/11/2011 8:54 AM, Jorge wrote: > > Hi all, I hope I am posting in the right location. > This has nothing whatsoever to do with cygwin. In fact, for what I originally asked, it does have to do with cygwin, it's called optimizing it for my system whic

JNI with g++

2011-11-05 Thread Kraus Philipp
Hello, I try to build under Cygwin a JNI shared library. I must use Cygwin because Atlas & LAPack can be compiled only under Cygwin without the -mno-cygwin flag. So my library code will be compiled. I link to other Cygwin compiled libraries (*.dll) and some static libs. If I run my Java example

Re: cygwin on virtual box vm

2011-11-05 Thread David Sastre
On Fri, Nov 04, 2011 at 03:08:25PM -0600, J.V. wrote: > Any other command I type is freakishly slow. How do I get this to > run faster under a vm environment. > Even if I $vi a file it takes a while seriously cutting into the > productivity gains that cygwin on the host environment provides. Plea

Re: Problem with execution of binary file

2011-11-05 Thread David Sastre
On Fri, Nov 04, 2011 at 06:20:50PM +, Mark Geisert wrote: > Eliot Moss writes: > > I would add that having more than one cygwin installation > > on the same system can be tricky, since you need to insure > > that each program gets the right dlls, etc. > > Sheesh, it's so tricky that I assumed

Re: 1.7.10s(0.254/5/3) ssh pubkey disconnect

2011-11-05 Thread Corinna Vinschen
On Nov 4 17:06, Brian Ford wrote: > I don't have time to debug further right now, but this is just a heads up > that I just updated using setup and installed the subject snapshot. Now, > ssh with pubkey auth immediately disconnects from mintty and rxvt: > > $ uname -a > CYGWIN_NT-5.1 PC1163-8460

Re: proc_waiter: error on read of child wait pipe

2011-11-05 Thread Corinna Vinschen
On Nov 4 13:28, Denis Excoffier wrote: > > Hello, > > I have all the packages up to date, and also the last Cygwin snapshot: > [...] Fixed in CVS and the latest snapshot. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cy