All, I have small Alpha Machine (DS-10) run RH 7.2 with kernel 2.4.9. Currently, it run as Transparent proxy, I plan to apply WCCP.
Here is my script to compile WCCP in x86 (I know it won't work in Alpha); gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-tri graphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpre ferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h -c -o ip_wccp.o ip_wccp.c Would you tell me what I should change the command to make it work in Alpha? Your answer is very appreciated. Thx & Rgds, Awie
