1.download amsn-0.97.2 from
http://sourceforge.net/projects/amsn
2.tar -xjvf amsn-.97.2.tar.bz2
3.make sure that you have the tcl-dev and tk-dev packages installed on your system.
rpm -qa|grep tcl-dev
rpm -qa|grep tk-dev
if find nothing,please find the suiteable tcl-dev and tk-dev packages on your system installation media.
rpm -ivh tcl-devel-8.4.13-3.fc6.i386.rpm
rpm -ivh tk-devel-8.4.13-3.fc6.i386.rpm
4../configure
5.make
6.make install