building glibc-2.3.5 on ix86 linux with gcc 4.0.1 fails complaining that 'isinf' aliased to undefined symbol '__isinf' however, on the same box, using the same config options but using gcc 3.4.3 the build is successful with no issues have been using: binutils 2.16.1 linux 2.6.11 is this a bug with gcc-4.x or glibc? thanks -r
glibc see PR 20652 which references the glibc patch which fixes it there. *** This bug has been marked as a duplicate of 20652 ***