public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: newbie problem
@ 2001-11-13  8:26 Heribert Dahms
  0 siblings, 0 replies; 4+ messages in thread
From: Heribert Dahms @ 2001-11-13  8:26 UTC (permalink / raw)
  To: 'Pavel Tsekov', Albert L. Wagner; +Cc: Cygwin

Hi Pavel,

severe typo!

Bye, Heribert (heribert_dahms@icon-scm.com)

> -----Original Message-----
> From:	Pavel Tsekov [SMTP:ptsekov@syntrex.com]
> Sent:	Tuesday, November 20, 2001 09:44
> To:	Albert L. Wagner
> Cc:	Cygwin
> Subject:	Re: newbie problem
> 
> 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
[Heribert] ^ cygwin 
> posix C library interface and system calls ontop the
> Win32 environment, while mingw is a compiler toolchain
> based on gnu tools ported to windows.
> 
[Heribert]  [snip]


--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: newbie problem
       [not found]   ` <3BFA6369.C8E97CA3@uark.edu>
@ 2001-11-13  5:29     ` Pavel Tsekov
  0 siblings, 0 replies; 4+ messages in thread
From: Pavel Tsekov @ 2001-11-13  5:29 UTC (permalink / raw)
  To: Albert L. Wagner; +Cc: cygwin

Hi, Albert

"Albert L. Wagner" wrote:
> 
> Pavel Tsekov wrote:
> >
> > Wait a moment - are you using the mingw environment
> > to build the Berekley DB ?
> 
> Not on purpose.  I just did the ./configure;make;make install in
> a cygwin environment.
> MinGW is also installed, but I didn't explicitely invoke it.  I
> assumed that cygwin did it.
> > >

[ snip ]

Ok the line below is what makes me think you've been running
the mingw gcc and friends instead of cygwin. Perhaps
the d:\MinGW-1_1\bin\ stays before the cygwin bin 
directory in your PATH variable ?!

> > > d:\MinGW-1_1\bin\make.exe: *** [os_oflags.lo] Error 1
> 

Can you provide the output of cygcheck -s -v

--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: newbie problem
  2001-11-12  6:21 Albert L. Wagner
@ 2001-11-12 13:14 ` Pavel Tsekov
       [not found]   ` <3BFA6369.C8E97CA3@uark.edu>
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Tsekov @ 2001-11-12 13:14 UTC (permalink / raw)
  To: Albert L. Wagner; +Cc: Cygwin

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?
> 
> <more>
> 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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* newbie problem
@ 2001-11-12  6:21 Albert L. Wagner
  2001-11-12 13:14 ` Pavel Tsekov
  0 siblings, 1 reply; 4+ messages in thread
From: Albert L. Wagner @ 2001-11-12  6:21 UTC (permalink / raw)
  To: Cygwin

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?

<more>
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

-- 
"It requires wisdom to understand wisdom:
 the music is nothing if the audience is deaf."
 - Walter Lippman

--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-11-20 20:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-13  8:26 newbie problem Heribert Dahms
  -- strict thread matches above, loose matches on Subject: below --
2001-11-12  6:21 Albert L. Wagner
2001-11-12 13:14 ` Pavel Tsekov
     [not found]   ` <3BFA6369.C8E97CA3@uark.edu>
2001-11-13  5:29     ` Pavel Tsekov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).