Re: Problem using recv/read in my own program (SOLVED)

2009-01-24 Thread tmhikaru
On Sat, Jan 24, 2009 at 01:45:14AM -0500, tm@ wrote: > Hi there, I'm trying to port an irc client from linux to windows > using cygwin. So far it's been pretty simple - it builds and runs, however > it cannot actually finish connecting to any irc server. By chance I noticed that my p

Re: 000-cygwin-post-install.sh on Cygwin 1.7

2009-01-24 Thread Corinna Vinschen
On Jan 23 21:21, Pierre A. Humblet wrote: > $ diff -up 000-cygwin-post-install.sh.done 000-cygwin-post-install.sh.new > --- 000-cygwin-post-install.sh.done 2008-12-28 00:55:13.00100 -0500 > +++ 000-cygwin-post-install.sh.new 2009-01-23 21:07:27.635159600 -0500 > @@ -48,7 +48,7 @@ then

Re: access() function in 1.7

2009-01-24 Thread Corinna Vinschen
On Jan 24 18:40, David Billinghurst wrote: > I am having a problem with the access() function in cygwin-1.7. > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38956 >[...] > Under cygwin-1.5 > $ ./test_access > access = -1 > > Under cygwin-1.7 > $ ./test_access.exe > access = -1 I assume you mean "ac

[ANNOUNCEMENT] Updated: lftp 3.7.6

2009-01-24 Thread Andrew Schulman
A new version of lftp is available in the Cygwin distribution: lftp-3.7.6-3 for Cygwin 1.5 lftp-3.7.6-4 for Cygwin 1.7 lftp is a sophisticated file transfer program and ftp/http client. It supports multiple network protocols, offers tab completion, command history, job control, and bookmarks, ca

Re: Problem using select() with com0com virtual serial ports

2009-01-24 Thread Paul Ingemi
* On Thu, Jan 22, 2009 at 10:55:22AM -0500 Christopher Faylor wrote: > On Thu, Jan 22, 2009 at 10:25:32AM -0500, Paul Ingemi wrote: [...] > It is a simple enough hack that I don't mind adding it, if it fixes your > problem but I am not convinced that your driver is operating correctly. > > As I had

Re: Problem using select() with com0com virtual serial ports

2009-01-24 Thread Christopher Faylor
On Sat, Jan 24, 2009 at 03:30:34PM -0500, Paul Ingemi wrote: >* On Thu, Jan 22, 2009 at 10:55:22AM -0500 Christopher Faylor wrote: >> On Thu, Jan 22, 2009 at 10:25:32AM -0500, Paul Ingemi wrote: >[...] >> It is a simple enough hack that I don't mind adding it, if it fixes your >> problem but I am n

Re: access() function in 1.7

2009-01-24 Thread David Billinghurst
Corinna Vinschen wrote: On Jan 24 18:40, David Billinghurst wrote: I am having a problem with the access() function in cygwin-1.7. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38956 [...] Under cygwin-1.5 $ ./test_access access = -1 Under cygwin-1.7 $ ./test_access.exe access = -1 I assume yo

[ANNOUNCEMENT] Updated: fftw3-3.2

2009-01-24 Thread Marco Atzeri
New versions of fftw3/fftw3-doc/libfftw3-devel/libfftw3_3 are available in the Cygwin distribution: 3.2-1 for cygwin-1.5 3.2-2 for cygwin-1.7 These are new upstream versions compiled with gcc-4.3.2 Marco Atzeri *** To update

[ANNOUNCEMENT] Updated: glpk-4.35

2009-01-24 Thread Marco Atzeri
New versions of glpk / libglpk-devel libglpk0 are available in the Cygwin distribution: 4.35-1 for cygwin-1.5 4.35-2 for cygwin-1.7 These are new upstream versions compiled with gcc-4.3.2 The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming

[ANNOUNCEMENT] Updated: hdf5-1.6.8

2009-01-24 Thread Marco Atzeri
New versions of hdf5 / libhdf5-devel / libhdf5_0 are available in the Cygwin distribution: 1.6.8-1 for cygwin-1.5 1.6.8-2 for cygwin-1.7 These are new upstream versions compiled with gcc-4.3.2 HDF5 is a completely new Hierarchical Data Format product consisting of a data format specificati

[ANNOUNCEMENT] Updated: qhull-2003.1

2009-01-24 Thread Marco Atzeri
New versions of libqhull-devel / libqhull_5 / qhull are available in the Cygwin distribution: 2003.1-2 for cygwin-1.5 2003.1-3 for cygwin-1.7 These are new versions compiled with gcc-4.3.2 libqhull_5 replace libqhull Qhull is a general dimension convex hull program, it also generates Delaun

[ANNOUNCEMENT] Updated: SuitSparse-3.2.0

2009-01-24 Thread Marco Atzeri
New versions of SuiteSparse / libSuiteSparse-devel are available in the Cygwin distribution: 3.2.0-2 for cygwin-1.5 3.2.0-3 for cygwin-1.7 These are new upstream versions compiled with gcc-4.3.2 SuiteSparse is library for sparse matrix. It is used to compile Octave Marco Atzeri *

[ANNOUNCEMENT] Updated: octave-3.0.3 and octave-forge-20080831

2009-01-24 Thread Marco Atzeri
New versions of octave / octave-devel / octave-doc 3.0.3-1 for cygwin-1.5 3.0.3-2 for cygwin-1.7 and octave-forge 20080831-3 for cygwin-1.5 20080831-4 for cygwin-1.7 are available in the Cygwin distribution: These are new upstream versions compiled with gcc-4.3.2 The GNU Octave language

Window Maker : WPref & WMRootMenu

2009-01-24 Thread Vincent Francois
Hello, I just installed Window Maker and I noticed a problem when using the root menu. When I click on "Applications -> Appearance -> Preferences", impossible to launch WPref.exe application. After analyzing the file ~/GNUstep/Defaults/WMRootMenu, I noticed the following error in the next line:

Re: Problem using select() with com0com virtual serial ports

2009-01-24 Thread Paul Ingemi
On Sat, 24 Jan 2009 16:26:39 -0500 Christopher Faylor wrote: >On Sat, Jan 24, 2009 at 03:30:34PM -0500, Paul Ingemi wrote: >>* On Fri, 23 Jan 2009 11:17:57 +0100 Spiro Trikaliotis wrote: >>>* On Thu, Jan 22, 2009 at 10:55:22AM -0500 Christopher Faylor wrote: On Thu, Jan 22, 2009 at 10:25:32AM