RE: Is perl-5.8.2 canonized for use on cygwin yet?

2003-12-23 Thread Blair P. Houghton
I saw your email address on your work and assumed you took an interest in supporting it. Mea culpa. "Hey, that's what you get for putting them in there," was a josh about just the sort of complaint you replied with. I saw you coming, and warned you, but you showed up anyway. Tua culpa. You

RE: Access Violation

2003-12-23 Thread Robert McNulty Junior
All I get is undefined errors. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roy Clemmons Sent: Tuesday, December 23, 2003 9:58 PM To: [EMAIL PROTECTED] Subject: Access Violation Greetings, I have installed expat-1.95.7 into Cygwin 1.5.5-1 using the Cyg

Access Violation

2003-12-23 Thread Roy Clemmons
Greetings, I have installed expat-1.95.7 into Cygwin 1.5.5-1 using the Cygwin setup utility. In /usr/lib I have: libexpat.a libexpat.dll.a libexpat.la and in /usr/bin, I have cygexpat-0.dll. When I compile and link the following program, I get a segmentation fault. What am I doing wrong...cou

Re: cygwin1-20031218.dll.bz2 and rxvt

2003-12-23 Thread Frédéric L. W. Meunier
On Tue, 23 Dec 2003, Christopher Faylor wrote: > On Thu, Dec 18, 2003 at 03:22:10PM -0500, Christopher Faylor wrote: > >On Thu, Dec 18, 2003 at 02:31:40PM -0200, Fr?d?ric L. W. Meunier wrote: > >>At least here rxvt dies after started. cmd.exe works. Latest > >>Cygwin packages on XP Professional SP

Re: Please try the latest snapshot -- it is close to cygwin 1.5.6

2003-12-23 Thread Christopher Faylor
On Tue, Dec 23, 2003 at 04:45:27PM -0600, Brian Ford wrote: >On Tue, 23 Dec 2003, Christopher Faylor wrote: > >> On Tue, Dec 23, 2003 at 04:39:13PM -0600, Brian Ford wrote: >> >Have you run the testsuite lately? I get a heap of failures on NT4. >> >But, in that timeframe, I certainly won't have ti

Re: Please try the latest snapshot -- it is close to cygwin 1.5.6

2003-12-23 Thread Brian Ford
On Tue, 23 Dec 2003, Christopher Faylor wrote: > On Tue, Dec 23, 2003 at 04:39:13PM -0600, Brian Ford wrote: > >Have you run the testsuite lately? I get a heap of failures on NT4. > >But, in that timeframe, I certainly won't have time to look at them. > > You can safely assume that cygwin is not

Re: Please try the latest snapshot -- it is close to cygwin 1.5.6

2003-12-23 Thread Christopher Faylor
On Tue, Dec 23, 2003 at 04:39:13PM -0600, Brian Ford wrote: >Have you run the testsuite lately? I get a heap of failures on NT4. >But, in that timeframe, I certainly won't have time to look at them. You can safely assume that cygwin is not released without my running the test suite. I haven't ru

Re: Please try the latest snapshot -- it is close to cygwin 1.5.6

2003-12-23 Thread Brian Ford
On Tue, 23 Dec 2003, Christopher Faylor wrote: > The subject says it all. > > I'm hoping to release cygwin 1.5.6 shortly after Christmas. > Have you run the testsuite lately? I get a heap of failures on NT4. But, in that timeframe, I certainly won't have time to look at them. lots of "child pro

Please try the latest snapshot -- it is close to cygwin 1.5.6

2003-12-23 Thread Christopher Faylor
The subject says it all. I'm hoping to release cygwin 1.5.6 shortly after Christmas. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygw

Re: cygwin1-20031218.dll.bz2 and rxvt

2003-12-23 Thread Christopher Faylor
On Tue, Dec 23, 2003 at 02:24:37PM -0500, [EMAIL PROTECTED] wrote: >Great news !!! > >I am no longer getting a stackdump (using rsync + ssh) with the latest >snapshot: cygwin-inst-20031223.tar.bz2. That is great news. I made so many changes in the last snapshot that it's hard

Re: Unable to compile cygwin

2003-12-23 Thread Brian Dessent
Christopher Faylor wrote: > But, then, why should your boss trust me to be giving you the right > information? I might be maliciously steering you towards corrupted code > which was specially intended to subvert your security... What he's not saying here is that secretly he has committed the Spe

1.5.5-1 freezes frequently

2003-12-23 Thread Domagoj Babic
Hi all, New version freezes frequently (3-5 times during a day). I haven't pinpointed any obvious reason. cygcheck report is in the attachment. Help would be appreciated. Thx, /'^'\ ( o o ) -oOOO--(_)--OOOo- |Domagoj

RE: cygwin1-20031218.dll.bz2 and rxvt

