FW: Problem with cygwin install.

2002-05-23 Thread Ralf Habacker
From: Don Thorp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 8:53 PM To: [EMAIL PROTECTED] Subject: Problem with cygwin install. I'm excited to try the software out, but while I was installing it I received several warnings. I've attached to images for your review. Do you

Re: new package offering: zsh

2002-05-23 Thread Peter A. Castro
On Wed, 22 May 2002, Charles Wilson wrote: No -- if zsh can handle cr+lf internally, then let it do so. Explicitly open function files in binary mode -- this will override the textmode mount which sets the default read mode. zsh uses the open() call, not fopen(). There is no binary vs.

question about objdump output format ?

2002-05-23 Thread Ralf Habacker
Hi all, the windows runtime linker allows rebinding of dll's and exe for which I have written a tool currently located on the kde-cygwin project on http://sourceforge.net/project/showfiles.php?group_id=27249. A side effect of this is, that objdump prints each line twice (the second line

RE: binutils status ?

2002-05-23 Thread Ralf Habacker
3) Ralf's patch for objdump/cygwin crashes on auto-imported libs snip This patch does not help in this case. I will inspect this and supply a updated patch. Appended is a patch for ... see the ChangeLog entry. If have tested this patch with my cygin /bin dir (345 files) and

libpng dependencies

2002-05-23 Thread Charles Wilson
Attn maintainers: There are a number of packages that list 'libpng' as a requirement. However, that's probably incorrect. You probably want to depend on 'libpng10' (which contains cygpng10.dll) or 'libpng12' (which contains cygpng12.dll) or 'libpng2' (which contains cygpng2.dll). Also, some

Re: libpng dependencies

2002-05-23 Thread Christopher Faylor
On Thu, May 23, 2002 at 11:49:43PM -0400, Charles Wilson wrote: Attn maintainers: There are a number of packages that list 'libpng' as a requirement. However, that's probably incorrect. You probably want to depend on 'libpng10' (which contains cygpng10.dll) or 'libpng12' (which contains

RE: libpng dependencies

2002-05-23 Thread Harold Hunt
Chuck, I just fixed the WindowMaker setup.hint. I couldn't figure out what was where when I made the dependency, so I just picked the cleanest looking name :) Thanks for pointing this out. Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

Rob: LogFile Q

2002-05-23 Thread Gary R. Van Sickle
In LogFile::exit() there's code like this: if (exit_msg) note (NULL, exit_msg); note() (among other duties) pops up a MessageBox() with the text of the exit_msg at the end of the install. I'm trying to eliminate the trailing Install complete popup, and anyway it doesn't seem to be the best

RE: LogFile Q

2002-05-23 Thread Robert Collins
Sure. The logging capability has -nothing- to do with that message. It's a workaround for the lack of global destructor calling on exit that it's called from there. I'd suggest you simply make a new window for the wizard and show the message there. Rob -Original Message- From: Gary

RE: LogFile Q

2002-05-23 Thread Robert Collins
OH, and resizable pages would be wonderful :}. Rob -Original Message- From: Gary R. Van Sickle [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 2:34 PM To: Cygwin-Apps Subject: Rob: LogFile Q In LogFile::exit() there's code like this: if (exit_msg) note (NULL,