RE: checking for working mmap...no

2004-09-16 Thread Dave Korn
> -Original Message- > From: cygwin-owner@ On Behalf Of Corinna Vinschen > Sent: 16 September 2004 09:47 > The mmap test is crap. How can an application expect to be able to > access just about every address together with MAP_FIXED? > > Consequentially MapViewOfFileEx returns error 487 i

Re: checking for working mmap...no

2004-09-16 Thread Ralf Corsepius
On Thu, 2004-09-16 at 15:25, Corinna Vinschen wrote: > Dunno what the current autoconf mmap test does, but the original test > back in 2.13 times was as crappy as this one. This doesn't look like the mmap test from current autoconf. Ralf -- Unsubscribe info: http://cygwin.com/ml/#unsubsc

Re: checking for working mmap...no

2004-09-16 Thread Corinna Vinschen
On Sep 16 14:42, Gerrit P. Haase wrote: > Am Donnerstag, 16. September 2004 um 10:47 schriebst du: > > The mmap test is crap. How can an application expect to be able to > > access just about every address together with MAP_FIXED? > > > Consequentially MapViewOfFileEx returns error 487 in these c

Re: checking for working mmap...no

2004-09-16 Thread Gerrit P. Haase
Hallo Corinna, Am Donnerstag, 16. September 2004 um 10:47 schriebst du: > On Sep 15 18:33, Sam Steingold wrote: >> > * Christopher Faylor >> <[EMAIL PROTECTED]> [2004-09-15 17:07:51 >> -0400]: >> > >> > On Wed, Sep 15, 2004 at 03:20:50PM -0400, Sam Steingold wrote: >> >>It appears that cygwin mma

Re: checking for working mmap...no

2004-09-16 Thread Corinna Vinschen
On Sep 15 18:33, Sam Steingold wrote: > > * Christopher Faylor <[EMAIL PROTECTED]> [2004-09-15 17:07:51 -0400]: > > > > On Wed, Sep 15, 2004 at 03:20:50PM -0400, Sam Steingold wrote: > >>It appears that cygwin mmap() is lacking: > >> > >>configure:20536: checking for working mmap > >>configure:2061

Re: checking for working mmap...no

2004-09-15 Thread egor duda
Sam Steingold wrote: It appears that cygwin mmap() is lacking: configure:20536: checking for working mmap configure:20617: gcc -o conftest.exe -g -O2 conftest.c >&5 configure:20620: $? = 0 configure:20622: ./conftest.exe configure:20625: $? = 1 configure: program exited with status 1 configure: fa

Re: checking for working mmap...no

2004-09-15 Thread Igor Pechtchanski
On Wed, 15 Sep 2004, Sam Steingold wrote: > > * Christopher Faylor <[EMAIL PROTECTED]> [2004-09-15 17:07:51 -0400]: > > > > On Wed, Sep 15, 2004 at 03:20:50PM -0400, Sam Steingold wrote: > >>It appears that cygwin mmap() is lacking: > >> > >>configure:20536: checking for working mmap > >>configure

Re: checking for working mmap...no

2004-09-15 Thread Sam Steingold
> * Christopher Faylor <[EMAIL PROTECTED]> [2004-09-15 17:07:51 -0400]: > > On Wed, Sep 15, 2004 at 03:20:50PM -0400, Sam Steingold wrote: >>It appears that cygwin mmap() is lacking: >> >>configure:20536: checking for working mmap >>configure:20617: gcc -o conftest.exe -g -O2 conftest.c >&5 >>conf

Re: checking for working mmap...no

2004-09-15 Thread Christopher Faylor
On Wed, Sep 15, 2004 at 03:20:50PM -0400, Sam Steingold wrote: >It appears that cygwin mmap() is lacking: > >configure:20536: checking for working mmap >configure:20617: gcc -o conftest.exe -g -O2 conftest.c >&5 >configure:20620: $? = 0 >configure:20622: ./conftest.exe >configure:20625: $? = 1 >co