flightaware / Pgtcl

Tcl client side interface to PostgreSQL (libpgtcl)
https://flightaware.github.io/Pgtcl/
BSD 3-Clause "New" or "Revised" License
31 stars 10 forks source link

Parallel build fails #53

Open dgilman opened 3 months ago

dgilman commented 3 months ago

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