bug-automake
[Top][All Lists]
Advanced

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

Re: Automake 1.5 linker selection


From: Alexandre Duret-Lutz
Subject: Re: Automake 1.5 linker selection
Date: 26 Nov 2001 16:55:40 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

>>> "Christian" == Christian Cornelssen <address@hidden> writes:

[...]

 Christian> I suggest scanning `configure.ac' for
 Christian> "AC_LANG(language)" and to respect the result when
 Christian> determining the linker settings.  Since Automake
 Christian> favors the C++ linker if it encounters any C++
 Christian> sources, detecting "AC_LANG(C++)" in `configure.ac'
 Christian> should have a similar effect.

The linker is selected on a per-target basis.  Finding
AC_LANG(C++) in configure.ac does not mean all the targets in
your package use C++.

You'd rather override the linker in this particuliar case.
Grep the documentation for `maude_LINK'.
-- 
Alexandre Duret-Lutz



reply via email to

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