--enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread egor duda
Hi! Tuesday, 19 November, 2002 egor duda [EMAIL PROTECTED] wrote: ed> Tuesday, 19 November, 2002 Christopher Faylor [EMAIL PROTECTED] wrote: CF>> I've made a new version of binutils available for download. This is CF>> just a refresh from sources.redhat.com. A notable change is the CF>> additi

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread egor duda
Hi! Monday, 02 December, 2002 egor duda [EMAIL PROTECTED] wrote: ed> 2002-12-02 Egor Duda <[EMAIL PROTECTED]> ed> * cygwin/lib/pseudo-reloc.c: New file. I guess i should put it to the public domain, so that mingw folks can also use it. Egor.mailto:[EMAIL PROTECTED] ICQ 5165

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread Earnie Boyd
egor duda wrote: Hi! Monday, 02 December, 2002 egor duda [EMAIL PROTECTED] wrote: ed> 2002-12-02 Egor Duda <[EMAIL PROTECTED]> ed> * cygwin/lib/pseudo-reloc.c: New file. I guess i should put it to the public domain, so that mingw folks can also use it. Is it usable without Cygwin?

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread egor duda
Hi! Monday, 02 December, 2002 Earnie Boyd [EMAIL PROTECTED] wrote: EB> egor duda wrote: >> Monday, 02 December, 2002 egor duda [EMAIL PROTECTED] wrote: >> >> ed> 2002-12-02 Egor Duda <[EMAIL PROTECTED]> >> ed> * cygwin/lib/pseudo-reloc.c: New file. >> >> I guess i should put it to the

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread Earnie Boyd
egor duda wrote: Hi! Monday, 02 December, 2002 Earnie Boyd [EMAIL PROTECTED] wrote: EB> egor duda wrote: Monday, 02 December, 2002 egor duda [EMAIL PROTECTED] wrote: ed> 2002-12-02 Egor Duda <[EMAIL PROTECTED]> ed> * cygwin/lib/pseudo-reloc.c: New file. I guess i should put it to th

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread egor duda
Hi! Monday, 02 December, 2002 Earnie Boyd [EMAIL PROTECTED] wrote: EB> egor duda wrote: >> Hi! >> >> Monday, 02 December, 2002 Earnie Boyd [EMAIL PROTECTED] wrote: >> >> EB> egor duda wrote: >> Monday, 02 December, 2002 egor duda [EMAIL PROTECTED] wrote: ed> 2002-12-02 Egor Duda

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread Earnie Boyd
egor duda wrote: Hi! Monday, 02 December, 2002 Earnie Boyd [EMAIL PROTECTED] wrote: EB> egor duda wrote: Hi! Monday, 02 December, 2002 Earnie Boyd [EMAIL PROTECTED] wrote: EB> egor duda wrote: Monday, 02 December, 2002 egor duda [EMAIL PROTECTED] wrote: ed> 2002-12-02 Egor Duda <[EMAIL

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread Christopher Faylor
On Mon, Dec 02, 2002 at 02:08:26PM +0300, egor duda wrote: >Hi! > >Monday, 02 December, 2002 egor duda [EMAIL PROTECTED] wrote: > >ed> 2002-12-02 Egor Duda <[EMAIL PROTECTED]> >ed> * cygwin/lib/pseudo-reloc.c: New file. > >I guess i should put it to the public domain, so that mingw folks c

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread egor duda
Hi! Monday, 02 December, 2002 Christopher Faylor [EMAIL PROTECTED] wrote: CF> On Mon, Dec 02, 2002 at 02:08:26PM +0300, egor duda wrote: >>Hi! >> >>Monday, 02 December, 2002 egor duda [EMAIL PROTECTED] wrote: >> >>ed> 2002-12-02 Egor Duda <[EMAIL PROTECTED]> >>ed> * cygwin/lib/pseudo-rel

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread Charles Wilson
Two issues: (1) the licensing "problem", (2) the advisability of mingw pseudo-reloc. Item (1) here, item (2) in a separate message. CF> I'm not sure that public domain is going to work with the cygwin license. ED> IANAL, but i can't see why not. Here's why: in order for code to be incorpora

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread Charles Wilson
Two issues: (1) the licensing "problem", (2) the advisability of mingw pseudo-reloc. Item (2) here, item (1) in an earlier message. One thing that does worry me, though, is the more we rely on special runtime tricks and hackish pei-x86 "extensions", the more fragile the whole system becomes.

Re: PATCH: Implementation of functions in netdb.h

2002-12-02 Thread Christopher Faylor
On Tue, Nov 19, 2002 at 02:28:41PM +1300, Craig McGeachie wrote: >On 18 Nov 2002 at 20:24, Christopher Faylor wrote: >> The sources in the release need the *CVS* version of w32api. See? Problems >> already. > >Indeed. Problems. I'll see what I can do to get CVS read access. FYI, we've received

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread Christopher Faylor
On Mon, Dec 02, 2002 at 01:30:24PM +0300, egor duda wrote: >2002-12-02 Egor Duda <[EMAIL PROTECTED]> > >* cygwin/lib/pseudo-reloc.c: New file. >* cygwin/cygwin.sc: Add symbols to handle runtime pseudo-relocs. >* cygwin/lib/_cygwin_crt0_common.cc: Perform pseudo-relocs durin

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread Danny Smith
--- Charles Wilson <[EMAIL PROTECTED]> wrote: > Two issues: (1) the licensing "problem", (2) the advisability of mingw > pseudo-reloc. Item (2) here, item (1) in an earlier message. > > One thing that does worry me, though, is the more we rely on special > runtime tricks and hackish pei-x86 "

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread Charles Wilson
ed> Question: How can one distinguish console application from GUI one? ed> What is the best wording for the error message? Here's an example. If GetConsoleWindow is available (W2K or XP) it uses that; otherwise, it uses a different kludge. The idea is you'd call has_console() or GetConsoleWin

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-02 Thread Charles Wilson
Charles Wilson wrote: Oops. Left a debugging fragment in there. Use the attached version instead of the previous one. /* poor man's wincap */ OSVERSIONINFO version; memset (&version, 0, sizeof version); version.dwOSVersionInfoSize = sizeof version; GetVersionEx (&version); get_conso