automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

rb4: linker resolution patch


From: Richard Boulton
Subject: rb4: linker resolution patch
Date: Thu, 9 Aug 2001 18:04:47 +0100
User-agent: Mutt/1.2.5i

I've found a problem with the determination of the linker to use: if we
have:

foo_SOURCES = foo.c
dist_foo_SOURCES = bar.cxx

then we should use CXXLINK for linking, but currently we will use LINK.

I've put together a test case to check this, and also a patch to fix this.
The fix for the patch is also an architectural change which is needed for
my (rather large) coming patch to remove O(2^n) behaviour when defining
_OBJECTS variables.

All tests behave correctly after this patch is applied.

-- 
Richard

Attachment: patch1
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]