>memcpy is #defined to xf86memcpy in
>xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h
>
>So something goes very wrong with your build.

GCC can generate calls to memcpy on its own for structure copies and the like.
That symbol always needs to be available, you can't just #define it away.

p.


Reply via email to