[email protected] said: > On Thu, Mar 05, 2015 at 01:41:56PM +0100, Martin Lucina wrote: > > [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? > > > > Just check, there are no such options in gcc rune.
Can you post the output of "gcc -v" and "gcc -dumpspecs"? Thanks, Martin
