Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building & testing on FreeBSD (13.3) #68

Open
sprock opened this issue Jul 3, 2024 · 0 comments
Open

Building & testing on FreeBSD (13.3) #68

sprock opened this issue Jul 3, 2024 · 0 comments

Comments

@sprock
Copy link

sprock commented Jul 3, 2024

Hello,

Here are my notes on Jluna on FreeBSD.

Does not build with c++; use g++13
Testing (at least) needs libblastrampoline (undocumented dep).

I tried with

CMAKE_EXE_LINKER_FLAGS /home/rmason/.local/lib/libblastrampoline.so.5

and it linked,

jluna_test:
libblastrampoline.so.5 => /home/rmason/.local/lib/libblastrampoline.so.5 (0x24382e831000)
libjluna.so.1.0.0 => /opt/local/libjluna.so.1.0.0 (0x24383047f000)
libjulia.so.1.10 => /opt/julia-1.10.4/lib/libjulia.so.1.10 (0x24382f937000)
libthr.so.3 => /lib/libthr.so.3 (0x243830d9e000)
libstdc++.so.6 => /usr/local/lib/gcc13/libstdc++.so.6 (0x243832400000)
libm.so.5 => /lib/libm.so.5 (0x2438318bc000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x243833400000)
libc.so.7 => /lib/libc.so.7 (0x24383407d000)
libdl.so.1 => /usr/lib/libdl.so.1 (0x243834720000)
[vdso] (0x7ffffffff650)

but still dumps core.

Give up.

Cheers,
sprock

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

No branches or pull requests

1 participant