Re: ITA: gcc-mingw-* gcc-3 -mno-cygwin support packages; ITP: mingw-binutils/mingw-gcc-* cross compiler

2011-01-24 Thread Charles Wilson
On 1/23/2011 11:36 PM, Yaakov (Cygwin/X) wrote: On Tue, 2010-11-23 at 17:28 -0500, Charles Wilson wrote: Updated packages are available by pointing setup.exe here: http://cygutils.fruitbat.org/ITP/mingw-gcc/ Could you sign your setup.ini and post the GPG key (for setup -K)? Err...not

Re: ITA: gcc-mingw-* gcc-3 -mno-cygwin support packages; ITP: mingw-binutils/mingw-gcc-* cross compiler

2011-01-24 Thread Yaakov (Cygwin/X)
On Mon, 2011-01-24 at 11:54 -0500, Charles Wilson wrote: Err...why? exec_prefix=/usr/i686-pc-mingw32/sys-root/mingw sharedlibdir=$(exec_prefix)/bin pkg-config does not substitute $(parenthesis), only ${curly_brackets}: $ PKG_CONFIG_LIBDIR=/usr/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig \

Re: ITA: gcc-mingw-* gcc-3 -mno-cygwin support packages; ITP: mingw-binutils/mingw-gcc-* cross compiler

2011-01-24 Thread Charles Wilson
On 1/24/2011 9:09 PM, Yaakov (Cygwin/X) wrote: On Mon, 2011-01-24 at 11:54 -0500, Charles Wilson wrote: Err...why? exec_prefix=/usr/i686-pc-mingw32/sys-root/mingw sharedlibdir=$(exec_prefix)/bin pkg-config does not substitute $(parenthesis), only ${curly_brackets}: D'oh. Thanks... --

Re: xorg-server-1.9.2-1 Fullscreen Issue

2011-01-24 Thread Jon TURNEY
On 21/01/2011 04:38, Frederick D. Hansen wrote: On Fri, 2010-11-19 at 13:37 +, Jon TURNEY wrote: On 18/11/2010 12:33, Frederick Hansen wrote: Just FYI, after upgrading to xorg-server 1.9.2, any attempt to run in fullscreen results in an error. Downgrading to version 1.8.2 seems to

Re: AIGLX

2011-01-24 Thread Jon TURNEY
On 21/01/2011 17:52, Ken Olum wrote: From: Jon TURNEY jon.tur...@dronecode.org.uk Date: Wed, 19 Jan 2011 21:11:12 + Anyhow, can you try with 'GLWIN_NO_WGL_EXTENSIONS=1 XWin -wgl -multiwindow' Thanks. I did this and it worked. However, for a particular paraview dataset that

src/winsup/cygwin ChangeLog include/features.h

2011-01-24 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2011-01-24 16:27:36 Modified files: winsup/cygwin : ChangeLog winsup/cygwin/include: features.h Log message: * include/features.h (__STDC_ISO_10646__): Define. Add comment. Patches:

Re: Strange issue with IPv6 and mmap in Windows XP

2011-01-24 Thread Corinna Vinschen
On Jan 23 01:38, jdzstz - gmail dot com wrote: I have detected a strange issue with IPv6 and mmap in Windows XP. I want to execute varnish program from windows cmd.exe, launching a BAT file. If IPv6 is deactivated (default in windows xp) all works OK. But if I activate IPV6 with following

Bug in libiconv?

2011-01-24 Thread Corinna Vinschen
Hi Chuck, hi everyone else, In a twisted turn of events, I'm trying to get the orphaned catgets package to work correctly on Cygwin 1.7. As you might know, the package is derived from the glibc package. Apart from other portability issues of this *very* glibc-centric piece of code, I found

Re: [Bug] Named Pipes (FIFO) / Bash

2011-01-24 Thread Eric Blake
On 01/22/2011 01:57 PM, Achim Gratz wrote: I'm having problems with some bash scripts that were developed (not be me) and working OK in Cygwin 1.6.x versions, but not in 1.7.x (tested on 1.7.6, 1.7.7 and the latest snapshot). After some gnashing of teeth and pulling of hair I've whittled it

Re: [Bug] Named Pipes (FIFO) / Bash

2011-01-24 Thread Achim Gratz
Eric Blake ebl...@redhat.com writes: Not just in bash, but in cygwin in general. Named pipes are still an incomplete implementation, and until patches are written to get it working more like posix, you can't expect them to work reliably. I said I knew that it wasn't working like POSIX pipes.

Re: Bug in libiconv?

2011-01-24 Thread Charles Wilson
On 1/24/2011 10:41 AM, Corinna Vinschen wrote: Here's what happens on Cygwin: $ gcc -g -o ic ic.c -liconv $ ./ic iconv: 138 Invalid or incomplete multibyte or wide character in = Liian pitkä sana, inbuf = ä sana, inbytesleft = 7, outbytesleft = 492 iconv: 138 Invalid or

This application has failed to start because cyggcc_s-1.dll was not found error

2011-01-24 Thread P Rivera
Hello, I'm running on Windows 32 XP. Not by choice. :) I receive the following error after installing Cygwin 1.7.7, and from invoking Cygwin from the desktop shortcut: Unable To Locate Component --- This application has failed to start because cyggcc_s-1.dll was not

cvs server setup

2011-01-24 Thread Hans Horn
Folks, can anybody point me to some current doc on how to setup a cvs server under cygwin? The info I was able to find on the web dated back to the early 2000s suggesting: 1. add line to /etc/inetd.conf: cvspserver stream tcp nowait root /bin/cvs cvs -f --allow-root=/cvs/root pserver

Re: cvs server setup

2011-01-24 Thread David Billinghurst
On 25/01/2011 5:57 PM, Hans Horn wrote: Folks, can anybody point me to some current doc on how to setup a cvs server under cygwin? I run an sshd server under cygwin and access cvs using ssh. This was easy to do --- once I read the documentation. This provides remote access for file