On my Ubuntu Linux server (which has tcl and tcl-dev installed) I can't get fossil 2.4 to compile w/ tcl support:



ron@localhost:~/src/fossil-2.4$ ./configure --with-th1-hooks  --with-tcl=1
Host System...x86_64-unknown-linux-gnu
Build System...x86_64-unknown-linux-gnu
C compiler... cc -g -O2
C++ compiler... c++ -g -O2
Build C compiler...cc
Checking for stdlib.h...ok
Checking for uint32_t...ok
Checking for uint16_t...ok
Checking for int16_t...ok
Checking for uint8_t...ok
Checking for pread...ok
Checking for tclsh...ok
TH1 hooks support enabled
Checking libs for iconv...none needed
Checking for zlib.h...ok
Checking for inflateEnd in z...-lz
Checking for ssl via pkg-config...ok
HTTPS support enabled
Error: Cannot find Tcl on your system
Try: 'configure --help' for options


ron@localhost:~/src/fossil-2.4$ ./configure --with-th1-hooks  --with-tcl=1  --with-tcl-stubs=1
Host System...x86_64-unknown-linux-gnu
Build System...x86_64-unknown-linux-gnu
C compiler... cc -g -O2
C++ compiler... c++ -g -O2
Build C compiler...cc
Checking for stdlib.h...ok
Checking for uint32_t...ok
Checking for uint16_t...ok
Checking for int16_t...ok
Checking for uint8_t...ok
Checking for pread...ok
Checking for tclsh...ok
TH1 hooks support enabled
Checking libs for iconv...none needed
Checking for zlib.h...ok
Checking for inflateEnd in z...-lz
Checking for ssl via pkg-config...ok
HTTPS support enabled
Error: Cannot find Tcl on your system
Try: 'configure --help' for options



Ron Aaron | CTO Aaron High-Tech, Ltd | +1 425.296.0766 / +972 52.652.5543 | GnuPG Key: 91F92EB8

<<attachment: ron.vcf>>

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to