From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem cmpiling Sleepycat Berkeley DB Organization: Rose-Hulman Institute of Technology Message-ID: References: <3815BF26 DOT 339A7983 AT domis DOT de> X-Newsreader: Forte Agent 1.6/32.525 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 44 X-Trace: +rnM+mawb7CAQWC9T+SEIY8IcySLTv/la5iiYm18+llBJhMckpgGYTfFQeyXjyJlmqweprI8e8lr!A62Hbj7ZKhoi2qLM8Uhux4md0K5FG2pM1jfO5KV1YLakTfltmMAxiYeTS981WX/4Fg== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Tue, 26 Oct 1999 15:22:33 GMT Distribution: world Date: Tue, 26 Oct 1999 15:22:33 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Tue, 26 Oct 1999 16:48:06 +0200, Ekkehard Domning wrote: > I have tried to compile the Berkeley DB, which is running on several > Webservers under Windows 95/98 Enviroment, It's probably a winconsole program. There is a difference between winconsole programs and DOS API programs; winconsole programs can use features of the Sindows API. > using the DJGPP Compiler. > The Problem is that there is a Makefile "db_vc4.mak" is > not supported by the make of the DJGPP Compiler. > The Makefile contains following header: > # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20 > # ** DO NOT EDIT ** Micro$oft Developer Studio? Of course it won't make in DJGPP; Berkeley DB is probably a Windows program. RSXNTDJ, Cygwin, and MingW32 are the GCC ports to use when making Windows programs. > Any hints or ideas? > > The version of Berkeley DB is (found http://www.sleepycat.com): > This is version 2.7.7 (08/20/99) of Sleepycat Software's Berkeley DB > product. To view the documentation for this release, point your web > browser at the distribution file db-2.7.7/docs/index.html. From the page: Building Berkeley DB: Building for UNIX platforms Building for UNIX: FAQ Building for Windows 3.1 platforms Building for Windows/95 and Windows/NT platforms Building for Windows: FAQ It doesn't mention building for DOS. DJGPP is a DOS port of GCC that makes DOS programs. Look for RSXNTDJ: http://surf.to/rsxntdj -- Damian Yerrick Mail me from the link on my web site: Pinocchio's Brother