Date: Wed, 25 Mar 1992 08:12 CST From: DARREL HANKERSON Subject: Standard way to glob? To: djgpp AT sun DOT soe DOT clarkson DOT edu Status: O What is the standard way to add "globbing" (command-line filename expansion) to djgpp programs? I'm a djgpp novice. I've been able to add glob.c (from the GNUish libs) to texindex to get globbing, but there must be a standard way to do this. As you can see, I'm trying to get texindex for PCs (I have it working, but I want to add globbing). It seems that this program should compile also with MSC, but the sorting doesn't work right. In MSC, globbing can be easily added at link time. I'd appreciate any pointers on this globbing thing for djgpp. --darrel hankerson hank AT ducvax DOT auburn DOT edu