I tried to install the latest dev version, but given all the bugs, I'm trying to revert to a prior version that was working. So, I removed the latest dev installation and reinstalled a prior version of freesurfer onto an FC3 linux system. I checked some setup issues and then ran csurf, which was fine, but tkmedit/tksurfer required tcltk 8.3, so I installed tcl8.3 and tk8.3 from rpm and then created symbolic links in /usr/lib:
ln -s libtkx8.3.so libtk8.3.so ln -s libtclx8.3.so libtcl8.3.so
Now tkmedit/tksurfer will startup, but they both complain about:
tksurfer: symbol lookup error: tksurfer: undefined symbol: Tcl_CreateInterp
I don't know how to handle this one. Any suggestions?
Thanks, Darren