Hello. I usually build squid with: mkdir build # in the source root dir cd build ../configure --options make and make install This has worked well with various 3.1 versions and with the first version of 3.2.0.3. Howver, with 3.2.0.3-20101122 I get this error: > Assembler messages: > Fatal error: can't create ../src/tests/stub_debug.o: No such file or > directory make[2]: *** [../src/tests/stub_debug.o] Error 2 > make[2]: Leaving directory > `/usr/src/squid/squid-3.2.0.3-20101122/build/tools' make[1]: *** > [all-recursive] Error 1 Building directly in the source dir works as advertized... ;) Any thoughts? Thanks.