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

Have flexdll store symbol alias without __nm_ prefix #108

Closed
wants to merge 1 commit into from

Conversation

ttamttam
Copy link
Contributor

This is not really a pull request (except if it is found that it is useful).

I had to patch flexdll this way in order to have one project of mine to compile.

This is a project with a binding to C++ DLLs.
flexdll does not find some of the expected symbols, but there are found with "_nm" prepended.
I have no idea why.
My patch is just adding an alias without this prefx to the symbol found by flexdll.

Any idea where this problem comes from?

Best regards

@toots
Copy link
Member

toots commented Jun 26, 2019

Hi! Have you tried to submit this patch to flexdll's maintainer?

@ttamttam
Copy link
Contributor Author

ttamttam commented Jun 28, 2019

Hi! Have you tried to submit this patch to flexdll's maintainer?

OK. I'll discuss this with Alain: ocaml/flexdll#77

@ttamttam
Copy link
Contributor Author

This is supposed to have been solved a long time ago by the following merge in flexdll: ocaml/flexdll#3

@ttamttam ttamttam closed this Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants