Read the release notes for 3.x, you'll see that --enable-snmp is no longer a valid configure option as it's built by default (use --disable-snmp if you don't want it) Once you configure, your next step is to 'make all', followed by 'make install' HTH -----Original Message----- From: Saurabh Agarwal [mailto:Saurabh.Agarwal@xxxxxxxxxx] Sent: Monday, December 01, 2008 11:00 AM To: squid-users@xxxxxxxxxxxxxxx Subject: compiling squid-3.1.0.2.tar.bz2 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