Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3BFA17CE.C76A3821@syntrex.com> Date: Tue, 20 Nov 2001 09:43:58 +0100 From: Pavel Tsekov X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2 i686) X-Accept-Language: en MIME-Version: 1.0 To: "Albert L. Wagner" CC: Cygwin Subject: Re: newbie problem References: <3BF933D9 DOT DC5BB126 AT uark DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Wait a moment - are you using the mingw environment to build the Berekley DB ? This would possibly explain your previous post - configure couldn't find "select". mingw is a posix emulation layer - i.e. it provides posix C library interface and system calls ontop the Win32 environment, while mingw is a compiler toolchain based on gnu tools ported to windows. "Albert L. Wagner" wrote: > > While attempting to compile the Berkley database, db-3.3.11, I > received the following. Has anyone compiled this library > before? Can you point me in the right direction? > > > gcc -c -I. -I../dist/../include -I../dist/../include_auto -O > ../dist/../os/o > lags.c -DDLL_EXPORT -DPIC -o os_oflags.o > ../dist/../os/os_oflags.c: In function `__db_omode': > ../dist/../os/os_oflags.c:110: `S_IRGRP' undeclared (first use in > this funct > > ../dist/../os/os_oflags.c:110: (Each undeclared identifier is > reported only > > ../dist/../os/os_oflags.c:110: for each function it appears in.) > ../dist/../os/os_oflags.c:112: `S_IWGRP' undeclared (first use in > this funct > > ../dist/../os/os_oflags.c:114: `S_IROTH' undeclared (first use in > this funct > > ../dist/../os/os_oflags.c:116: `S_IWOTH' undeclared (first use in > this funct > > d:\MinGW-1_1\bin\make.exe: *** [os_oflags.lo] Error 1 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/