Date: Sat, 6 Jul 2002 18:14:15 +0000 (UTC) From: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Re: undefined reference to `statvfs' Message-ID: <ag7c1n$1ch$2@kemoauc.mips.inka.de> References: <20020706054323.GA17086@lazarus.smluc.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Erik Greenwald <1025931093.3d267755d3c67@Mail.EnContacto.Net> wrote: > I got it on 'rpm', my crude ugly hack solution was to gzip > /usr/include/sys/statvfs.h during the make configure portion, which > caused it to ignore the include. I believe this is more of a -current > issue than a -ports issue, however, as the header seems to define > functions that no longer exist in -current :) I don't think we've ever had statvfs() in the first place. statvfs() is SVR4, the corresponding BSD function is statfs(). I see that statvfs() is in SUSv3 now. Also, if you check the commit log of sys/statvfs.h, it seems to imply that the actual implementations are to come later. > The only place I see it in the kernel stuff is in compat/svr4, > which has me thinking that you may be able to kldload svr4.ko and > have it working, tho? Only if you are running an SVR4 executable. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ag7c1n$1ch$2>