View previous topic :: View next topic |
Author |
Message |
ultralord Master

Joined: 06 Nov 2006 Posts: 255
|
Posted: Mon Oct 20, 2008 7:35 am Post subject: compile problem anyone know? |
|
|
i am going to compile tcludp but i have this problem:
(i have install tcl and tk dev's)
Code: |
ultralord@debian:~/files/tcludp$ ./configure --enable-threads --prefix=/usr/lib/tcl8.4
checking for correct TEA configuration... ok (TEA 3.5)
checking for Tcl configuration... configure: WARNING: Can't find Tcl configuration definitions |
anyone?
thnx |
|
Back to top |
|
 |
TCL_no_TK Owner

Joined: 25 Aug 2006 Posts: 509 Location: England, Yorkshire
|
Posted: Fri Oct 24, 2008 12:00 pm Post subject: |
|
|
Usually, Quote: | ./configure --with-tclconfig=<path> | -AND/OR- Quote: | ... --with-tkconfig=<path> | dose the trick. _________________ TCL the misunderstood |
|
Back to top |
|
 |
_-XPERT-_ Voice
Joined: 06 Nov 2008 Posts: 1
|
Posted: Thu Nov 06, 2008 4:29 am Post subject: Re: compile problem anyone know? |
|
|
ultralord wrote: | i am going to compile tcludp but i have this problem:
(i have install tcl and tk dev's)
Code: |
ultralord@debian:~/files/tcludp$ ./configure --enable-threads --prefix=/usr/lib/tcl8.4
checking for correct TEA configuration... ok (TEA 3.5)
checking for Tcl configuration... configure: WARNING: Can't find Tcl configuration definitions |
anyone?
thnx |
Yep me.
apt-get install tcl-dev |
|
Back to top |
|
 |
ultralord Master

Joined: 06 Nov 2006 Posts: 255
|
Posted: Thu Nov 06, 2008 8:17 am Post subject: |
|
|
problem solved many days before:P also i had installed that package
thnx anyway  |
|
Back to top |
|
 |
|