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

Build issues (undefined symbol: cblas_ctrmv) #3

Open
sbresnahan opened this issue Oct 16, 2024 · 1 comment
Open

Build issues (undefined symbol: cblas_ctrmv) #3

sbresnahan opened this issue Oct 16, 2024 · 1 comment

Comments

@sbresnahan
Copy link

Following build instructions per the README.md, on intel linux with cargo 1.80.1-nightly (376290515 2024-07-16):

git clone [email protected]:COMBINE-lab/TreeTerminus.git
cd TreeTerminus
cargo build --release

initially gives an error: error[E0635]: unknown feature "proc_macro_span_shrink"

After deleting Cargo.lock and rebuilding, the process completes. However, target/release/treeterminus yields:

target/release/treeterminus: symbol lookup error: /lib64/libgsl.so.23: undefined symbol: cblas_ctrmv
@NPSDC
Copy link
Collaborator

NPSDC commented Oct 24, 2024

Hi,
I apologize for the late reply. So it seems the issue is due to the inability of the program to find the libgsl library. Can you try installing the libgsl-dev and then compile? Also, can you mention the version of g++ , (g++ --version ).

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

2 participants