Compiling with a multi-precision math library in C using Code::Blocks on Windows

吃可爱长大的小学妹 提交于 2019-12-24 02:18:06

问题


I'm having a lot of trouble figuring out how to do this. I need an arbitrary precision library for math in C. I'm good with either CLN or PARI/GP, both of which I've installed. I'm using Windows, so I had to do this via Cygwin, and ran the ./Configure files, followed by make install.

Everything's built, but I cannot figure out how to link it all and use it. I'm using Code::Blocks, and anytime I try to include the necessary header files, there are loads of errors. I also link the .a file with the library, but no help either. The header files create far too many errors.

Could anyone give me a run through on how I can make this work?

来源:https://stackoverflow.com/questions/4180571/compiling-with-a-multi-precision-math-library-in-c-using-codeblocks-on-windows

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!