Xref: news2.mv.net comp.os.msdos.djgpp:6889 From: hanzlik AT mojo DOT kodak DOT com (Jeffrey P Hanzlik) Newsgroups: comp.os.msdos.djgpp Subject: Re: Database lib for djgpp? Date: Tue, 06 Aug 1996 01:32:37 GMT Organization: Eastman Kodak Company Lines: 32 Message-ID: <4u7csb$jub@kodak.rdcs.Kodak.COM> References: <96080521573687 AT tiger DOT zag DOT si> NNTP-Posting-Host: 129.126.24.112 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp krecik AT ii DOT uni DOT wroc DOT pl (Grzegorz Nowakowski) wrote: >In article <96080521573687 AT tiger DOT zag DOT si> armando AT tiger DOT zag DOT si writes: >> I wonder if there exist any database library for DJGPP. I tried to find it >> with some search engines (like AltaVista) but with no success... >I had successfuly compiled GNU version of dbm library. But, unfortunately, the >code didn't work, most probably due to my lack of experience with database >programming. I think it shouldn't be hard to make stable port of the library. >DJGPP is unix-like enough to do it. >-- > Grzegorz Nowakowski > >-----BEGIN GEEK CODE BLOCK----- >Version: 3.1 >GC dpu s:- a- C++(++++) ULSH P+>+++ L+>++++ E+(+++) W N++ o? K? w---() O? >M- V? PS PE Y+ PGP-@ t+ 5? X? R+@ tv--- b+(+++) DI? D+ G e-> h* r-- y >------END GEEK CODE BLOCK------ >finger hayden AT vax1 DOT mankato DOT msus DOT edu for info about geek codes I have ported the GDBM library to DJGPP V2 I have it available by request if any one is interested. The problems I ran into were releated to DOS's distinction between text and binary files. I also had some problems with file locking differences between unix and dos. If anyone is interested send a request to jhanzlik AT kodak DOT com Should this be something to place with the rest of the DJGPP distribution ?