Tom wrote: > Currently I've installed this in $(includedir). This is wrong because > the header is platform-dependent. Can we simply use the compiler provided macro definitions (__sparc__, etc) to figure out what to do? That's how I recently addressed this problem in my libffi development sources. AG