Help regarding compiling a library
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am trying to install "Givaro" arithmetic library for VC++.net 2008. http://ljk.imag.fr/CASYS/LOGICIELS/givaro/[^] Installation Instructions: http://ljk.imag.fr/CASYS/LOGICIELS/givaro/givaro_install.html[^] I already compiled "GMP" using "MPIR" and it is working as expected. http://www.exploringbinary.com/how-to-install-and-run-gmp-on-windows-using-mpir/[^] The problem is i am new to C++ and also i am on windows :( I tried to use VS "NMAKE" tool to compile the MAKEFile but it doesn't seem to be working as well. Kindly can someone help me compile this library with any other tool in windows. :) Thanks in advance.. Regards, Faheem Nadeem