Xref: news2.mv.net comp.os.msdos.djgpp:7248 From: stwand07 AT uctvms DOT uct DOT ac DOT za Newsgroups: comp.os.msdos.djgpp Subject: djgpp + Novell = Problems ? Date: 14 Aug 96 10:11:14 +0200 Organization: University of Cape Town Lines: 31 Message-ID: <1996Aug14.101114@uctvms.uct.ac.za> References: <1996Aug13 DOT 140436 AT uctvms DOT uct DOT ac DOT za> <4uq1ef$1ndo AT rs18 DOT hrz DOT th-darmstadt DOT de> NNTP-Posting-Host: uctvms.uct.ac.za To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In article <4uq1ef$1ndo AT rs18 DOT hrz DOT th-darmstadt DOT de>, lehmann AT mathematik DOT th-darmstadt DOT de (Alexander Lehmann) writes: > stwand07 AT uctvms DOT uct DOT ac DOT za wrote: > : Hi > > : It seems 'make' 3.73 doesn't work on a network drive ? > > : When run from a sub-directory of a network drive it fails to find the makefile > : unless given the '-f' option. When run from the root directory of the network > : drive it finds it automatically. Running 'make -w' shows that the correct > : directory is being entered, so what gives ? > > I think there is something broken in the stat function for networked > drives, this affects gcc in some way and maybe also make. > > Yup, I checked the mail archives, and under certain versions of Novell Netware (or all?), the stat() function doesn't work. I can't compile anything : make and gcc don't work 8-( gcc complains about djgpp.lnk not being found (during linking, so ld is actually at fault). If I copy djgpp.lnk to the current directory it finds it, but then can't find libraries (libgcc, etc). Is there a workaround or bugfix available? I really need to get djgpp working on the network... Adios Mark Wodrich.