Rowan Potgieter wrote:
Hi guys
I've changed my native compiler to GCC 3.3.6 from 4.10 which came with
SuSE 10.1, possibly I stuffed it up!
When attempting to compile GCC 3.4.4 for an arm-linux toolchain i get
the following error:
checking float.h presence... yes
configure: WARNING: float.h: present but cannot be compiled
configure: WARNING: float.h: check for missing prerequisite headers?
configure: WARNING: float.h: see the Autoconf documentation
configure: WARNING: float.h: section "Present But Cannot Be Compiled"
configure: WARNING: float.h: proceeding with the preprocessor's result
configure: WARNING: float.h: in the future, the compiler will take
precedence
Look in config.log and see what exactly is failing.
--Yan