> Since Tcl is compiled with a lot of other systems, it can cause > problems if the struct stat it uses is a different size than those > used by, say, Apache, which is compiled like so:
> -D_FILE_OFFSET_BITS=64 As far as I can see, now Tcl uses struct stat64 (and corresponding functions fstat64() lstat64() etc.). Is definition of _FILE_OFFSET_BITS=64 still necessary? -- Sergei Golovan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

