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

2002-05-31 Thread Charles Wilson



Ralf Habacker wrote:

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 them.

 
 That means, adding --enable-auto-import to the command will only suppress the
 warning, isnt' it ?


Correct.

Current official binutils behavior:
   --disable-auto-import is the default.
   --enable-auto-import turns on the feature, but will print warnings 
whenever the feature is used.

Current cygwin bintuils behavior:
   --enable-auto-import is the default, so the feature is usually 
active.  However, it prints warnings whenever the feature is used.
   --disable-auto-import...turns of the feature

With my patch:
   default behavior: ALMOST the same as current cygwin binutils 
behavior.  auto-import feature is active, but an informational message 
(NOT a warning) is printed whenever the feature is used.
   --enable-auto-import: don't print the informational message/warning.
   --disable-auto-import: turn the feature off...

--Chuck







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

2002-05-31 Thread Carl Sorensen

In order to make this work, I had to modify the file c:\cygwin\etc\setup\last-mirror 
and remove the final '/'.  Then it worked fine for me.

Thanks all for the help.

Carl

On Thursday, May 30, 2002 6:03 PM, Robert Collins 
[SMTP:[EMAIL PROTECTED]] wrote:
 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]] 
  Sent: Friday, 31 May 2002 9:57 AM
  To: 'Robert Collins'
  Subject: RE: Setup 2.218.2.9 fails to read setup.ini file 
  from prc-tools mirror
  
  
  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 error message.
  
  
  On Thursday, May 30, 2002 5:28 PM, Robert Collins 
  [SMTP:[EMAIL PROTECTED]] wrote:
   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 setup.ini file
from prc-tools mirror
   
   
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 Setup gives the message
Unable to get setup.ini from
http://prc-tools.sourceforge.net/install;.
   
I pointed my
browser at http://prc-tools.sourceforge.net/install/setup.ini
and successfully downloaded a copy of the setup.ini file.
   
Two questions:
(1) is there a way to make setup.exe use the setup.ini from
my drive, rather than getting a copy from the prc-tools site?
   
(2) Is there something different about the way setup
processes http:// mirror sites instead of ftp:// mirror sites?
   
Carl
   

  
  




Re: mknetrel generalisation patch

2002-05-31 Thread Christopher Faylor

On Mon, May 20, 2002 at 04:27:21PM +0400, egor duda wrote:
attached is a patch to make possible to use mknetrel on host different
from sourceware. build-host-specific parameters are read from
~/.mknetrel file. i've tried to preserve old behaviour, but, possibly,
there's no real need for default initializations in read_user_config()
Comments?

I've checked in a variation of this patch.

Thanks.
cgf