On Jun 17, 1:44 pm, degski <deg...@gmail.com> wrote:
> First of all I'd like to thank all involved for their great efforts!
>
> I would like to report (what looks like a bug) to the list here.
>
> I'm compiling the MPIR-2.1.0 source code, with Intel C++ 11.1.060 and
> VC9, on a nehalem Ci7 920 cpu, running XPx64SP2.
>
> The linker report two functions to be unresolved, ___gmp_free_func and
> ___gmp_allocate_func. This is happening (see the build-log) building
> mpirxx.dll (admittedly my own concoction), but this also happens when
> linking a project against a build of the included mpirxx.lib (and
> mpir.lib)!
>
> I attach the build log.
>
> Best Regards

Hi Degski,

Welcome to the MPIR forum!

Looking at your build log, I think you are trying to build an x64 only
project - nehalem - as a win32 project.   If you want an x64 library,
you have to make sure that you set the x64 configuration for the
library you are building before you build it.

This is a bit silly as x64 only projects should not have win32
configurations but for hiistorical reasons the x64 projects have a
legacy win32 configuration.

If you really do want a win32 library, you have to use one of the p0,
p3 or p4 projects - probably p3 is the one to go for.

I hope this helps - if not just ask again.

    Brian

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to