On 2/13/22 21:22, Jared McLaughlin wrote:
Hello, After building for the first time on an Ubuntu VM... I have questions. 1. Does the build system generate logs? If so, where? 2. Is a little bit of build automation / dependency management in scope? Jared
I just redirected make's output to a file. To see more detail you can set BUILD_VERBOSE:
export BUILD_VERBOSE=1; make >make.out 2>&1 & is what I did.
_______________________________________________ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers
_______________________________________________ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers