On Tuesday 12 August 2003 16.12, Awie wrote: > Sorry for this (beginner) question. However, I want to know how to > compile match and optimally the ip_wccp.c into my RH 7.3 (kernel > 2.4.21) on Pentium 4 machine.
Kernel modules are optimally compiled using the exact same gcc flags as used by the kernel makefiles when compiling kernel modules in "make modules" during a kernel build. (just copy-paste the options from a gcc line shown during "make modules"). Note: It is almost impossible to compile separate modules correclty to the RedHat kernels without also compiling your own kernel. -- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/business=hno%40squid-cache.org If you need commercial Squid support or cost effective Squid or firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, [EMAIL PROTECTED]
