GMP Floating point design vs Fractal applications

Kevin Ryde user42@zip.com.au
Tue, 01 Jul 2003 09:17:20 +1000


"White, Jim (ITD)" <Jim.White@DEFRA.GSI.GOV.UK> writes:
>
> The library of standard mathematical functions is critical 
> for fractal processing. MPFR apparently will offer this but
> at this stage it can't be used in my situation (Win32 
> environment, dll-reliant).

You should be able to use a mingw mpfr static-linked in your
application, with the main gmp as a dll.  Might have to build mpfr
separately though, not from the main gmp build.  Or static link
everything and be done.