RE: binutils status ?

2002-05-30 Thread Ralf Habacker
On Thu, May 23, 2002 at 11:50:20PM +0200, Ralf Habacker wrote: If have tested this patch with my cygin /bin dir (345 files) and rebinded kde 2.2.2 dll's and exes (335 files) and have got no problems with printing import tables. 2002-05-23 Ralf Habacker [EMAIL PROTECTED] *

Re: Setup 2.218.2.9 fails to read setup.ini file from prc-tools mirror

2002-05-30 Thread John Marshall
On Thu, May 30, 2002 at 09:02:12AM -0600, Carl Sorensen wrote: I am trying to install prc-tools on my WinXP machine, using cygwin setup 2.218.2.9. [...] (null) line 1: parse error, unexpected $undefined. (null) line 1: unrecognized line in setup.ini headers (do you have the latest setup?)

Re: Setup 2.218.2.9 fails to read setup.ini file from prc-tools mirror

2002-05-30 Thread Christopher Faylor
On Thu, May 30, 2002 at 06:32:19PM +0200, Ton van Overbeek wrote: The error messages which Carl saw come from iniparse.cc, which in turn is produced from the parser definition in iniparse.y. From the definitions in iniparse.y it is clear that the sdesc and ldesc arguments have to be put in

Re: binutils status?

2002-05-30 Thread Christopher Faylor
On Thu, May 30, 2002 at 03:24:47PM -0400, Charles Wilson wrote: Any comments here? Should I submit this patch to binutils, or can we agree and commit from here? Submit it to binutils, please. cgf

[PATCH] pei386: make --enable-auto-import default

2002-05-30 Thread Charles Wilson
auto-import has been turned on by default in the cygwin build since November, with no ill effects. This patch turns it on by default in general, but also changes the way auto-import-related warning/informational messages are issued, depending on whether auto-import is on by default, or is

Re: binutils status?

2002-05-30 Thread Charles Wilson
Christopher Faylor wrote: On Thu, May 30, 2002 at 03:24:47PM -0400, Charles Wilson wrote: Any comments here? Should I submit this patch to binutils, or can we agree and commit from here? Submit it to binutils, please. done. --Chuck

Re: Excude whole libs when building w32 dlls with -export-all [Refresh]

2002-05-30 Thread Charles Wilson
FWIW, it appears that this patch was committed on 21 May 2002. --Chuck Danny Smith wrote: The previous post had incorrect subject heading. This is a repost. Sorry. This is a refresh of: http://sources.redhat.com/ml/binutils/2002-04/msg00472.html The patch allows exclusion of

RE: Setup 2.218.2.9 fails to read setup.ini file from prc-tools mirror

2002-05-30 Thread Carl Sorensen
Ton wrote: One thing Carl could try is to use the latest setup snapshot on http://cygwin.com/setup-snapshots/. The latest one right now is setup-2.249.exe. See if the problem is still there on XP with that version. I followed this advice The result: An error window titled Cygwin

RE: Setup 2.218.2.9 fails to read setup.ini file from prc-tools mirror

2002-05-30 Thread Robert Collins
You need a trailing / on the custom URL. Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Carl Sorensen Sent: Friday, 31 May 2002 9:00 AM To: 'Ton van Overbeek'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Setup 2.218.2.9 fails to read

RE: Setup 2.218.2.9 fails to read setup.ini file from prc-tools mirror

2002-05-30 Thread Robert Collins
Thanks, I've corrected this. Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of John Marshall Sent: Friday, 31 May 2002 4:18 AM To: [EMAIL PROTECTED] Subject: Re: Setup 2.218.2.9 fails to read setup.ini file from prc-tools mirror On Thu,

RE: Setup 2.218.2.9 fails to read setup.ini file from prc-tools mirror

2002-05-30 Thread Carl Sorensen
Rob, I entered the trailing / when I added the custom URL. However, when the error window popped up, it did not have the trailing /. More information: When running Setup.exe 2.218.2.9, if I select the option Use IE5 Settings, I get the Unable to get setup.ini message, rather than the Parse

RE: Setup 2.218.2.9 fails to read setup.ini file from prc-tools mirror

2002-05-30 Thread Robert Collins
Hmm, strange. I just tried this myself, and got the same result (I used direct connection, rather than IE settings). Yet, wget gets the file fine. Hmm, ah yes. DON'T put the last '/' in. Works fine for me now. Rob -Original Message- From: Carl Sorensen [mailto:[EMAIL PROTECTED]]

RE: [PATCH] pei386: make --enable-auto-import default

2002-05-30 Thread Ralf Habacker
When info-pei386_auto_import = -1 (default) then we continue to issue a message when auto-importing a variable. If info-pei386_auto_import = 1, then we suppress those informational messages -- the user obviously knows that she is auto-importing variables, since she explicitly --enabled