This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/4750] New: configure makes error "working compiler support for visibility attribute is required"


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'

-- 
           Summary: configure makes error "working compiler support for
                    visibility attribute is required"
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: mori at spiral-inno dot co dot jp
                CC: glibc-bugs at sources dot redhat dot com
  GCC host triplet: i686-pc-linux-gnulibc1
GCC target triplet: h8300-linux-elf-gcc


http://sourceware.org/bugzilla/show_bug.cgi?id=4750

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]