fastalgorithms / fmm3dbie

GNU General Public License v2.0
25 stars 10 forks source link

Dynamic-link option update #1

Closed coffee-addict closed 2 years ago

coffee-addict commented 2 years ago

Hello,

When I tried to run 'make test-dyn', the error message below showed up and the test failed to run while 'make test' works fine. '/usr/bin/ld: cannot find -libfmm3dbie' The reason I guess is that the linker interpreted '-libfmm3dbie' option as 'lib' plus 'ibfmm3dbie.so'. Slightly changing the dynamic-link option makes test-dyn work on my side. I would appreciate it if anyone knowledgable could take a look at it to see if this change would be useful.

The machine environment I used for the test is the following:

mrachh commented 2 years ago

Hi, Many thanks for the fix, it is useful indeed and I've merged it into the main branch.

coffee-addict commented 2 years ago

@mrachh Thank you so much for taking time on this.