CFLAGS="-Wl,--as-needed -O" ./configure works (and builds) for me..
The -O is needed if want to test `make` afterwards and you are building on x86, due to assembler inlines requires some level of optimization, else gcc freaks out. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

