[patch] fix install dependencies for target libraries

Matthias Klose doko@ubuntu.com
Thu Dec 20 18:23:00 GMT 2012


This was seen with the libgo installation [1], but from my point of view can
happen when the install target is called with -j >1, libtool seems to fall back
to the system libraries if the library in the install location is not available
(which is always the case if you install into an empty dir set with DESTDIR).
Currently it just works for a non-parallel install because the dependencies in
Makefile.def are created in the right order.

Ok for the trunk?

  Matthias

[1] http://gcc.gnu.org/ml/gcc-patches/2012-12/msg01192.html


-------------- next part --------------
A non-text attachment was scrubbed...
Name: install.diff
Type: text/x-diff
Size: 1495 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20121220/a36291cc/attachment.bin>


More information about the Libstdc++ mailing list