Re: Problems running Jabberd v1.4.3 under Cygwin v1.5.7 (or latest snapshot), and heap allocation error caused by fork()

2004-03-11 Thread Frank Seesink
Hey Larry, Basically, no, I haven't been able to reproduce it outside of Jabberd. Then again, I don't have a lot of custom source to compile/use. My simple test program (the one which loaded a DLL which in turn did a fork()) worked fine, but that was an uber-simple app. Jabberd fires up multi

Re: cygutils - mkshortcut - Patch for --desc option for description/tooltip text - Needed for new Cygwin/X package

2004-03-11 Thread Joshua Daniel Franklin
On Thu, Mar 11, 2004 at 01:13:48AM -0500, Charles Wilson wrote: > Igor Pechtchanski wrote: > > On Wed, 10 Mar 2004, Harold L Hunt II wrote: > > > >> Attached is a patch to mkshortcut to allow it to take a [-d|--desc] DESC > >> option that specifies the text of the description (tooltip text) for th

Re: zsh 4.1.1-3 on W2000 hangs with command not found

2004-03-11 Thread Thorsten Kampe
* Peter A. Castro (2004-03-08 20:39 +0100) > On Mon, 8 Mar 2004, Thorsten Kampe wrote: > Also, for the record, I've just tried the latest snapshot, 20040306, and > running missing commands do not hang or have any other strange behaviour > as your describe: > > ([EMAIL PROTECTED])[101] ~ % les > zs

Re: Problems running Jabberd v1.4.3 under Cygwin v1.5.7 (or latest snapshot), and heap allocation error caused by fork()

2004-03-11 Thread Larry Hall
At 07:03 PM 3/11/2004, you wrote: >At this point, I do not know if I am chasing my tail or not. When an application >suffers this Win32 error 487 message, is it usually an indication of some glitch in >cygwin1.dll, or is it as the message seems to indicate, either some sort of issue of >not eno

Problems running Jabberd v1.4.3 under Cygwin v1.5.7 (or latest snapshot), and heap allocation error caused by fork()

2004-03-11 Thread Frank Seesink
QUESTION: Is there an issue in Cygwin 1.5.7 (and still in the 20040306 snapshot) that might cause a program which has been working back in November 2003 to suddenly stop doing so, specifically in its communication with a secondary executable which it forks/launches to do DNS resolution? Second

Re: __getreent() no reference error - linking under .NET

2004-03-11 Thread Brian Ford
On Thu, 11 Mar 2004, barak wrote: > Hi, > I built a GNU library (GMP) on CygWin, but when I try to use it from MSVC.NET > (linking libgcc.a + my own lib) I get an error that "there is no reference to > __getreent()". > Um, if you did not build that with -mno-cygwin, then it will probably never wor

Re: _fnctl64 cannot be found

2004-03-11 Thread Brian Ford
On Thu, 11 Mar 2004, Larry Hall wrote: > At 04:31 PM 3/11/2004, you wrote: > >I just upgraded from 1.5.5 cygwin to 1.5.7 cygwin. > >When I try to run it I get _fnctl64 can not be found > >errors. > > > >The reason I upgraded was because I was trying to > >compile code that was using the >2GB calls

Re: _fnctl64 cannot be found

2004-03-11 Thread Larry Hall
At 04:59 PM 3/11/2004, you wrote: >LOL. Larry, we have got to stop doing this[*]. You take the even days, >and I'll take the odd ones, ok? ;-) OK, but I sometimes take weekends off. :-) >Igor >[*] The above replies are essentially the same, and posted withing a >minute of each other.

Re: _fnctl64 cannot be found

2004-03-11 Thread Igor Pechtchanski
On Thu, 11 Mar 2004, Larry Hall wrote: > At 04:31 PM 3/11/2004, you wrote: > >I just upgraded from 1.5.5 cygwin to 1.5.7 cygwin. > >When I try to run it I get _fnctl64 can not be found > >errors. > > > >The reason I upgraded was because I was trying to > >compile code that was using the >2GB calls

