I've done some more research and discovered that the 1.2 Version of Mac OS X Server includes a stream.h file. This file is not the same as the streams.h file I mentioned in my earlier email, which led me to wonder if the source code in String.cc actually makes use of any of the stuff defined in stream.h. I commented out line 22 in String.cc and line 19 in HtRegexReplaceList.cc, both of which include stream.h. This allows the make to proceed further, leading me to believe that neither of these source files really needs to include stream.h. Now, I'm stuck on the following: cc -bundle -undefined suppress -o .libs/libht.so Configuration.lo Database.lo Dictionary.lo DB2_db.lo IntObject.lo List.lo Object.lo ParsedString.lo Queue.lo QuotedStringList.lo Stack.lo String.lo StringList.lo StringMatch.lo String_fmt.lo good_strtok.lo strcasecmp.lo mktime.lo strptime.lo timegm.lo getcwd.lo memcmp.lo memcpy.lo memmove.lo raise.lo strerror.lo HtCodec.lo HtWordCodec.lo HtVector.lo HtHeap.lo HtPack.lo HtDateTime.lo HtRegex.lo HtRegexList.lo HtRegexReplace.lo HtRegexReplaceList.lo HtVectorGeneric.lo HtMaxMin.lo HtWordType.lo myqsort.lo md5.lo mhash_md5.lo -L/usr/lib -lz -framework System /usr/bin/ld: multiple definitions of symbol _mktime mktime.lo definition of _mktime in section (__TEXT,__text) /System/Library/Frameworks/System.framework/System(ctime.o) definition of _mktime I'm not really sure what this means. Cleland Early _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

