Build on Windows fails

Issue #3 closed
Martin Albrecht repo owner created an issue

Shai Halevi reports that building DGS on Windows with MinGW is broken:

libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./dgs -g -O2 -I/usr/local/include -MT dgs/dgs_gauss_mp.lo -MD -MP -MF dgs/.deps/dgs_gauss_mp.Tpo -c dgs/dgs_gauss_mp.c -o dgs/dgs_gauss_mp.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2 -I/usr/local/include -release 0.0.20140613 -no-undefined -L/usr/local/lib -o libdgs.la -rpath /usr/local/lib dgs/dgs_bern.lo dgs/dgs_gauss_dp.lo dgs/dgs_gauss_lp.lo dgs/dgs_gauss_mp.lo -lgmp -lmpfr -lm

*** Warning: This system can not link to static lib archive /usr/local/lib/libgmp.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This system can not link to static lib archive /usr/local/lib/libmpfr.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

This system has only static libraries, and they are all .a (not .la)

Comments (1)

  1. Log in to comment