> I have my own archive file (libx.a). I would like to use this archive > for linking with my own applications during its compilations. How can
use -L to modify the library searching path and supply the name (without lib, in your case -L /path/to/libx.a -l x ) should do.
But how is it related to kernel list?
HTH
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/