Sat, 06 Nov 2021 09:38:51 -0700, Christian Werner wrote:
You could try out the Haiku OS builds of undroidwish, see
www.androwish.org However, this currently has no standalone tclsh. And
is rather experimental.
OTOH, a plain Tcl 8.6 can be easily compiled on current Haiku OS.
Cheers,
Christian
Hi Christian,
In fact, I could compile the new 8.6.12. The return code was 0.
But `make check` returned an error.
make test
[...]
gcc -O2 -pipe -Wl,--export-dynamic -shared -o pkgooa.so pkgooa.o -L/ boot/home/Desktop/tcl8.6.12/unix -ltclstub8.6 -lroot -lz -lpthread -
lnetwork
make[1]: Leaving directory '/boot/home/Desktop/tcl8.6.12/unix/dltest'
make tcltest-real LIB_RUNTIME_DIR="`pwd`"
make[1]: Entering directory '/boot/home/Desktop/tcl8.6.12/unix'
gcc -O2 -pipe -Wl,--export-dynamic tclTestInit.o tclTest.o
tclTestObj.o tclTestProcBodyObj.o tclThreadTest.o tclUnixTest.o \
-L/boot/home/Desktop/tcl8.6.12/unix -ltcl8.6 libtclstub8.6.a -
lroot -lz -lpthread -lnetwork \
-o tcltest
make[1]: Leaving directory '/boot/home/Desktop/tcl8.6.12/unix' LD_LIBRARY_PATH=`pwd`: TCLLIBPATH="/boot/home/Desktop/tcl8.6.12/unix/
pkgs" TCL_LIBRARY="/boot/home/Desktop/tcl8.6.12/library" ./tcltest /boot/ home/Desktop/tcl8.6.12/tests/all.tcl
runtime_loader: Cannot open file libtcl8.6.so: No such file or directory Makefile:813: recipe for target 'test-tcl' failed
make: *** [test-tcl] Error 3
And `make install` could not install it.
make install
Making directory /usr/local/lib
Making directory /usr/local/bin
Installing libtcl8.6.so to /usr/local/lib/
cp: cannot create regular file '/usr/local/lib/_inst.33973_': Invalid
Argument
Makefile:887: recipe for target 'install-binaries' failed
make: *** [install-binaries] Error 1
Best regards,
Luis
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)