On 5/2/2014 19:49, Joseph S. Myers wrote: > On Fri, 2 May 2014, John Marino wrote: > >> http://grok.dragonflybsd.org/xref/dragonfly/sys/sys/types.h > > That's definitely not correct to include in <stddef.h>; it defines lots of > types outside the ISO C namespace.
Ok. So I guess there are two problems. 1) I don't know which type definitions are missing (iow, the important ones from sys/type.h that are required to build gcc) 2) Mainly because of 1) I don't know what to pull in instead. DragonFly doesn't have this _type.h split like FreeBSD Do you have a suggestion for me on how to proceed? Thanks, John