On Fri, Nov 19, 2010 at 1:47 PM, Jason <ja...@njkfrudils.plus.com> wrote:

> Cheers , My best guess is that this is an autotool problem. I just tried using
> the latest autotools , but it is a lot stricter than our current version , and
> I would have to do some work on our configure.in and makefile.am's before I 
> can
> try it.

Ok, we will see what happens.  What configure options did you get
mingw64 to work with?  I just tried ./configure and also ./configure
--enable-static --disable-shared.  They both finish compiling with
make and create the library but neither will even build any make check
binaries to test.  I get errors like:

/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -O2 -m64 -march=core2
-mtune=core2   -o t-bswap.exe t-bswap.o libtests.la ../libmpir.la
libtool: link: gcc -std=gnu99 -O2 -m64 -march=core2 -mtune=core2 -o t-bswap.exe
t-bswap.o  ./.libs/libtests.a /home/Jeff/mpir-2.2.0/.libs/libmpir.a ../.libs/lib
mpir.a
./.libs/libtests.a(refmpn.o):refmpn.c:(.text+0x3ec4): undefined reference to `__
gmpn_mul_1'
d:/msys/1.0/home/Jeff/mpir-2.2.0/.libs/libmpir.a(randlc2x.o):randlc2x.c:(.text+0
x43e): undefined reference to `__gmpn_add_n'
d:/msys/1.0/home/Jeff/mpir-2.2.0/.libs/libmpir.a(randlc2x.o):randlc2x.c:(.text+0
x4ae): undefined reference to `__gmpn_rshift'

etc...

Jeff.

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