You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If I build with
-j
the build reliably fails. As part of the installation process the makefile callsinstall_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 withmake -j1
.log.txt
The text was updated successfully, but these errors were encountered: