[email protected] said: > more undefined references to `sqrtf' follow > collect2: error: ld returned 1 exit status
This is not normal. If I try and build a test program using sqrtf and not link it against -lm, it links fine due to GCC magically turning sqrtf into a builtin. Are you sure you're not building pixman with -ffreestanding or -fno-builtin? Martin
