This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

darwin excess errors: different visibility


with trunk, on i386-apple-darwin9.4.0 configured as so:

/Users/bkoz/src/gcc/configure --prefix=/Users/bkoz/bld/H-x86-gcc
--enable-languages=c,c++ --enable-__cxa_atexit
--enable-checking=release --with-cpu=generic --disable-multilibs
--with-gmp=/Users/bkoz/bld/H-x86-gmp-4.2.1
--with-mpfr=/Users/bkoz/bld/H-x86-mpfr-2.3.0 --disable-shared

Seeing a lot of fails on my local build that I don't see on gcc test
results. Of this form:

ld warning: std::domain_error::~domain_error() has different
visibility (hidden)
in /Users/bkoz/bld/gcc/i386-apple-darwin9.4.0/libstdc++-v3/src/.libs/libstdc++.a(stdexcept.o)
and (default)
in /var/folders/vq/vqvLd1y7Gh8EJwc6GmdDfU+++TI/-Tmp-//ccMBkGhS.o
searching, I don't see anything obvious. Has anybody seen this, or know
off-hand how to solve it?

-benjamin


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