trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2020

Re: How to easily check build configuration

From: deloptes <deloptes@...>
Date: Sat, 07 Mar 2020 08:01:02 +0100
Michele Calgaro via trinity-devel wrote:

> Hi Emanoil,
> since you are building for debian like distros, start from debian/rules
> file to see the option passed to make/cmake. Then you can look at the
> build log output that will list the options/libraries detected and
> missing. It is very detailed . Cheers
> Michele

Thank you Michele, but doesn't it look like manual process? Usually the
configure script may or may not print the results of the configuration.

Can this be automated?