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.
General support and discussion of Eggdrop bots.
-
demond
- Revered One
- Posts: 3073
- Joined: Sat Jun 12, 2004 9:58 am
- Location: San Francisco, CA
-
Contact:
Post
by demond »
you can see if your Tcl library is compiled with thread support by launching tclsh and typing parray tcl_platform
connection, sharing, dcc problems? click
<here>
before asking for scripting help, read
<this>
use
-
rix
- Halfop
- Posts: 42
- Joined: Wed Sep 21, 2005 1:04 pm
- Location: Estonia
Post
by rix »
Sorry, it's a bit old topic, but...
Code: Select all
tcl_platform(byteOrder) = littleEndian
tcl_platform(machine) = i686
tcl_platform(os) = Linux
tcl_platform(osVersion) = 2.4.27-3-386
tcl_platform(platform) = unix
tcl_platform(threaded) = 1
tcl_platform(user) = rix
tcl_platform(wordSize) = 4
threaded = 1. So it is compiled? Regarding to this information... how can i fix the problem?