Date: Mon, 6 Jan 1997 18:54:54 -0500 Message-Id: <199701062354.SAA08875@delorie.com> From: DJ Delorie To: demmer AT LSTM DOT Ruhr-UNI-Bochum DOT De CC: djgpp AT delorie DOT com In-reply-to: <32D0BA32.41C6@LSTM.Ruhr-UNI-Bochum.De> (message from Thomas Demmer on Mon, 06 Jan 1997 09:39:14 +0100) Subject: Re: CD Writers, MPEG, TCP/IP etc > > You'll need a port of mkisofs; an old one is in mkisofs.zip there, but > > you can't use that mkisofs on a root directory. > > I figured out the latest mkisofs runs out of the box, except that > it doesn't find .mkisofsrc under plain DOS, so I changed that > to mksiofs.rc, and that it runs a bit faster if you add > _djstat_flags |= _STAT_EXEC_MAGIC; > somewhere at the beginning of main. There are two things I found with mkisofs: 1. The version I had opened the files in text mode; this may have been fixed in a later version. 2. djgpp 2.00 didn't return "." and ".." entries for readdir("/"), and mkisofs expected them. 2.01 should work OK, but it's safer to run mkisofs against a subdirectory until it's proven that mkisofs with 2.01 works correctly. I was using mkisofs 1.01, so this was a while ago.