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/52623] 4.7.0-RC-20120314: bootstrap failure on AIX due to multilib and using C++ in post-stage1


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

--- Comment #16 from David Edelsohn <dje at gcc dot gnu.org> 2012-03-28 12:29:29 UTC ---
Symbolic linking or hard linking libNAME.so.1 to libNAME.so doesn't work?  I
seem to remember something strange about the way AIX loader followed symbolic
links.

For versioning one can use libNAME.1.so or libNAME-1.so -- as long as ".so" is
the file extension.


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