I was able to compile mod_dtcl and run the test suite on a Debian
system with the following machine information:
davidw@sesh4:~$ cat /proc/cpuinfo
cpu family : SH-4
cache size : 8K-byte/16K-byte
bogomips : 199.47
Machine: SolutionEngine
CPU clock: 200.01MHz
Bus clock: 66.67MHz
Peripheral module clock: 33.33MHz
% parray tcl_platform
tcl_platform(byteOrder) = littleEndian
tcl_platform(machine) = sh4
tcl_platform(os) = Linux
tcl_platform(osVersion) = 2.4.18-sh
tcl_platform(platform) = unix
tcl_platform(user) = davidw
If you want, I can send you the binary mod_dtcl.so, which is linked
like so:
davidw@sesh4:~/libapache-mod-dtcl-0.12.1$ ldd ./mod_dtcl.so
libtcl8.3.so.1 => /usr/lib/libtcl8.3.so.1 (0x29579000)
libdl.so.2 => /lib/libdl.so.2 (0x2961f000)
libm.so.6 => /lib/libm.so.6 (0x29632000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x296c1000)
libc.so.6 => /lib/libc.so.6 (0x296dd000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x52aaa000)
Other than that, I wonder if there is some other problem with your
system...
--
David N. Welton
Consulting: http://www.dedasys.com/
Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
Apache Tcl: http://tcl.apache.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]