RE: Unresolved Symbol error

2001-02-10 Thread Dunlap, Randy
> I am trying to create a catcher module that will provide a > distributed layer over the file system. To do this I am using > a kernel module to intercept and pre process the open system > call. However I need to use some functions such as strlen() > and memcpy() etc. When I try to compile th

Unresolved Symbol error

2001-02-10 Thread Hasan Abbasi
Hi, I am trying to create a catcher module that will provide a distributed layer over the file system. To do this I am using a kernel module to intercept and pre process the open system call. However I need to use some functions such as strlen() and memcpy() etc. When I try to compile the modul