Valdis.Kletnieks(a)vt.edu wrote:
[snip]
The problem is that IBM defines a *MACRO* called 'memcpy',
and we have
stuck a #ifdef/#endif inside the macro call. As a workaround, try adding
'-U__STR__' to your CFLAGS - this will cause string.h to not do a #define
for strcpy() to __strcpy() - it uses this for automatic inlining support.
That made it. Thanks for your help, Valdis!
Regards,
Markus
--
Markus Alt
IBM Lab Boeblingen, Germany
altmark(a)de.ibm.com