-
Notifications
You must be signed in to change notification settings - Fork 25
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
installation fails undefined reference to BamTools functions #49
Comments
Hi @mpauper, What system are you using? Do you have a newer version of bamtools in your path? |
Hi @zeeev , Thanks for the prompt reply! I am on a CentOS 7.4 system. cmake version 3.12.1 |
Hi Shawn,
Did you try updating the checkout of bamtools prior to the build, like I suggested? Did that solve the problem? If so, I will just update the bamtools checkout.
—Zev
… On Aug 20, 2018, at 2:41 PM, Shawn Rynearson ***@***.***> wrote:
@zeeev <https://github.com/zeeev> I think this is related to the issue <#47> I opened. Possibility related to the bamtools build in your makefile.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#49 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAnxIRSrZVlsIv5mrjSiWYi2-su4AR-5ks5uSy0jgaJpZM4V_upl>.
|
Hello, I am not sure that this is the correct way to do it but here is what I tried:
I still have the same error, however. |
Old thread, but I wanted to note that I had similar issues and was able to resolve them by using an older version of Cmake and gcc. I switched from Cmake 3.16 and gcc 7.1 to Cmake 3.5.1 and gcc 4.8.5 and the compilation worked. |
Hi, @zeeev I have the same problem as #47 and I have read about the other problem #47, and the solution you proposed. But I'm not sure I understand what do you mean by "go into the bamtools submodule, in whamg, prior to building and then update the branch?" Could you give more detailed instructions about it and I will try it immediately. I tried to change LBAMTOOLS=src/bamtools/lib/libbamtools.a to LBAMTOOLS=src/bamtools/build/src/api/libbamtools.a Quentin |
Hello,
I am trying to install whamg with
git clone --recursive https://github.com/zeeev/wham.git; cd wham; make
I have seen a couple of other issues referring to similar problems but I couldn't fix it myself. Here is the part that raises the error:
Would appreciate some help :)
The text was updated successfully, but these errors were encountered: