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

Fixes issue #220. Link with libperl.dll.a when creating shared object on MSYS2 #222

Merged
merged 1 commit into from
Aug 4, 2020

Conversation

hakonhagland
Copy link
Contributor

@hakonhagland hakonhagland commented Aug 3, 2020

Fixes #220.

According to this page, it is not possible to leave a symbol in a PE DLL undefined at link time, to be satisfied at runtime, as it is instead possible with most UNIX shared objects. So we need to link with libperl.dll.a on MSYS2.

It is not possible to leave a symbol in a PE DLL undefined at link time,
to be satisfied at runtime, as it is instead possible with most UNIX shared objects
So we need to link with libperl.dll.a on MSYS2
Copy link
Owner

@leto leto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

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

Successfully merging this pull request may close these issues.

Installing Math::GSL on Windows 10, MSYS2 : undefined reference to `Perl_get_sv'
2 participants