<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi all Im in the process of compiling a new Kernal to try and 
use the new Ipatables firewall</FONT></DIV>
<DIV><FONT size=2>Im very new to Kernal compiling and I would like to know if 
the following is a error</FONT></DIV>
<DIV><FONT size=2>I have no errors with</FONT></DIV>
<DIV><FONT size=2>make dep</FONT></DIV>
<DIV><FONT size=2>make clean </FONT></DIV>
<DIV><FONT size=2>make bzImage</FONT></DIV>
<DIV><FONT size=2>make modules</FONT></DIV>
<DIV><FONT size=2>However after isueing</FONT></DIV>
<DIV><FONT size=2>make modules_install at the very end I get the 
following</FONT></DIV>
<DIV><FONT size=2>I would like to know if this is a message or a error to be 
concerned about </FONT></DIV>
<DIV><FONT size=2>Thank you.</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT size=2>cd /lib/modules/2.4.0-test11; \<BR>mkdir -p pcmcia; \<BR>find 
kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia<BR>if [ 
-r System.map ]; then /sbin/depmod -ae -F System.map  2.4.0-test11; 
fi<BR>/sbin/depmod: invalid option -- F<BR>Usage: depmod [-e -s -v ] -a 
[FORCED_KERNEL_VER]<BR>       depmod [-e -s -v ] 
MODULE_1.o MODULE_2.o ...<BR>Create module-dependency information for 
modprobe.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>  -a, 
--all                  
visit all modules<BR>  -d, 
--debug                
run in debug mode<BR>  
-e                         
output unresolved symbols<BR>  
-i                         
ignore symbol versions<BR>  -m, --system-map <file>    
use the symbols in <file><BR>  -s, 
--system-log           use the 
system log for error reporting<BR>      
--help                 
display this help and exit<BR>  -v, 
--verbose              
run in verbose mode<BR>  -V, 
--version              
output version information and exit<BR>make: *** [_modinst_post] Error 
1<BR></FONT></DIV></BODY></HTML>