This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

compile problem anyone know?

General support and discussion of Eggdrop bots.
Post Reply
User avatar
ultralord
Master
Posts: 255
Joined: Mon Nov 06, 2006 6:52 pm

compile problem anyone know?

Post by ultralord »

i am going to compile tcludp but i have this problem:
(i have install tcl and tk dev's)

Code: Select all

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
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

Usually,
./configure --with-tclconfig=<path>
-AND/OR-
... --with-tkconfig=<path>
dose the trick.
_
_-XPERT-_
Voice
Posts: 1
Joined: Thu Nov 06, 2008 4:22 am

Re: compile problem anyone know?

Post by _-XPERT-_ »

ultralord wrote:i am going to compile tcludp but i have this problem:
(i have install tcl and tk dev's)

Code: Select all

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
User avatar
ultralord
Master
Posts: 255
Joined: Mon Nov 06, 2006 6:52 pm

Post by ultralord »

problem solved many days before:P also i had installed that package :P

thnx anyway :)
Post Reply