Re: gcj problem...

2004-02-18 Thread Jason Fu
I do remember there's the same usage of gcj with javac and I did not notice the changes as mentioned in the links you mention. Anyway, thanks. Jason On Mon, 16 Feb 2004, Jason Fu wrote: Any idea about it... $ gcj HelloWorld.java

opengl-1.1.0-7 glut.h does not define wchar_t

2004-02-18 Thread Philip Lamb
Hello, The changes to GL/glu.h in w32api-2.5 expose a problem with the glut.h in opengl-1.1.0-7 package, file GL/glut.h. The problem is that whcar_t is now required to be defined by /usr/include/w32api/GL/glu.h, however glut.h does not do so. I'm not sure where the _best_ place to put a

Re: search and replace tool (Attn: gawk maintainer)

2004-02-18 Thread Larry Hall
At 04:46 PM 2/18/2004, Igor Pechtchanski you wrote: On Wed, 18 Feb 2004, Larry Hall wrote: At 02:59 PM 2/18/2004, dAniel hAhler you wrote: Hello cygwin-list, I'm looking for a search and replace tool to replace a text portion in a bunch (3500+) of files. That should be an easy one.. :)

Checking Cygwin version (FAQ Alert!) (Was Re: map mouse button 4 or 5 to button 2?)

2004-02-18 Thread Igor Pechtchanski
On Wed, 18 Feb 2004, Jeffrey J. Gray wrote: [snip] ... and I'm running hm, not sure how to check my Cygwin version, it's probably ~4 months old on WinXP. Jeff, Just like on any Unix system, uname -srv will return the kernel (in Cygwin's case, cygwin1.dll) version. On Cygwin, you

Re: search and replace tool

2004-02-18 Thread Brian Dessent
Rafael Kitover wrote: Not really cygwin specific, you can do something like: perl -pi -e 's/old text/new text/' `find /where -name '*.txt'` note those are backticks surrounding the find. Use -pi.bak to make backup files in case you screw up. You will of course need to know how to use

Re: Pserver on cygwin corrupts binary files

2004-02-18 Thread Charles Wilson
Corinna Vinschen wrote: On Feb 17 18:16, Alejandro Lopez-Valencia wrote: Because when using textmode, cygwin changes the semantics of I/O functions in the underlying C runtime. It does (and forces) EOL conversion on all files read and written to the filesystem as well as *sockets* and *pipes* for

Re: ipctest for cygserver

2004-02-18 Thread Charles Wilson
Yitzchak Scott-Thoennes wrote: Is there any plan to move cygipc's ipctest.exe to using cygserver? Not really -- it relies on some specific, non-standard functions in libcygipc. Several years ago, Robert Collins wrote a quickie ipctest package for use with the then-nascent cygserver -- but as

Gdb runtime error

2004-02-18 Thread Chih-Yi Kuan
After the cygwin setup from the cygwin installer. Execution of gdb in bash results in the follow error message: * 3 [main] ? 3552 cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap (0x6167 0x15A) in child, Win32 error 487 C:\cygwin\bin\gdb.exe

Re: 20040217 snapshot problem

2004-02-18 Thread Christopher Faylor
On Wed, Feb 18, 2004 at 11:23:02AM -0500, Richard Campbell wrote: Is this a regression from 20040216 or some other snapshot? Unless there are earlier post 1.5.7-1 snapshots than 20040205, no. I just ran through the 20040205-20040216 snapshots: 20040216 - same result as 20040217 20040215 -

Re: good top program for cygwin

2004-02-18 Thread James Hu
On 2004-02-18, Christopher Faylor wrote: On Wed, Feb 18, 2004 at 10:24:55AM -0500, Larry Hall wrote: Then you either do not have the 'top' that's part of Cygwin or your environment is incorrect. Try installing/upgrading the procps package. There's a man page for the Cygwin version of 'top' that

RE: Repeatable crash with CVS version of cygwin1 DLL

2004-02-18 Thread Cliff Geschke
I have tried the latest update from CVS. Still crashes, but stackptr does not go out-of-bounds. At some point, _sigbe tries to ret with the top of stack ($esp) value set to 0. Some additional data points: 1. I moved the test .exe file to a Win2000 box running an old cygwin1.dll (file version

Re: Repeatable crash with CVS version of cygwin1 DLL

2004-02-18 Thread Christopher Faylor
On Wed, Feb 18, 2004 at 11:03:21PM -0600, Cliff Geschke wrote: I have tried the latest update from CVS. Still crashes, but stackptr does not go out-of-bounds. At some point, _sigbe tries to ret with the top of stack ($esp) value set to 0. Some additional data points: 1. I moved the test .exe

RE: piping problems with cron+4nt

2004-02-18 Thread Mironov, Leonid {PBG}
Rafael Kitover wrote: Perhaps try using the cygstart utility, in conjunction with --hide? Yes, it helped. Thanks a lot. -Original Message- From: Mironov, Leonid {PBG} Sent: Wednesday, February 18, 2004 12:59 AM Subject: piping problems with cron+4nt I've got a bunch of legacy

inetutils source fix

2004-02-18 Thread Sergiy Pavlov
Module name: inetutils v.3.2-25 Changes by: [EMAIL PROTECTED] 2004-02-18 13:14:58 Modified files: . : libnetutils/logwtmp.c Log message: source fix in libnetutils/logwtmp.c Patch: = --- logwtmp.c

<    1   2