librapi2 0.14's configure script does
CFLAGS=`echo $CFLAGS | sed 's|-Werror||'`

However, if you have set -Werror=format-security in your CFLAGS (which is 
the default in Mandriva), this results in the broken option
"=format-security", breaking the configure script with:
gcc: =format-security: No such file or directory
when building the pthread tests.

-- 
Frederik Himpe


------------------------------------------------------------------------------
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to