On Thu, 24 Feb 2005 23:26:53 -0600, Chris Lattner wrote: > In the case of C/C++, basically anything that includes a > standard header will not be portable, at least not across systems with > different implementations of libc. Do you mean portable across operating systems here, or portable across CPU architectures? Presumably the former ...