[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "visibility attribute not supported" gettext 0.17, Solaris 10, GCC 4
From: |
Bruno Haible |
Subject: |
Re: "visibility attribute not supported" gettext 0.17, Solaris 10, GCC 4.2.2 |
Date: |
Thu, 8 Nov 2007 02:10:32 +0100 |
User-agent: |
KMail/1.5.4 |
[Replying to
<http://lists.gnu.org/archive/html/bug-gnu-utils/2007-11/msg00037.html>.
CCing bug-gnulib. Please remove bug-gnu-gettext from the replies.]
Paul Eggert wrote:
> perhaps gl_VISIBILITY should be changed to test whether the
> visibility attribute works when linking, as opposed to just checking
> whether it compiles?
Fine with me. Since you have a system where this makes a difference and I
don't (-fvisibility has been introduced in gcc 4.0, IIRC, and the gcc that
I have on Solaris is 3.2.2), you are in a better position than me for
implementing this change.
Bruno