my problem seems due to path issue. After I re configure and compile again, it doesn't show that error anymore. Anyway, I am now using 'make' under /usr/ccs/bin thanks. ________________________________ From: Amos Jeffries <squid3@xxxxxxxxxxxxx> To: squid-users@xxxxxxxxxxxxxxx Sent: Wednesday, December 7, 2011 8:43 PM Subject: Re: compile error on Squid 3.1.18 On 7/12/2011 11:45 p.m., Víctor José Hernández Gómez wrote: > Hi Jose, > >> My problem (a link problem) was solved when I inverted the order of >> SSLLIB and SSL_LIBS inside src/Makefile >> >> squid/squid-3.1.18 > diff src/Makefile.org src/Makefile >> 1893c1893 >> < $(SSLLIB) $(SSL_LIBS) -lmiscutil $(EPOLL_LIBS) $(MINGW_LIBS) \ >> --- >> > $(SSL_LIBS) $(SSLLIB) -lmiscutil $(EPOLL_LIBS) $(MINGW_LIBS) \ >> squid/squid-3.1.18 > > > > thank you very much !!! it works wonders now!! > Thank you both. I have applied this change to 3.1 (seems order was fixed in 3.2 due to other build dependency changes) Amos