paleolimbot commented on PR #280:
URL: https://github.com/apache/arrow-nanoarrow/pull/280#issuecomment-1688849511
FWIW I also had to compile slightly differently because I got a bunch of
missing symbol errors.
```
gcc -O3 -Wall -Werror -shared -fPIC \
-I$(python -c "import sysconfig;
print(sysconfig.get_paths()['include'])") \
-L/Library/Frameworks/Python.framework/Versions/3.11/lib -lpython3.11 \
comparisons.c nanoarrow.c -o comparisons.so
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]