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 objc/55291] libsanitizer doesn't build multilib


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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2012-11-13 03:48:39 UTC ---
After I fixed configure.ac, "make install" gave me:

 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libasan.la
'/export/build/gnu/gcc-x32/release/usr/gcc-4.8.0-x32/lib/../lib'
libtool: install: error: cannot install `libasan.la' to a directory not ending
in /usr/gcc-4.8.0-x32/lib

It can't tell "/usr/gcc-4.8.0-x32/lib/../lib" is the same as
/usr/gcc-4.8.0-x32/lib.


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