Re: How to force libtool to use CXX mode?

Karl Berry <[email protected]> Mon, 13 May 2024 16:27:38 -0600
Newsgroups gmane.comp.sysutils.automake.general
Message-ID <[email protected]>
    Automake does have a critical bug in that for a target which only 
    optionally has C++ sources, that target is always linked using C++. 

So it should only use C++ if the "option" is selected?
Can you provide a test tree?

    Without this issue, the trick of including an empty optional C++
    source file in the build would work.

I don't yet understand how all this is playing together ... -k