[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to force libtool to use CXX mode?
From: |
Karl Berry |
Subject: |
Re: How to force libtool to use CXX mode? |
Date: |
Mon, 13 May 2024 16:27:38 -0600 |
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