vim-7.3.003-1 signal SEGV after writing to /etc/hosts against cygwin-1.7.8-1 on Windows Vista Home Premium Edition SP2

2011-03-13 Thread Auteria W. Winzer Jr.
Greetings, Upon upgrading to cygwin-1.7.8-1 from 1.7.7-1 whenever I write to /etc/hosts using vim-7.3.003-1 it immediately catches deadly signal SEGV even though the change(s) are successful: $ vi /etc/hosts Vim: Caught deadly signal SEGV Vim: Finished. Segmentation fault Yet when making any

Re: Fedora Cygwin RPM repository

2011-03-13 Thread Yaakov (Cygwin/X)
On Sun, 2011-03-13 at 12:36 +0100, Corinna Vinschen wrote: > this offer is way cool. Thanks for doing this, because this allows my lazy > self to switch to the latest gcc to build Cygwin without having to build > the compiler and all the stuff myself. Really cool. Glad to help. > I've just test

Re: [ANNOUNCEMENT] Released : udunits-2.1.21-1

2011-03-13 Thread marco atzeri
On Sun, Mar 13, 2011 at 10:56 PM, marco atzeri wrote: > Versions udunits-2.1.21 > > udunits (source) / libudunits-devel / libudunits0 oops, it is udunits / libudunits-devel / libudunits0 as udunits includes the conversion utility. Marco -- Problem reports: http://cygwin.com/problems.ht

[ANNOUNCEMENT] Released : udunits-2.1.21-1

2011-03-13 Thread marco atzeri
Versions udunits-2.1.21 udunits (source) / libudunits-devel / libudunits0 are available in the Cygwin distribution: CHANGES 1st Release for cygwin DESCRIPTION The UDUNITS-2 package provides support for units of physical quantities. Its three main components are: 1) a C library for units of ph

[ANNOUNCEMENT] Released : CUnit-2.1.2-1

2011-03-13 Thread marco atzeri
Version CUnit-2.1.2-1 is available in the Cygwin distribution: CHANGES 1st Release for cygwin DESCRIPTION CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. CU

Re: Cygwin C++ problem

2011-03-13 Thread Bruce Cran
On Sun, 2011-03-13 at 05:48 -0700, spot135 wrote: > command is ./testdata_qnforward.sh I don't know why it's trying to invoke ${RUN}, because it's not being set. Try removing it and having it run "./qnforward" (if that doesn't work, find out where 'qnforward' is located and run that). -- Bruce

[ANNOUNCEMENT] Updated: gzip-1.4-1

2011-03-13 Thread Christopher Faylor
The gzip package has been updated to version 1.4-1. This is just a refresh of the sources from ftp.gnu.org. I've had it sitting in my "todo" queue for a long time; the recent discussion on the cygwin mailing list reminded me to finally get this released. For a brief description of this package,

gzip --rsyncable not available in Cygwin

2011-03-13 Thread ymcp
What would it take to get the "gzip --rsyncable" feature included in Cygwin gzip? For anybody not familiar with it, this feature enables huge bandwidth savings when needing to regularly replicate large compressed files between remote systems where there are only small changes to the files. I

Re: Fedora Cygwin RPM repository

2011-03-13 Thread Christopher Faylor
On Sun, Mar 13, 2011 at 12:36:54PM +0100, Corinna Vinschen wrote: >Hi Yaakov, > >On Mar 12 23:37, Yaakov (Cygwin/X) wrote: >> In response to recent inquiries, I have created a repository of >> Linux-to-Cygwin cross-compilers for Fedora 14 i686 and x86_64 which >> include GCC, Cygwin, and a handful

Re: GNU Modula-2

2011-03-13 Thread Christoph Schlegel
Am 13.03.2011 16:58, schrieb Corinna Vinschen: On Mar 13 16:17, Christoph Schlegel wrote: I am wondering about GNU Modula-2. The frontend is listed in the Cygwin Package List http://cygwin.com/packages/ but the corresponding directory is empty. Are there plans to add the package soon? GNU Modul

Re: GNU Modula-2

2011-03-13 Thread Corinna Vinschen
On Mar 13 16:17, Christoph Schlegel wrote: > I am wondering about GNU Modula-2. The frontend is listed in the > Cygwin Package List http://cygwin.com/packages/ but the > corresponding directory is empty. Are there plans to add the package > soon? > > GNU Modula-2 has reached version 1.0 some time

GNU Modula-2

2011-03-13 Thread Christoph Schlegel
I am wondering about GNU Modula-2. The frontend is listed in the Cygwin Package List http://cygwin.com/packages/ but the corresponding directory is empty. Are there plans to add the package soon? GNU Modula-2 has reached version 1.0 some time ago. The compiler can be built after commenting out

Re: gzip-1.3.12-2 build from source fails with errors during make

2011-03-13 Thread Corinna Vinschen
On Mar 13 16:07, David Sastre wrote: > On Sun, Mar 13, 2011 at 01:47:29PM +, ymcp wrote: > > I'm trying to build the latest gzip-1.3.12-2 from source, following > > the instructions in "/usr/src/gzip-1.3.12-2/INSTALL", but get some > > errors during the "make" step. > > > > ---

Re: gzip-1.3.12-2 build from source fails with errors during make

2011-03-13 Thread David Sastre
On Sun, Mar 13, 2011 at 01:47:29PM +, ymcp wrote: > I'm trying to build the latest gzip-1.3.12-2 from source, following > the instructions in "/usr/src/gzip-1.3.12-2/INSTALL", but get some > errors during the "make" step. > > ---

Re: Cygwin C++ problem

2011-03-13 Thread spot135
Bruce Cran wrote: > > On Sat, 2011-03-12 at 12:56 -0800, spot135 wrote: > >> I'm hopping its something simply related to cygwin some how not passing >> the >> variables correctly, I'm really just after somebody pointing me in the >> right >> direction because I'm really quite stumped as to what

Re: Fedora Cygwin RPM repository

2011-03-13 Thread Corinna Vinschen
Hi Yaakov, On Mar 12 23:37, Yaakov (Cygwin/X) wrote: > In response to recent inquiries, I have created a repository of > Linux-to-Cygwin cross-compilers for Fedora 14 i686 and x86_64 which > include GCC, Cygwin, and a handful of libraries. Also included are the > necessary mingw32 packages with s

Re: Cygwin C++ problem

2011-03-13 Thread Bruce Cran
On Sat, 2011-03-12 at 12:56 -0800, spot135 wrote: > I'm hopping its something simply related to cygwin some how not passing the > variables correctly, I'm really just after somebody pointing me in the right > direction because I'm really quite stumped as to what it could be... The application tha

Fedora Cygwin RPM repository

2011-03-13 Thread Yaakov (Cygwin/X)
In response to recent inquiries, I have created a repository of Linux-to-Cygwin cross-compilers for Fedora 14 i686 and x86_64 which include GCC, Cygwin, and a handful of libraries. Also included are the necessary mingw32 packages with static libraries for cross-compiling Cygwin's setup.exe. These