From: khan AT xraylith DOT wisc DOT 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: To: root AT jacob DOT remcomp DOT fr (root) Cc: gnu-win32 AT cygnus DOT com root AT jacob DOT remcomp DOT 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 AT cygnus DOT com" with one line of text: "help".