Re: _fnctl64 cannot be found

2004-03-11 Thread Igor Pechtchanski
On Thu, 11 Mar 2004, Kevin Stedman wrote: > I just upgraded from 1.5.5 cygwin to 1.5.7 cygwin. > When I try to run it I get _fnctl64 can not be found > errors. > > The reason I upgraded was because I was trying to > compile code that was using the >2GB calls like > lseek64, fstat64, open64, ... >

Re: _fnctl64 cannot be found

2004-03-11 Thread Larry Hall
At 04:31 PM 3/11/2004, you wrote: >I just upgraded from 1.5.5 cygwin to 1.5.7 cygwin. >When I try to run it I get _fnctl64 can not be found >errors. > >The reason I upgraded was because I was trying to >compile code that was using the >2GB calls like >lseek64, fstat64, open64, ... > >What am I

_fnctl64 cannot be found

2004-03-11 Thread Kevin Stedman
I just upgraded from 1.5.5 cygwin to 1.5.7 cygwin. When I try to run it I get _fnctl64 can not be found errors. The reason I upgraded was because I was trying to compile code that was using the >2GB calls like lseek64, fstat64, open64, ... What am I missing in my cygwin build, because of thes

Re: Difference between just having cygwin1.dll and running under cygw in

2004-03-11 Thread Larry Hall
There's really no significant difference, assuming your DOS shell can see cygwin1.dll and it's the same one you get when you run under your Cygwin shell (having more than 1 cygwin1.dll on your system is a *very* bad idea anyway). Certainly, there can be all kinds of differences in the environme

Difference between just having cygwin1.dll and running under cygw in

2004-03-11 Thread Liang, James
What's the difference between running an executable in the cygwin environment and running it in a Win2K DOS shell on the same machine(which obviously has cygwin1.dll)? As I mentioned in another thread of mine, I have a program(port of objcopy) that I've compiled that runs just fine under cygwin, b

Re: Also 20040306 snapshot crashes in Win95

2004-03-11 Thread Christopher Faylor
On Thu, Mar 11, 2004 at 11:32:05AM -0400, Rodrigo Medina wrote: >The 20040306 snapshot also crashes in Win95. As with the 1.5.7-1 >release and snapshots 20040221 and 20040225 the programs >gnuchess and "XWin -multiwindow" crash with segmentation fault >in cygwin1.dll. The output of debug and other

Re: Win32 Redirect stdIn stdErr in same process

