2022-09-23

Build errors with Make for C++ code after updating macOS

I am trying to build a C++ code with “make“ but after that I updated my macOS from 12.3 to 12.6, I am getting this error:

A linker snapshot was created at: /tmp/libqints.dylib-2022-09-16-155828.ld-snapshot

ld: Assertion failed: (_file->_atomsArrayCount == computedAtomCount && "more atoms allocated than expected"), function parse, file macho_relocatable_file.cpp, line 2061.

And I'm using gcc(12.2.0) compiler installed with home-brew.

But before the update, everything was working fine.



No comments:

Post a Comment