Re: [patch] fix install dependencies for target libraries
Ian Lance Taylor <[email protected]>
| Newsgroups | gmane.comp.gcc.java.patches,gmane.comp.gcc.patches,gmane.comp.gcc.libstdc++.devel,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <CAKOQZ8xNHk36AZ2aSV-r0vrsk4uOsTemvhKo4bfgkQpbZYD2_A@mail.gmail.com> |
On Thu, Dec 20, 2012 at 10:22 AM, Matthias Klose <[email protected]> wrote: > 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? This is OK with a ChangeLog entry. Thanks. Ian