2004-03-11 Thread Christopher Faylor
On Thu, Mar 11, 2004 at 09:01:56AM +0100, Valerio Ferrucci wrote: >Hi, >I hope that someone on the list can help me about this or point me to >some docs or example. >My Win32 application calls an external library that writes to stdIn >and stdErr. I want to capture (redirect) these outputs (in ord

Re: cygwin sshd / using USB ports (TCP forwarding over USB)

2004-03-11 Thread cygwin-user
Hi, On Thu, 11 Mar 2004 Brian wrote: > [EMAIL PROTECTED] wrote: > > > I was wondering whether there is a way to get cygwin apps > > to use USB ports. > > > > I have two Windows XP computers I need to hookup. On the > > "server" (which has connectivity to internet) I don't have > > admin r

Also 20040306 snapshot crashes in Win95

2004-03-11 Thread Rodrigo Medina
Hi all, The 20040306 snapshot also crashes in Win95. As with the 1.5.7-1 release and snapshots 20040221 and 20040225 the programs gnuchess and "XWin -multiwindow" crash with segmentation fault in cygwin1.dll. The output of debug and other checks is similar to the those reported for the 20040225 sn

Re: __getreent() no reference error - linking under .NET

2004-03-11 Thread Larry Hall
At 05:09 AM 3/11/2004, you wrote: >Hi, >I built a GNU library (GMP) on CygWin, but when I try to use it from MSVC.NET >(linking libgcc.a + my own lib) I get an error that "there is no reference to >__getreent()". > >Does anybody have a clue how to solve it? maybe there is another lib except for

Re: Solaris CDE 1.3 and cygwin

2004-03-11 Thread Igor Pechtchanski
Wrong list. Both of these queries should go to cygwin-xfree. I'm redirecting this. On Thu, 11 Mar 2004, Pach Roman (GS-EC/ESA4) * wrote: > Hello, > I have the same problem. The previous version of CDE has been working > correctly. > I suppose, there are new features of X-Protocol used in CDE, w

Re: Win32 Redirect stdOut stdErr in same process

2004-03-11 Thread Igor Pechtchanski
On Thu, 11 Mar 2004, Valerio Ferrucci wrote: > Errata corrige: in my previous mail I wrote stdIn where I wanted to mean stdOut > > Hi, > I hope that someone on the list can help me about this or point me to > some docs or example. > My Win32 application calls an external library that writes to std

RE: grep bork

2004-03-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Brian Dessent > Sent: 11 March 2004 11:29 > From the grep manpage: > > > In basic regular expressions the metacharacters ?, +, {, |, > (, and > > ) lose their special meaning; instead use the > backslashed versions > > \?

Re: grep bork

2004-03-11 Thread Brian Dessent
Dave Korn wrote: > Ok, since when has the plus sign been a bash metachar? I'm sure I've never > had to escape it before, but am I remembering wrong? >From the grep manpage: > In basic regular expressions the metacharacters ?, +, {, |, (, and ) > lose their special meaning; instead use the

grep bork

2004-03-11 Thread Dave Korn
Well, either grep or bash: [EMAIL PROTECTED] /davek> echo >test-grep.txt " 123 ; pretend asm comment" [EMAIL PROTECTED] /davek> cat test-grep.txt 123 ; pretend asm comment [EMAIL PROTECTED] /davek> grep "[0-9]+[\t ]*;" test-grep.txt [EMAIL PROTECTED] /davek> grep "[0-9]*[\t ]*;" test-grep.txt 1

__getreent() no reference error - linking under .NET

2004-03-11 Thread barak
Hi, I built a GNU library (GMP) on CygWin, but when I try to use it from MSVC.NET (linking libgcc.a + my own lib) I get an error that "there is no reference to __getreent()". Does anybody have a clue how to solve it? maybe there is another lib except for libgcc.a I need to use? Thanks, B --

AW: Solaris CDE 1.3 and cygwin

2004-03-11 Thread Pach Roman (GS-EC/ESA4) *
Hello, I have the same problem. The previous version of CDE has been working correctly. I suppose, there are new features of X-Protocol used in CDE, which make the cygwin problems. The cygwin sends no response to query message of CDE 1.3. Roman -Ursprüngliche Nachricht- Von: [EMAIL PROTEC

Solaris CDE 1.3 and cygwin

2004-03-11 Thread FARGES Christophe
Hello, I can't succeed in making cygwin work with my solaris (named tom) running CDE 1.3 The command I use is: Xwin.exe -query tom -fp tcp/tom:7100 I get a blank screen with a freezed pointer. I can't move the pointer and I have to kill the X window. Thanks in advance! Your help will really be ap

Win32 Redirect stdOut stdErr in same process

2004-03-11 Thread Valerio Ferrucci
Errata corrige: in my previous mail I wrote stdIn where I wanted to mean stdOut Hi, I hope that someone on the list can help me about this or point me to some docs or example. My Win32 application calls an external library that writes to stdOut and stdErr. I want to capture (redirect) these outp

Win32 Redirect stdIn stdErr in same process

2004-03-11 Thread Valerio Ferrucci
Hi, I hope that someone on the list can help me about this or point me to some docs or example. My Win32 application calls an external library that writes to stdIn and stdErr. I want to capture (redirect) these outputs (in order to send them back to the user via http). Note that I can't spawn an