> Hello, > I am trying to install squid (squid-2.5.STABLE12) on a Solaris 10x86 = > computer. > I can do ./configure > But When I try make, I have the following error: > > # make > Making all in lib > make[1]: Entering directory `/export/home/root/squid-2.5.STABLE12/lib' > rm -f libdlmalloc.a > /usr/bin/false cru libdlmalloc.a dlmalloc.o > make[1]: *** [libdlmalloc.a] Error 255 > make[1]: Leaving directory `/export/home/root/squid-2.5.STABLE12/lib' > make: *** [all-recursive] Error 1 > > My path is: > # echo $PATH > /usr/sbin:/usr/bin:/usr/local/bin:/usr/local/php/bin > > I have gcc in /usr/local/bin > > Thank you to tell me what should I do ? > Try using GNU Make (gmake). M.