-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi there,
I am trying to use DeepRepeat, and I tried to install DeepRepeat via conda.
After typing the following code
h5c++ -O3 -std=c++11 -I $DR_conda_base/include -L$DR_conda_base/lib -lhts -o genomic1FE ComFunction.c ComOption.c BamReader.c Fast5Index.c Fast5Reader.c RepeatFeatExtract.c genomic1FE.c $DR_conda_base//lib/libhdf5_hl_cpp.a $DR_conda_base//lib/libhdf5_cpp.a $DR_conda_base//lib/libhdf5_hl.a $DR_conda_base//lib/libhdf5.a -lz -ldl -lpthread
I got the following error:
/home/miniconda3/envs/py36deeprepeat/bin/../lib/gcc/x86_64-conda-linux-gnu/7.5.0/../../../../x86_64-conda-linux-gnu/bin/ld: /home/miniconda3/envs/py36deeprepeat//lib/libstdc++.so: undefined reference to 'memcpy@GLIBC_2.14'
/home/miniconda3/envs/py36deeprepeat/bin/../lib/gcc/x86_64-conda-linux-gnu/7.5.0/../../../../x86_64-conda-linux-gnu/bin/ld: /home/miniconda3/envs/py36deeprepeat//lib/libstdc++.so: undefined reference to 'aligned_alloc@GLIBC_2.16'
/home/miniconda3/envs/py36deeprepeat/bin/../lib/gcc/x86_64-conda-linux-gnu/7.5.0/../../../../x86_64-conda-linux-gnu/bin/ld: /home/miniconda3/envs/py36deeprepeat//lib/libstdc++.so: undefined reference to 'clock_gettime@GLIBC_2.17'
collect2: error: ld returned 1 exit status
I would appreciate it if there is any tips to fix it.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels