Xref: utzoo comp.os.msdos.programmer:1124 comp.unix.xenix.sco:255 comp.unix.msdos:77 Path: utzoo!attcan!uunet!know!cs.utexas.edu!news-server.csri.toronto.edu!utgpu!watserv1!watmath!mks.com!femto!eric From: eric@femto.mks.com (Eric Gisin) Newsgroups: comp.os.msdos.programmer,comp.unix.xenix.sco,comp.unix.msdos Subject: Re: MSC 6.0 failing under VPIX. Message-ID: Date: 25 Sep 90 17:18:29 GMT References: <4666NU013809@NDSUVM1> Sender: eric@mks.com (Eric Gisin) Organization: Mortice Kern Systems Inc., Waterloo, Ontario, CANADA Lines: 11 In-Reply-To: NU013809@NDSUVM1.BITNET's message of 24 Sep 90 13:02:18 GMT In-reply-to: NU013809@NDSUVM1.BITNET's message of 24 Sep 90 13:02:18 GMT > [the MS linker fails on non-DOS drives in SCO VP/ix] There is a known problem with VP/ix on Interactive UNIX (not fixed in 2.2). A write of 0 bytes is supposed to truncate the file at the current file position. This is documented DOS behaviour and does not work in VP/ix on UNIX drives. This may not be the bug that cause MS link to fail, but it is possible that the linker seeks back and forth in the file re-writing things. It should be easy to write a test program that checks for bugs in both these operations.