Xref: news2.mv.net comp.os.msdos.djgpp:1171 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Linker strangeness (v2) Date: Thu, 15 Feb 1996 17:39:42 CST Organization: Rice University, Houston, Texas Lines: 11 Message-ID: <3123c43e.sandmann@clio.rice.edu> References: 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 > with apparent ease, until I try to link. If the DJGPP variable is > pointing at the djgpp.env on Netware, ld fails, compaining that it > can't find djgpp.lnk. If I set DJGPP to point to the local copy, even > without changing my path to the local bin, the link succeeds. This was reported in the beta. Noone with access to a system that would fail had time to diagnose the problem. It might be a problem with stat() and that could be checked by compiling src/libc/posix/sys/stat/stat.c with the built in test program (in the djlsr200.zip) and see if that works properly on the target file.