bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

I'm trying to make a windows dll for 4.0.1


From: Richard Fateman
Subject: I'm trying to make a windows dll for 4.0.1
Date: Tue, 30 Apr 2002 08:47:01 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1

I'm using directions posted by address@hidden and
loaded up cygwin on a windows 2000 machine.
In the bin directory there is also mingw/ loaded,
and I think my registry is set up OK.
Anyway, I can run ./configure
and make
which goes through quite a way until this point...



gcc -Wl,--base-file,.libs/libgmp-3.dll-base -mdll -Wl,-e,address@hidden -o .libs/libgmp-3.dll .libs/libgmp.la-1.o /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld: warning: cannot find entry symbol address@hidden; defaulting to 10001000
.libs/libgmp.la-1.o: In function `_gmp_sqrt_of_negative':
/cygdrive/s/lisp/gmpdir/gmp-4.0.1/errno.c(.text+0x26): undefined reference to `_imp___iob'
.libs/libgmp.la-1.o: In function `get':
/cygdrive/s/lisp/gmpdir/gmp-4.0.1/scanf/sscanffuns.c(.text+0x44): undefined reference to `_imp___iob'
.libs/libgmp.la-1.o: In function `_gmp_vasprintf':
/cygdrive/s/lisp/gmpdir/gmp-4.0.1/printf/vasprintf.c(.text+0x9a): undefined reference to `_imp___iob'
.libs/libgmp.la-1.o: In function `interpolate3':
/cygdrive/s/lisp/gmpdir/gmp-4.0.1/mpn/mul_n.c(.text+0xe1b): undefined reference to `_imp___pctype' /cygdrive/s/lisp/gmpdir/gmp-4.0.1/mpn/mul_n.c(.text+0xe37): undefined reference to `_isctype' /cygdrive/s/lisp/gmpdir/gmp-4.0.1/mpn/mul_n.c(.text+0xe53): undefined reference to `_imp___pctype'

etc.

(you may notice that gmp source is in a directory under the name
lisp/gmpdir:  it is my intention to load the dll into lisp.  I have
already successfully done this with a gmp.dll taken from the python
site, but I'd like version 4, and tuned for a pentium3.  A binary
produced by deltatrinity doesn't work for me.)

Thanks,\
 Richard Fateman




reply via email to

[Prev in Thread] Current Thread [Next in Thread]