Help with compiling Galaxy 3.52 From: danielt3@gte.net Date: Sun, 18 Oct 1998 00:00:00 +0000 This may be a double post. If so, sorry. I'm having trouble compiling Galaxy 3.52 on my Macintosh. Specifically, there are several library functions that I just don't have. Could anyone tell me what these functions do so that I can try to find ways around them? I don't have the header file, dirent.h. What is it for? char *strdup(char *) What does this do? Is it like strcpy? DIR *opendir(char *) Apparently, DIR is defined in the dirent.h file. What is DIR and what does opendir do? struct dirent *readdir(DIR *) Apparently, struct dirent is defined in the dirent.h file as well. What is dirent and what does readdir do? Everything else seems to be working great. I realize this is not a programmer's forum but I need help from people who know this specific program, these are not general programming questions... Thanks for any replys... -- Daniel T. danielt3@gte.net http://home1.gte.net/danielt3/ Referenced By Up