Xref: news2.mv.net comp.os.msdos.djgpp:1889 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: V2 doesn't work with Novell Date: Thu, 14 Mar 1996 20:36:11 CST Organization: Rice University, Houston, Texas Lines: 15 Message-ID: <3148d79b.sandmann@clio.rice.edu> References: <3147D2D9 DOT 2781 AT LSTM DOT Ruhr-UNI-Bochum DOT De> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > This is a known bug (000020) under which I suffer, too. > Charles Sandmann added a not on 1/10/96 which I didn't quite understand. > Is there anything NoWell owners can try to investigate this in more depth? Someone needs to investigate where in the libc the bug is. I suspect it's in the stat() module, but this needs to be confirmed. In djlsr200.zip in the src/libc/posix/sys/stat/stat.c, if you build it with gcc -DTEST you will get an executable with a built in test function. See the source for the expected arguments; try it on some files/directories on the net drive and see if it works or fails. If it fails, that one source file contains what is needed to find the problem. If it works, well, we know it's not a stat() problem :-) Since none of the developers with Novell available see this problem, someone who does see it needs to debug it.