-
Notifications
You must be signed in to change notification settings - Fork 38
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
ldc doesn't quite work with dyaml shared object #136
Comments
|
The linker messages you get strangely look like those i have in an unrelated D project. I suspect a compiler or maybe phobos bug, it cant be randomly the same symbols: as you can see the template instance is different but it's the same template. |
|
So i'm gonna close this because this is not a D-YAML bug. If it's the same bug then when using the LDC based on latest 2.074.x front-end you should see the problem disappear. |
|
|
Can you try with this one https://github.com/ldc-developers/ldc/releases/tag/v1.4.0 ? |
|
Probably not as the Debian package is at 1.8.0. |
|
Maybe someone will have a workaround after all, but it's certainly the same issue. |
|
I'll raise it on the LDC list, to see if there is some insight to be had there. |
|
I close. Now it's sure that it's a compiler front-end issue. With DMD the "-allinst" option works as workaround, if LDC has an equivalent option try it. |
Anyone know how to solve this one?
The text was updated successfully, but these errors were encountered: