Skip to content

Fixing gcc linkage issue (C11 Standards 6.7.4)#1

Open
tomkp75 wants to merge 1 commit into
tsznxx:masterfrom
tomkp75:master
Open

Fixing gcc linkage issue (C11 Standards 6.7.4)#1
tomkp75 wants to merge 1 commit into
tsznxx:masterfrom
tomkp75:master

Conversation

@tomkp75
Copy link
Copy Markdown

@tomkp75 tomkp75 commented Feb 7, 2020

After compiling with GNU gcc or installing via pip I can't import wWigIO:

import wWigIO
Traceback (most recent call last):
File "", line 1, in
ImportError: /root/venv/lib/python2.7/site-packages/wWigIO.so: undefined symbol: cmpTwoBits32

Either giving it internal linkage with "static inline" or external linkage in the header would fix the issue.

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.

1 participant