On Sat, Apr 10, 2010 at 06:47:51AM -0700, Nicholas Kinar wrote:
> Hello---
> 
> >> mex -I/usr/local/include T_Zeta.cpp mpreal.cpp /usr/local/lib/libgmp.a 
> >> /usr/local/lib/libmpfr.a

Mex files are basically shared libraries, so I think you shouldn't be linking
the non-PIC static versions of mpir/mpfr into your .mex. Does it work with the
dynamic versions of mpir/mpfr?

-Willem Jan

-- 
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