On Monday 01 December 2003 20:02, Jeff Hobbs wrote:
* New build system: - per default no shells are built - new configure switches eg. --with-xotclsh, -with-actiweb --with-all
Am I to understand this means that xotcl from CVS (or source) now builds in a somewhat TEA-compatible fashion? ./configure --with-tcl=... make make test make install and nothing but a stubs-based $tcl_library/../xotcl1.1/* is installed (perhaps with docs and demos somewhere)?
that's the intent of these changes. Per-default under Unix only the XOTcllib with stub support is compiled. other (compiled) packages must be activated with configure flags. under Unix we install: libxotcl1.1.so libxotclstub1.1.a xotcl1.1/* to /usr/local/lib. Under windows everything goes into xotcl1.1/*, including libxotcl*.dll. Having everything in xotcl1.1/* (also the libs) is no problem ... its just removing a ".." from the generated pkgIndex.tcl file. It this an issue?