From: Andreas K. <and...@ac...> - 2008-12-19 20:56:29
|
> Questions (that I may better understand...): > - Why is zlib under compat/, libtommath under /, and tdbc under pkgs? > Shouldn't these have very similar treatment in the location in the > source tree? While similar they are different. My understanding is this: ** tdbc is a bundled package. It is maintained externally, and we distribute it only. Therefore pkgs/ ** The zlib sources are 'only' a fallback to use when no usable system zlib library was found, or if explicitly requested (static linking). Therefore compat/, where we have other fallback files, mainly headers. ** And libtomath is an integral part of the core. We use only the sources coming with Tcl, never look for a system library, and, most important I believe, we have AFAIK forked the sources. IIRC Kevin said something to the effect that our libtommath contains a number of changes which are not in the original libtommath. IIRC the changes were given to the upstream maintainer, but rejected. > - Does tdbc build and install automatically as part of a standard Tcl > build on other platforms (incl. Win + cygwin)? If not, shouldn't this > be the case? > > Regards, > Twylite > > > ------------------------------------------------------------------------------ > _______________________________________________ > Tcl-Core mailing list > Tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-core |