Unable to use GMP with Omnet++

后端 未结 2 1365
耶瑟儿~
耶瑟儿~ 2021-01-29 10:34

I have installed GMP on ubuntu. I download GMP-6.1.2 from \"https://gmplib.org\".Then I extracted it in Home folder and installed like:

1. cd gmp-6.1.2
2../confi         


        
2条回答
  •  暖寄归人
    2021-01-29 11:17

    I think I can do that.

    I have installed gmp in ubuntu. Then I added "gmp.h" and "gmpXX.h" to my project.

    After that,I went to project properties | omnet++ | select SRC | Options | link | Additional libraries to link with:(-l option) and I inserted these two Option: gmpxx , gmp .

    Also,I added "/usr/local/include" in "paths and symbols(in project properties) | includes " and "/usr/local/lib" in " paths and symbols | library paths ".

    After that,I added "/usr/include" in "paths and symbols(in project properties) | includes " and "/usr/lib/i386-linux-gnu" in " paths and symbols | library paths ".

    And I built my project without any error.

    At last,I run dear Jurzy D's example without any error.

    I did not change any thing else.

提交回复
热议问题