On 10/16/09 12:21 AM, nitin chandra wrote: > On Thu, Oct 15, 2009 at 2:01 PM, nitin chandra <[email protected]> > wrote: >> Hello Everyone, >> >> I have a fresh installation of FC10, with gcc 4.3.2, kerrnel 2.6.27, >> on a P4 1.8GHz, 256 DDR RAM, with Python 2.6.2 (--enable-shared, >> --with-threads, /opt/python262), Tcl / Tk 8.5 installed as part of the >> distro (/usr/lib), tclConfig.sh has TCL_THREADS=1
Did you compile Tcl with --enable-threads, or did you just edit tclConfig.sh and set TCL_THREADS=1? It appears that you need -lpthreads but it's not being included in your LIBS and linker step. There's something strange going on ... do you have libpthreads installed? -- Dossy Shiobara | [email protected] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[email protected]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
