Forum OpenACS Q&A: error when installing nscahe (aolserver4 installation)

i came across the following error when iam trying to install the nscache-0.6.tgz
------------------------------------------------------------
[root@rknowsys nscache-0.6]# make install
make: *** No rule to make target `install'. Stop.
[root@rknowsys nscache-0.6]#
------------------------------------------------------------

as in my FC4 installation i had already gcc and make installed.Following are the versions of gcc and make installed on my machine
------------------------------------------------------------
[root@rknowsys nscache-0.6]# gcc --version
gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
------------------------------------------------------------
[root@rknowsys nscache-0.6]# make --version
GNU Make 3.80
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
[root@rknowsys nscache-0.6]#
------------------------------------------------------------

Following are the gcc rpms installed:
[root@rknowsys nscache-0.6]# rpm -qa *gcc*
compat-gcc-32-3.2.3-47.fc4
compat-gcc-32-g77-3.2.3-47.fc4
gcc-objc-4.0.0-8
libgcc-4.0.0-8
gcc-4.0.0-8
gcc-c++-4.0.0-8
gcc-gnat-4.0.0-8
compat-libgcc-296-2.96-132.fc4
gcc-java-4.0.0-8
gcc-gfortran-4.0.0-8
compat-gcc-32-c++-3.2.3-47.fc4
------------------------------------------------------------

Following are the make packages installed:
------------------------------------------------------------
[root@rknowsys nscache-0.6]# rpm -qa *make*
automake14-1.4p6-12
automake16-1.6.3-5
automake17-1.7.9-6
automake15-1.5-13
make-3.80-7
automake-1.9.5-1
[root@rknowsys nscache-0.6]#
------------------------------------------------------------

can anyone help me in solving this issue?