2003-12-23 Thread SMore
Great news !!! I am no longer getting a stackdump (using rsync + ssh) with the latest snapshot: cygwin-inst-20031223.tar.bz2. Thanks for your work. -Steve More -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 11:48 AM To: [EMAIL

'man' shows escape sequences after updating to docbook_xsl 1.64.1-1

2003-12-23 Thread Lynn Wilson
It seems that a few months ago the man pages were showing the ESC[1m etc. escape sequences in a bash shell. The problem was quickly fixed. I downloaded docbook_xsl 1.64.1-1 yesterday and the problem is back. I also downloaded a few X-modules. One of these modules caused the 'man' problem to r

Re: How to set breakpoints before mainCRTStartup?

2003-12-23 Thread Ralf Habacker
On Tuesday 23 December 2003 18:23, Dalibor Topic wrote: > >>> in my attempts to fix an ugly bug in kaffe on Cygwin, the bug I'm > >>> trying to squish turned out to be triggered by something that happens > >>> *before* main is called. > > you can set a breakpoint at the application entry point. $

Re: How to set breakpoints before mainCRTStartup?

2003-12-23 Thread Igor Pechtchanski
On Tue, 23 Dec 2003, Dalibor Topic wrote: > Steve Coleman wrote: > > > > I have seen something like this before. If it is a C++ app then it may > > be a constructor in a statically or golbally declared object instance. > > The compiler should generate code to call all the global object > > constru

Re: How to set breakpoints before mainCRTStartup?

2003-12-23 Thread Dalibor Topic
Steve Coleman wrote: Dalibor Topic wrote: Dalibor Topic wrote: Hi all, in my attempts to fix an ugly bug in kaffe on Cygwin, the bug I'm trying to squish turned out to be triggered by something that happens *before* main is called. Since I'd like to know what modifes that opcode, I hope to

Re: Unable to compile cygwin

2003-12-23 Thread Bill C. Riemers
Ahh. The old chicken and egg problem. Normally the way to resolve this issue is to use a cross compiler. However, even then you still have to start off with a binary application, just on another platform. For example, you could use gcc running under Linux. But how do you verify the Linux distr

Re: cygwin1-20031218.dll.bz2 and rxvt

2003-12-23 Thread Christopher Faylor
On Thu, Dec 18, 2003 at 03:22:10PM -0500, Christopher Faylor wrote: >On Thu, Dec 18, 2003 at 02:31:40PM -0200, Fr?d?ric L. W. Meunier wrote: >>At least here rxvt dies after started. cmd.exe works. Latest >>Cygwin packages on XP Professional SP1 + all updates. > >As luck would have it, this is due t

Re: Unable to compile cygwin

2003-12-23 Thread Christopher Faylor
On Tue, Dec 23, 2003 at 11:57:59AM +0100, Gabriel SOUBIES wrote: >I am still not able to build Cygwin from the latest CVS sources... >But anyway, that's only a part of the problem. My boss wants to be sure >there is no malicious code in the Cygwin distribution I use. >So he's telling me to rebuild

Re: Java hello world link error

2003-12-23 Thread Lapo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shankar Unni wrote: | It's not unexpected or incorrect, but may be suboptimal. | | The Java runtime insists that InetAddress.getLocalHost() return your | true IP address, not "127.0.0.1". Unfortunately, in a dialup setup with | automatic connection, suc

RE: Unable to compile cygwin

2003-12-23 Thread Gabriel SOUBIES
I am still not able to build Cygwin from the latest CVS sources... But anyway, that's only a part of the problem. My boss wants to be sure there is no malicious code in the Cygwin distribution I use. So he's telling me to rebuild it from scratch from the CVS sources. His logic is that since we can

Re: Is perl-5.8.2 canonized for use on cygwin yet?

2003-12-23 Thread Yitzchak Scott-Thoennes
On Mon, Dec 22, 2003 at 04:04:11PM -0700, "Blair P. Houghton" <[EMAIL PROTECTED]> wrote: > In the meantime I realized that 5.8.2 is newer than I > thought it was. Maybe I *am* the first to try to build > it on cygwin. Nah. Someone out there has seen this > before. Works for me. Please give

Windows find.exe crashes during Cygwin setup

2003-12-23 Thread Yonatan Avraham
Hello, I'm encountering a problem while trying to install Cygwin on a Window XP box from a local directory of packages. Several times during the setup procedure, Windows pops up an error message informing me that the Windows find.exe utility has encountered a problem and needs to be closed. N

Two mutt issues

2003-12-23 Thread Miki Tebeka
Hello, The current version of Outlook finally made me move to mutt :-) I have two problems using mutt on cygwin: 1. I've used this mailcap file: application/*; cygstart %s image/*; cygstart %s text/*; cygstart %s video/*; cygstart %s But it doesn't seem to work, when I try to open a Word attachme