On Mon, 14 Jan 2002, Michael Zhu wrote: > Hello,everyone, can I link a kernel module with a > library? In my module I need to call the functions > exported from a .a library. I couldn't link that > library with my module. I know it is possible to link > two .o files in one module. But how to build a module > with one .a file and one .o file. Can anyone give me a > hand on this? Thanks in advance. As long as its not a userland library... -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/