Re: [Java-Cookbook] UnsatisfiedLinkError error while running 'make javatest'

2022-08-02 Thread Ashish
I couldn't make things work on the M1 Mac, kept running into issues. Last issue was ld: library not found for -lc++ Tried various solution around it and then switched to Intel mac @David/@Larry - A fresh clone on intel mac passed all the tests, including the dataset. I have not built the jni lib

Re: [Java-Cookbook] UnsatisfiedLinkError error while running 'make javatest'

2022-08-02 Thread Larry White
> > Can I build using these instruction > > https://arrow.apache.org/docs/developers/java/building.html#building-jni-libraries-on-macos > ? They should work, yes. On Tue, Aug 2, 2022 at 11:32 AM Ashish wrote: > It's M1 Mac. > > Not sure how the build worked till last week. Phew I need to start

Re: [Java-Cookbook] UnsatisfiedLinkError error while running 'make javatest'

2022-08-02 Thread Ashish
It's M1 Mac. Not sure how the build worked till last week. Phew I need to start drinking coffee again :( Can I build using these instruction https://arrow.apache.org/docs/developers/java/building.html#building-jni-libraries-on-macos ? thanks Ashish On Tue, Aug 2, 2022 at 8:22 AM David Li wrote

Re: [Java-Cookbook] UnsatisfiedLinkError error while running 'make javatest'

2022-08-02 Thread David Li
What platform are you running on? It looks like MacOS? We don't currently ship the JNI binaries for M1 (https://issues.apache.org/jira/browse/ARROW-16608) On Tue, Aug 2, 2022, at 10:39, Ashish wrote: > Hi, > > Running into this weird issue. While running "make javatest", following > error shows u