How to solve VT tools error on installation "no math.h" file?
1
0
Entering edit mode
7.2 years ago
genome21 ▴ 10

How to solve VT tools error on installation "no math.h" file?

I am trying to put it on Linux Mint 18.1 as written in http://genome.sph.umich.edu/wiki/Vt

vt installation vcf • 2.1k views
ADD COMMENT
1
Entering edit mode
7.2 years ago

You might be missing glibc components. Try adding the headers and libraries via:

$ sudo apt-get update && sudo apt-get install libc6-dev

This should add libm.a, libm.so, math.h, and other glibc components.

If you have these components installed and compiling still fails, you may need to edit the vt project's Makefile and manually edit the includes (-I) and link (-L) directories to instruct the build tools where headers and libraries are located.

ADD COMMENT
0
Entering edit mode

thank you, but now it says: "no zlib.h, fatal error", what to do to fix?

ADD REPLY
0
Entering edit mode

I have installed zlib1g-dev and it has installed somehow

ADD REPLY
0
Entering edit mode

Yeah, depending on what gets bundled with Mint, you may need to add development libraries in order to compile tools that depend on various third-party libraries.

ADD REPLY

Login before adding your answer.

Traffic: 2909 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6