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

Add gumath ruby wrapper. #23

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Add gumath ruby wrapper. #23

wants to merge 9 commits into from

Conversation

v0dro
Copy link

@v0dro v0dro commented Sep 26, 2018

Adds ruby wrapper for gumath in the ruby/ folder.

v0dro and others added 9 commits September 26, 2018 09:46
Remove needless dependencies in Gemfile
Specify the location of extconf.rb in gemspec
This commit fixes the following errors:

```
linking shared-object ruby_gumath/ruby_gumath.bundle
duplicate symbol _cGumath_GufuncObject in:
    util.o
    gufunc_object.o
duplicate symbol _cGumath in:
    util.o
    gufunc_object.o
duplicate symbol _GufuncObject_type in:
    util.o
    gufunc_object.o
duplicate symbol _cGumath_GufuncObject in:
    util.o
    functions.o
duplicate symbol _cGumath in:
    util.o
    functions.o
duplicate symbol _GufuncObject_type in:
    util.o
    functions.o
duplicate symbol _cGumath_GufuncObject in:
    util.o
    ruby_gumath.o
duplicate symbol _cGumath in:
    util.o
    ruby_gumath.o
duplicate symbol _GufuncObject_type in:
    util.o
    ruby_gumath.o
duplicate symbol _cGumath_GufuncObject in:
    util.o
    examples.o
duplicate symbol _cGumath in:
    util.o
    examples.o
duplicate symbol _GufuncObject_type in:
    util.o
    examples.o
ld: 12 duplicate symbols for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)```
```
Fix duplicate symbols error
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.

None yet

2 participants