2014-10-26 14:54:36 +00:00
|
|
|
# Common Issues for Core Contributors
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
This is a page for maintainers to diagnose certain build errors.
|
|
|
|
|
|
|
|
## Issues
|
|
|
|
|
|
|
|
### `ld: internal error: atom not found in symbolIndex(__ZN10SQInstance3GetERK11SQObjectPtrRS0_) for architecture x86_64`
|
|
|
|
|
|
|
|
The exact atom may be different.
|
|
|
|
|
2016-09-14 17:33:30 +01:00
|
|
|
This can be caused by passing the obsolete `-s` flag to the linker and can be
|
2019-01-21 14:31:41 +00:00
|
|
|
fixed like [this](https://github.com/Homebrew/homebrew-core/commit/c4ad981d788b21a406a6efe7748f2922986919a8).
|