>>>>> "surya" == surya <surya@xxxxxxxxx> writes: surya> I compile[d] network simulator (nam and nam with surya> GUI) and ./configure reports tcl installation is surya> incomplete or can not find it automatically. surya> I try ./configure --with-tcl=/usr/lib/ but no surya> luck. In addition the the -devel packages, I think you will have better luck if you add symlinks: # ln -s /usr/share/tcl8.3 /usr/share/tk8.3 /usr/lib and then just "./configure" may well work. (I don't have a FC1 box at hand right now.) For FC2 test: # ln -s /usr/share/tk8.3 /usr/lib $ ./configure --with-tcl-ver=8.4 --with-tk-ver=8.4 gets me through the tcl/tk configuration at least. :) Hth, Jens