This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14654] gcc does not support the visibility attribute?
- From: "worf at sbox dot tu-graz dot ac dot at" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Mar 2004 17:53:38 -0000
- Subject: [Bug c/14654] gcc does not support the visibility attribute?
- References: <20040319154825.14654.jkolb@brandeis.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From worf at sbox dot tu-graz dot ac dot at 2004-03-25 17:53 -------
after about 20 rebuilds of gcc i found out!
No - it does not work by simply upgrade coreutils, and it's not a bug in
coreutils.
it is coreutils which does break it, but it seems to be a chown or something
like that, because if i do a "export _POSIX2_VERSION=199209" before building
gcc, everything is fine.
and one of the new things of coreutils 5.2.0 is that "chown user.group" is
invalid, a ":" is needed instead of the "." - which can be worked around by the
export mentioned above.
sigh - for 2 weeks i had a broken gcc, and trying to track the issue down i
compleately messed up my system. but now there is light. unfortunately i have
to do a reinstall now...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14654