-
Notifications
You must be signed in to change notification settings - Fork 9
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 `__sync_bool_compare_and_swap_4' #37
Comments
386 doesn't have |
Undefined reference is not an answer. |
I think those are in |
Tried just now:
How so? |
Its probably unavailable in your build. |
How far does 486 go besides atomics? |
It hasn't been ported to djgpp yet, I guess no one ever needed it.
|
Maybe if you use |
|
I was hoping it to deduce that the |
Using __sync intrinsics by default
results into an error.
Changing
-march
solves the problem,but things should work by default.
The text was updated successfully, but these errors were encountered: