This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bug with gcc with findfirst/findnext


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]