Where to find “gmp.h”?

后端 未结 7 1821
梦毁少年i
梦毁少年i 2020-12-08 09:17

I am installing a library, and got this error message:

xxxx@ubuntu$ make
(cd num; make all)
make[1]: Entering directory `/home/xxxx/num\'
make[1]: Nothing to         


        
7条回答
  •  粉色の甜心
    2020-12-08 10:10

    This may sound kind of dumb: whenever I got an error , I just did : sudo apt-get install lib-dev and it somehow solved the problem. Don't Know how, something to do with developer libraries or something

提交回复
热议问题