Unfortunately I cannot use GLIBC 2.34. I was checking out building jaunch with an older glibc and it worked ok for me, I had to make two changes. I added a -ldl argument during compilation. Then I removed the windows crosscompilation. Then I could build the dist, build the demos and run some of the demos.
I could not get fiji to start however.
If I did ./fiji-linux-x64 --dry-run I get the full command. I can run that and it starts great.
When I do ./fiji-linux-x64 --debug then everything looks good until
[JAUNCH-JVM] INVOKING MAIN METHOD
Then it just freezes.
Maybe this is a pointless venture and I wouldn't be too heart broken if you close the issue. I suppose fiji-stable will still function.
Unfortunately I cannot use GLIBC 2.34. I was checking out building jaunch with an older glibc and it worked ok for me, I had to make two changes. I added a -ldl argument during compilation. Then I removed the windows crosscompilation. Then I could build the dist, build the demos and run some of the demos.
I could not get fiji to start however.
If I did
./fiji-linux-x64 --dry-runI get the full command. I can run that and it starts great.When I do
./fiji-linux-x64 --debugthen everything looks good until[JAUNCH-JVM] INVOKING MAIN METHODThen it just freezes.
Maybe this is a pointless venture and I wouldn't be too heart broken if you close the issue. I suppose fiji-stable will still function.