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 list
Zuxy writes:
> LibW32c provides mntent.h and libgw32c.a and hence the declaration and
> the implementation of the getmntent function.
Yeah, but before you get too excited, try to consider what you are
actually trying to achieve. Windows is not Unix, its "mounts" don't
work like on Unix. I don't
Hi,
I wrote a simple test program:
-- Test program begins --
#include
#include
int main()
{
struct mntent* pmntent;
/* Win32 doesn't have an fstab */
/* setmntent under Win32 doesn't need an fstab */
FILE* fp = setmntent(NULL, "r");
while
Zuxy writes:
> Except for mnt_freq and mnt_passno, all other infomation is available
> and correct (B: is a network mapped drive).
OK, if it suits your purposes, fine.
--tml
---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=2949793
By: bitminer49er
I have posted this same messgage at Borland Developers Network (BDN)
borland.public.cppbuilder.ide in hopes it is simply a miss configuration on
my part. I will post the results of tha
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=2950639
By: mblain
The homepage for cURL is
http://curl.haxx.se
There are several win32 ports available there.
__
You are receiving this ema