Hello Sumit, > i am getting the error of "clock skew detected : ur build may be > incomplete". > while i am inserting my module. can any body tell me why this error comes. Are you sure you get this error while inserting the module ?? ...it appears to be more like a build time error. Usually, "make" throws this error when the modification time on the files being built is in the future compared to the current system time. In any case, executing the following command on the top of your directory structure should set things right:
$ find -exec touch {} ';' HTH Regards Steve __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.