On Wed, 19 Jan 2005 20:19:38 -0800, SourceForge.net
<[EMAIL PROTECTED]> wrote:
> 
> I am using XP Pro. I have installed MSys and MingW. I downloaded 
> fileutils-4.1-8-src
> from GnuWin32. I then ran ./configure in the MSys shell. The configure fails
> with :
> ... stuff deleted
> checking for listmntent... (cached) no
> checking for getmntinfo... (cached) no
> checking for mntent.h... (cached) no
> checking for getmntent in -lsun... no
> checking for getmntent in -lseq... no
> checking for getmntent in -lgen... no

Apparently neither Msys nor MinGW provides the getmntent function. You
may install libc for Win32(libgw32c) first, which is also part of the
GnuWin32 project.

LibW32c provides mntent.h and libgw32c.a and hence the declaration and
the implementation of the getmntent function. Just add the path to
mntent.h to $INCLUDE and -lgw32c to $LIBS and hopefully everything
works.

> checking for getmntent... no
> configure: error: could not determine how to read list of mounted filesystems

-- 
Zuxy
Beauty is truth,
While truth is beauty.
PGP KeyID: E8555ED6


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to