"kamaraju kusumanchi" <raju.mailinglists@xxxxxxxxx> writes: > "../../../unZipped/gcc-4.4-20081107/gcc/mcf.c", line 215: undefined > symbol: __LONG_LONG_MAX__ Gah, that code is horribly broken. It will fail with any compiler which is not gcc. Can you file a bug report about it? The bug is this line: #define CAP_INFINITY __LONG_LONG_MAX__ Ian