[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: XFree86 4.0.2 status



>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 to: