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

Provide a C shared lib build options #134

Open
1 of 3 tasks
noandrea opened this issue Nov 7, 2019 · 1 comment
Open
1 of 3 tasks

Provide a C shared lib build options #134

noandrea opened this issue Nov 7, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@noandrea
Copy link
Contributor

noandrea commented Nov 7, 2019

  • I'm submitting a ...

    • bug report
    • feature request
    • support request => Please do not submit support request here, see note at the top of this template.
  • What is the expected behavior?

provide a c shared library that can be used in other languages (rust, c, c++, py ...)

  • What is the motivation / use case for changing the behavior?

Golang has the builtin ability to produce c shared libraries, it would be great to have it included and tested in the current go library

  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. forum, telegram, etc)

some references articles are:
https://medium.com/learning-the-go-programming-language/calling-go-functions-from-other-languages-4c7d8bcc69bf#.n73as5d6d

https://github.com/vladimirvivien/go-cshared-examples

noandrea added a commit that referenced this issue Nov 7, 2019
it contains the options to build the source to a c-shared language

relates to #134
@noandrea noandrea added this to the 7.1.0 milestone Nov 19, 2019
@noandrea
Copy link
Contributor Author

also provide an example / how to with C++

randomshinichi pushed a commit that referenced this issue Nov 26, 2019
it contains the options to build the source to a c-shared language

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

No branches or pull requests

2 participants