If optimization is disabled then Squid does not link proper

comm.o: In function `AcceptFD::AcceptFD(void)':
/home/henrik/SRC/squid/commit/src/comm.cc(.gnu.linkonce.t._._12DeferredRead+0x2e): 
undefined reference to `DeferredRead::operator delete(void *)'
collect2: ld returned 1 exit status


There is a delete operation declared in the class, but there does not 
seem to be any definition of the same. I guess this is an attempt to 
block the delete operation, but in such case why does the compiler 
want one?

Regards
Henrik

Reply via email to