This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 bootstrap/48135] build fails on Solaris2.8 due to Glob.pm not found within /usr/perl5


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48135

--- Comment #10 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-03-17 14:04:09 UTC ---
> --- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-17 13:58:19 UTC ---
> actually I see you're right, libgomp/configure doesn't allow symvers to be
> disabled for Solaris. Shouldn't there be a test like this before setting it?
> if test x$enable_symvers = xyes ; then

Indeed, just as in libstdc++-v3/configure.  That's the `beauty' of
having (at least) two different ways of configuring symbol versioning in
tree.

    Rainer


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