From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: Re: bug with gcc with findfirst/findnext
7 Nov 1998 00:12:08 -0800
Message-ID: <9811052059.AA07976.cygnus.gnu-win32@modi.xraylith.wisc.edu>
References: <m0zar9b-0002i9C@jacob.remcomp.fr>
To: root@jacob.remcomp.fr (root)
Cc: gnu-win32@cygnus.com

root@jacob.remcomp.fr (root) writes:
> The functions
> _findfirst
> and 
> _findnext
> Will not work with the last version of gcc (mingw32).

It does work, but you need to link in CRT_noglob.o (or do the right thing 
in some other way). It's an issue of how globbing works and who does it
in the MS-DOS/Windows environment.
  
  $ gcc -o findfirst findfirst.c /egcs-1.1/i386-mingw32/lib/CRT_noglob.o

Regards,
Mumit

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
