[mpir-devel] configure doesn't generate Makefile, couldn't proceed with install

2018-02-19 Thread tamwenyan
My system is Ubuntu 16.04 LTS on an Intel Core2 Duo U9300 CPU. I am trying to install mpir 3.0.0. I already installed Yasm and it passed "make check". Yasm was installed in the default directory /usr/local/bin. I tried ./configure --with-yasm=/usr/local/bin/yasm However, this step

Re: [mpir-devel] can't pass compiliation involving mpir

2018-02-19 Thread tamwenyan
Mr. Hart, May I ask a follow-up question then? I did the same things on my Mac OS desktop as on my Ubuntu laptop, same g++ command (for compiling the same cpp file), same configure command (for installing mpir). Well, I didn't have to manually install m4 on my Mac OS while I had to do it on

[mpir-devel] can't pass compiliation involving mpir

2018-02-19 Thread tamwenyan
After (supposedly semi-)successfully installing mpir thanks to BIll Hart, I tried to compile and run my .cpp program. But I got a list of compile errors, which I believe is linked to mpir. First, I used ./configure --with-yasm=/usr/local/bin/yasm --enable-cxx to install mpir on my Ubuntu