Date: Wed, 4 Feb 1998 17:29:40 +0200 (IST) From: Eli Zaretskii To: aurelio rodriguez cc: djgpp AT delorie DOT com Subject: Re: problems with gdbm&djgpp In-Reply-To: <34D71D6B.29B5B5D6@geocities.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 3 Feb 1998, aurelio rodriguez wrote: > Hi! I've got trouble with gdbm and djgpp under windows. It compiles OK > but , when issuing a call to gdbm with the GDBM_NEWDB or CREAT , it > returns a errno = 2 (file not found) gdbm:_errno=3 (file cant be > opened). All permissions in dir. Same in win95. Same in local drive. > When I create that file with a zero length , the program stops with a > SIGSEV. Some ideas ? Please post the shortest example code that can be used to reproduce these problems. If any of the examples crash with SIGSEGV, post the stack traceback printed at the time of crash. It is very hard to debugt your problem without even seeing the code.