Pgtcl icon indicating copy to clipboard operation
Pgtcl copied to clipboard

Parallel build fails

Open dgilman opened this issue 1 year ago • 0 comments

If I build with -j the build reliably fails. As part of the installation process the makefile calls install_name_tool before the dynamic library has been fully linked.

I can reliably get the build to complete every time by removing the -j option from make.

This is on MacOS X 14.5. Attached are the logs, I first demonstrate the build failing with make -j16 and then demonstrate it working with make -j1.

log.txt

dgilman avatar Jul 14 '24 00:07 dgilman