Hi All Today I downloaded squid-3.1.0.2.tar.bz2 from http://www.squid-cache.org/Download/ and then followed the following instructions. 1. tar-jxvf squid-3.1.0.2.tar.bz2 2. cd squid-3.1.0.2 3. ./configure --enable-storeio=aufs,coss,diskd,null,ufs --enable-snmp 4. make gives an error. It doesn't work. I get following error make: *** No targets specified and no makefile found. Stop. Can any one tell what's wrong here with the Makefile? Regards, Saurabh