When compiling GtkAda on Mac OS X, a small problem occurred in the gtkextra C-code. It uses <malloc.h>, but on OS X it is <sys/malloc.h>. This is solved by making a soft link in /usr/include to usr/include/sys/malloc.h. Perhaps this can be taken care of in the configure script. Manuel