From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: sys/mount.h Date: 3 Jul 2003 10:37:50 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 15 Message-ID: References: <3f040259$0$32068$91cee783 AT newsreader01 DOT highway DOT telekom DOT at> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Florian Xaver (killervombilla AT aon DOT at) wrote: : I want to compile a linux project in djgpp. it needs sys/mount.h : It is possible to compile it under dos? Does include/sys/mount.h exist in original DJGPP .ZIP file? Yes: Try it, it might work. No: You need to provide the #defines and function declarations in and the function definitions yourself. Right, MartinS