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 libobjc/78698] [7 regression] Using static PIC libgc fails when it has dependencies


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78698

--- Comment #3 from Matthias Klose <doko at ubuntu dot com> ---
On 07.12.2016 17:06, egall at gwmail dot gwu.edu wrote:
> Note that some package managers automatically delete .la files as part of the
> installation process. I suppose it'd just fall through to the compile-and-link
> tests in that case, though, which might still work...

yes, it will. And I think it will still fail a --disable-shared build without
having a libgc.la.  The alternative would be to run the to-be-generated
LIBTOOL_COMPILE and LIBTOOL_LINK in the configure file. But I couldn't find any
references how that could be done.

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