just a thought

Rene Zaumseil <[email protected]>
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <[email protected]>
Hi,

currently I can create tclkits with the new kitgen approach.
To create starkits of binary extensions I still have to do a seperate compile.

Why not include these in the kitgen process and build platform specific 
starkits?

This is p.e. a patch of "makefile.include" to create sqlite:

SHARED = --enable-shared
INSTALLDIR = `uname`-`uname -m`
$(INSTALLDIR):
        mkdir -p $(INSTALLDIR)
build/sqlite: build/tcl $(INSTALLDIR)
        mkdir -p $@ && cd $@ && CFLAGS="$(CFLAGS)" && export CFLAGS && \
          sh ../../../sqlite-3_3_13-tea/configure $(SHARED) $(TCLDIR) && \
          $(MAKE) install-binaries && \
          cp -r ../lib/sqlite3.3.13 ../../$(INSTALLDIR)

What do you think?

The binary is from "http:://www.sqlite.org/sqlite-3_3_13-tea.tar.gz".


rene
[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.