Re: results of compiling berkeleydb

2003-10-13 Thread Larry Hall
At 05:13 PM 10/13/2003, Edward Peschko you wrote: >On Mon, Oct 13, 2003 at 11:15:25PM +0200, Gerrit P. Haase wrote: >> Hallo Edward, >> >> >> GCC='gcc -mno-cygwin' ./configure. >> >> [...] >> >> > (ex: -mno-cygwin doesn't define WINNT, which mingw does) >> >> $ gcc -mno-cygwin -dM -E -xc /dev/n

Re: results of compiling berkeleydb

2003-10-13 Thread Edward Peschko
On Mon, Oct 13, 2003 at 11:15:25PM +0200, Gerrit P. Haase wrote: > Hallo Edward, > > >> GCC='gcc -mno-cygwin' ./configure. > > [...] > > > (ex: -mno-cygwin doesn't define WINNT, which mingw does) > > $ gcc -mno-cygwin -dM -E -xc /dev/null | grep WINNT > #define WINNT 1 my mistake. but still,

Re: results of compiling berkeleydb

2003-10-13 Thread Gerrit P. Haase
Hallo Edward, >> GCC='gcc -mno-cygwin' ./configure. [...] > (ex: -mno-cygwin doesn't define WINNT, which mingw does) $ gcc -mno-cygwin -dM -E -xc /dev/null | grep WINNT #define WINNT 1 Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: results of compiling berkeleydb

2003-10-12 Thread Edward Peschko
On Mon, Oct 13, 2003 at 12:56:49AM -0400, Christopher Faylor wrote: > On Sun, Oct 12, 2003 at 06:03:44PM -0700, Edward Peschko wrote: > >Ok, I did as requested, and tried to compile berkeleydb with > >-mno-cygwin. Results are below, along with some > >thoughts/reflections > > Hint: > > GCC='

Re: results of compiling berkeleydb

2003-10-12 Thread Christopher Faylor
On Sun, Oct 12, 2003 at 06:03:44PM -0700, Edward Peschko wrote: >Ok, I did as requested, and tried to compile berkeleydb with >-mno-cygwin. Results are below, along with some >thoughts/reflections Hint: GCC='gcc -mno-cygwin' ./configure. AFAICT, this won't get you a windows version of db wi