Mombu the Programming Forum

Go Back   Mombu the Programming Forum > Programming > ocaml system compilation issue: ./configure does not find tcl.h
User Name
Password
REGISTER NOW! Mark Forums Read




Reply
1 25th August 00:46
soren.renner
External User
 
Posts: 1
Default ocaml system compilation issue: ./configure does not find tcl.h



I am sure this is the smallest of problems. By the way, I am using Debian on x86.


From the Ocaml ./configure output:
.....
Configuring LablTk...
tcl.h not found.
Configuration failed, LablTk will not be built.
.....

This happens even when the location is specified:
sr@raindog:~/ocaml-3.08.1$ locate tcl.h
/usr/include/tcl8.4/tcl-private/generic/tcl.h
/usr/include/tcl8.4/tcl.h


thus, ./configure -tkdefs "/usr/include/tcl8.4/"

but still ....
Configuring LablTk...
tcl.h not found.
Configuration failed, LablTk will not be built.
.....
  Reply With Quote


 


2 25th August 00:47
erik de castro lopo
External User
 
Posts: 1
Default ocaml system compilation issue: ./configure does not find tcl.h



You probablt need to install the tcl8.4-dev package which
has the header files etc.

HTH,
Erik
--
+-----------------------------------------------------------+
Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
Fundamentalist : Someone who is colour blind and yet wants everyone
else to see the world with the same lack of colour.
  Reply With Quote


 


3 25th August 00:47
olivier andrieu
External User
 
Posts: 1
Default ocaml system compilation issue: ./configure does not find tcl.h


try
./configure -tkdefs "-I/usr/include/tcl8.4/"

--
Olivier
  Reply With Quote
Reply


Thread Tools
Display Modes




666