bug with gcc with findfirst/findnext

Mumit Khan khan@xraylith.wisc.edu
Fri Nov 6 03:00:00 GMT 1998


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".



More information about the Cygwin mailing list