Hi all! I tried to compile a package called ctypes (a python extension) which includes libffi on our Itanium server with gcc 3.3.3. This failed, with several "__float80 undefined" errors. Now I'd like to know, if this is just a missing header or gcc 3.3.3 just doesn't "have" __float80. (I found references to __float80 on the gcc 3.4 pages.) TIA, Martin