Sources Bugzilla – Bug 4750
configure makes error "working compiler support for visibility attribute is required"
Last modified: 2007-07-07 16:36:36 UTC
When I invoke configure, it generates error "working compiler support for visibility attribute is required", always. The following wrong statement in configure causes it. Line: 5398 in version 2.6 (Line : 5901 in version 2.6.90) if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s1>&5' It should be below. if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
*** This bug has been marked as a duplicate of 333 ***