Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined reference to this pointer adjustor thunk #2926

Open
marczellm opened this issue Mar 4, 2019 · 0 comments
Open

Undefined reference to this pointer adjustor thunk #2926

marczellm opened this issue Mar 4, 2019 · 0 comments

Comments

@marczellm
Copy link

I had some C++ code in my project using multiple inheritance. The project had optimization set to -O2, I think this was imported from the Xcode settings. The linker gave me an error saying something like (I'm writing this from memory) "undefined reference to [thunk:] __thiscall MyClass::adjustor{4}".

This was solved by disabling optimization but I think this is a bug in the build system / compiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant