Date: Thu, 22 Aug 1996 15:59:21 +0200 (IST) From: Eli Zaretskii To: Joshua CannonButcher Cc: djgpp AT delorie DOT com Subject: Re: RHIDE question In-Reply-To: <199608221159.HAA28853@borg.mindspring.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 22 Aug 1996, Joshua CannonButcher wrote: > Thank you for your support. That was one of my other questions though, is > there going to be a version of the compiler or linker that is Multiple > Pass? That is something you should ask on a GNU news group. DJGPP didn't create the linker, it only ported one from GNU. > *ONE* Last thing, is there a C or C++ Standard function for obtaining free > and total disk space? I would like to be able to do this. The only Alas, there is no portable way to do this, not even on Unix systems. That is why the `df' program from GNU Fileutils uses a different way for every major member of the Unix family. The `statfs' library function comes close, but some Unix systems don't have it (DJGPP does have it, but I don't know whether Linux does).