[EMAIL PROTECTED] said: : : I'm in the process of porting some GPL'ed software(Dan Christian's findpath) : to Mac OSX 10.2.4 and having a bit of trouble. If figured yall have run into : this a lot and may have a solution in fink somewhere. His code uses : getmntent to parse /etc/mtab. I can seem to find this for OSX in either : /usr/include or in /sw/include. Is there a replacement for this code in fink : or is it hiding somewhere in the apple developer works?
OS X doesn't have a getmntent; use getmntinfo() instead. Autoconf provides a AC_FUNT_GETMNTENT macro to help find getmntent or let you know if it's not present...does findpath not use it? If not, you might want to let whomever-is-maintaining-findpath so he can make the dist more portable out-of-the-box. In unrelated news, I think there's a findpath command in tetex, so you might be reinventing the wheel or setting up a filename conflict. dan -- Daniel Macks [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel