dumper.exe zero-length core files

2003-03-14 Thread Mike Bresnahan
I'm having troubles getting dumper.exe to work. I always get a zero-length core file. I have the lastest stuff as of tonight, I have read the FAQ and the man page, and I have searched the mailing list archive. Any help would be greatly apprieciated. I am using: Windows 2000 SP3 Cygwin 1.

RE: Using cygwin and JAVA/JNI

2003-02-05 Thread Mike Bresnahan
the Cygwin FAQ at http://cygwin.com/faq/faq.html for info on -mno-cygwin. Mike Bresnahan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Alan Thompson > Sent: Wednesday, February 05, 2003 8:18 PM > To: [EMAIL PROTECTED] > Subjec

RE: Cygwin, GNU make and VC++ ?

2002-11-01 Thread Mike Bresnahan
For what its worth, this is the script I use: #! /bin/sh # # Wrapper script for the Microsoft Visual C++ compiler (cl) to allow it to work with Cygwin based makefiles. cmd="/c/Program\ Files/Microsoft\ Visual\ Studio/VC98/Bin/cl" for option do case $option in -I/*) path=`expr $op

RE: libxslt 1.0.13-1 stability problems

2002-09-30 Thread Mike Bresnahan
mailto:[EMAIL PROTECTED]]On Behalf > Of Robert Collins > Sent: Monday, September 30, 2002 9:47 PM > To: Mike Bresnahan > Cc: [EMAIL PROTECTED] > Subject: Re: libxslt 1.0.13-1 stability problems > > > On Tue, 2002-10-01 at 12:35, Mike Bresnahan wrote: > > I've exp

libxslt 1.0.13-1 stability problems

2002-09-30 Thread Mike Bresnahan
I've experiencing stability problems with libxslt 1.0.13-1. I'm frequently receiving segmentation faults when running xsltproc as follows: xsltproc --catalogs --output foo.html /home/administrator/DocBook/docbook-xsl-1.55.0/xhtml/chunk.xsl book.xml So far I've been able to work around each occu

CVS pserver and CRLF line endings

2002-01-07 Thread Mike Bresnahan
I am having trouble using the cvs client to access a remote repository via the "pserver" protocol. The line endings on the files are not being translated from LF to CRLF. Subsequently, Visual C++ has trouble with them. I've used cvs via the "ext" protocol to access files on sourceforge and not h