On Wed, Dec 05, 2001 at 01:18:37PM -0500, Michael Smith wrote: > Hello all, > I am new the Linux world and have a problem which is somewhat > confusing. I am using the system call memset() in kernel code written > for Red Hat 7.1(kernel 2.4). I needed to make this code compatible with > Red Hat 6.2(kernel 2.2) and seem to be getting a unresolved symbol. > This is only happening in one place of the code in one file. I am using > memset() in other areas of the code which does not lead to the problem. You need to compile with optimisation turned on. Btw, your question would be more appropriate on the kernelnewbies list - see http://www.kernelnewbies.org/ regards john -- "Faced with the prospect of rereading this book, I would rather have my brains ripped out by a plastic fork." - Charles Cooper on "Business at the Speed of Thought" -- 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/