I'd try compiling with gcc -Wall.  Most likely
you have a prototype missing.  malloc is builtin
to the compiler but xmalloc is not.

Reply via email to