> 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 > The null store type is also obsoleted and always built in 3.1. (configuring without any cache_dir enables it). There are other major issues now known in the 3.1.0.2 beta bundle. I suspect you are hitting one of these rather than obsolete options (which are expected to be ignored by configure). FYI: I'll be rolling out the 3.1.0.3, expected within 12 hours. Please try that when it's available. Thanks Amos > > -----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 >