tpm-emulator icon indicating copy to clipboard operation
tpm-emulator copied to clipboard

make fails tddl.h no such file or directory

Open celevra opened this issue 4 years ago • 2 comments

C:\Users\A431825\Downloads\tpm-emulator-0.7.5>build.bat
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/A431825/Downloads/tpm-emulator-0.7.5/build
[ 68%] Built target tpm
[ 81%] Built target tpm_crypto
[ 84%] Building C object tddl/CMakeFiles/tddl-tpm-emulator.dir/tddl.obj
In file included from C:\Users\A431825\Downloads\tpm-emulator-0.7.5\tddl\tddl.c:34:
C:\Users\A431825\Downloads\tpm-emulator-0.7.5\tddl\tddl_windows.h:22:10: fatal error: tddl.h: No such file or directory
 #include "tddl.h"
          ^~~~~~~~
compilation terminated.
tddl\CMakeFiles\tddl-tpm-emulator.dir\build.make:62: recipe for target 'tddl/CMakeFiles/tddl-tpm-emulator.dir/tddl.obj' failed
mingw32-make[2]: *** [tddl/CMakeFiles/tddl-tpm-emulator.dir/tddl.obj] Error 1
CMakeFiles\Makefile2:252: recipe for target 'tddl/CMakeFiles/tddl-tpm-emulator.dir/all' failed
mingw32-make[1]: *** [tddl/CMakeFiles/tddl-tpm-emulator.dir/all] Error 2
Makefile:150: recipe for target 'all' failed
mingw32-make: *** [all] Error 2
C:\Users\A431825\Downloads\tpm-emulator-0.7.5>

celevra avatar Jan 28 '20 11:01 celevra

after removing the include in tddl_windows.h it compiles fine but got other errors:

C:\Users\A431825\Downloads\tpm-emulator-master>build.bat
-- The C compiler identification is GNU 8.2.0
-- Check for working C compiler: C:/MinGW/bin/gcc.exe
-- Check for working C compiler: C:/MinGW/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/A431825/Downloads/tpm-emulator-master/build
Scanning dependencies of target tpm
[  2%] Building C object tpm/CMakeFiles/tpm.dir/tpm_audit.obj
[  4%] Building C object tpm/CMakeFiles/tpm.dir/tpm_authorization.obj
[  6%] Building C object tpm/CMakeFiles/tpm.dir/tpm_capability.obj
[  9%] Building C object tpm/CMakeFiles/tpm.dir/tpm_cmd_handler.obj
[ 11%] Building C object tpm/CMakeFiles/tpm.dir/tpm_context.obj
[ 13%] Building C object tpm/CMakeFiles/tpm.dir/tpm_counter.obj
[ 15%] Building C object tpm/CMakeFiles/tpm.dir/tpm_credentials.obj
[ 18%] Building C object tpm/CMakeFiles/tpm.dir/tpm_crypto.obj
[ 20%] Building C object tpm/CMakeFiles/tpm.dir/tpm_daa.obj
[ 22%] Building C object tpm/CMakeFiles/tpm.dir/tpm_data.obj
[ 25%] Building C object tpm/CMakeFiles/tpm.dir/tpm_delegation.obj
[ 27%] Building C object tpm/CMakeFiles/tpm.dir/tpm_deprecated.obj
[ 29%] Building C object tpm/CMakeFiles/tpm.dir/tpm_emulator_extern.obj
C:\Users\A431825\Downloads\tpm-emulator-master\tpm\tpm_emulator_extern.c: In function '_tpm_get_ticks':
C:\Users\A431825\Downloads\tpm-emulator-master\tpm\tpm_emulator_extern.c:173:3: warning: 'gettimeofday' is deprecated [-Wdeprecated-declarations]
   gettimeofday(&tv, NULL);
   ^~~~~~~~~~~~
In file included from C:\Users\A431825\Downloads\tpm-emulator-master\tpm\tpm_emulator_extern.c:29:
c:\mingw\include\sys\time.h:106:53: note: declared here
 int __cdecl __MINGW_NOTHROW __POSIX_2008_DEPRECATED gettimeofday
                                                     ^~~~~~~~~~~~
[ 31%] Building C object tpm/CMakeFiles/tpm.dir/tpm_error.obj
[ 34%] Building C object tpm/CMakeFiles/tpm.dir/tpm_eviction.obj
[ 36%] Building C object tpm/CMakeFiles/tpm.dir/tpm_handles.obj
[ 38%] Building C object tpm/CMakeFiles/tpm.dir/tpm_identity.obj
[ 40%] Building C object tpm/CMakeFiles/tpm.dir/tpm_integrity.obj
[ 43%] Building C object tpm/CMakeFiles/tpm.dir/tpm_maintenance.obj
[ 45%] Building C object tpm/CMakeFiles/tpm.dir/tpm_management.obj
[ 47%] Building C object tpm/CMakeFiles/tpm.dir/tpm_marshalling.obj
[ 50%] Building C object tpm/CMakeFiles/tpm.dir/tpm_migration.obj
[ 52%] Building C object tpm/CMakeFiles/tpm.dir/tpm_nv_storage.obj
[ 54%] Building C object tpm/CMakeFiles/tpm.dir/tpm_owner.obj
[ 56%] Building C object tpm/CMakeFiles/tpm.dir/tpm_startup.obj
[ 59%] Building C object tpm/CMakeFiles/tpm.dir/tpm_storage.obj
[ 61%] Building C object tpm/CMakeFiles/tpm.dir/tpm_testing.obj
[ 63%] Building C object tpm/CMakeFiles/tpm.dir/tpm_ticks.obj
[ 65%] Building C object tpm/CMakeFiles/tpm.dir/tpm_transport.obj
[ 68%] Linking C static library libtpm.a
[ 68%] Built target tpm
Scanning dependencies of target tpm_crypto
[ 70%] Building C object crypto/CMakeFiles/tpm_crypto.dir/hmac.obj
[ 72%] Building C object crypto/CMakeFiles/tpm_crypto.dir/rc4.obj
[ 75%] Building C object crypto/CMakeFiles/tpm_crypto.dir/rsa.obj
[ 77%] Building C object crypto/CMakeFiles/tpm_crypto.dir/sha1.obj
[ 79%] Building C object crypto/CMakeFiles/tpm_crypto.dir/bn_gmp.obj
[ 81%] Linking C static library libtpm_crypto.a
[ 81%] Built target tpm_crypto
Scanning dependencies of target tddl-tpm-emulator
[ 84%] Building C object tddl/CMakeFiles/tddl-tpm-emulator.dir/tddl.obj
[ 86%] Linking C shared library ifxtpm.dll
[ 86%] Built target tddl-tpm-emulator
Scanning dependencies of target tddl-tpm-emulator_static
[ 88%] Building C object tddl/CMakeFiles/tddl-tpm-emulator_static.dir/tddl.obj
[ 90%] Linking C static library libtddl-tpm-emulator_static.a
[ 90%] Built target tddl-tpm-emulator_static
Scanning dependencies of target test_tddl
[ 93%] Building C object tddl/CMakeFiles/test_tddl.dir/test_tddl.obj
[ 95%] Linking C executable test_tddl.exe
[ 95%] Built target test_tddl
Scanning dependencies of target tpmd
[ 97%] Building C object tpmd/windows/CMakeFiles/tpmd.dir/tpmd.obj
[100%] Linking C executable tpmd.exe
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_context.obj):tpm_context.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_counter.obj):tpm_counter.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_credentials.obj):tpm_credentials.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_crypto.obj):tpm_crypto.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_daa.obj):tpm_daa.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_data.obj):tpm_data.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_delegation.obj):tpm_delegation.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_deprecated.obj):tpm_deprecated.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_error.obj):tpm_error.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_eviction.obj):tpm_eviction.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_handles.obj):tpm_handles.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_identity.obj):tpm_identity.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_integrity.obj):tpm_integrity.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_maintenance.obj):tpm_maintenance.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_management.obj):tpm_management.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_marshalling.obj):tpm_marshalling.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_migration.obj):tpm_migration.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_nv_storage.obj):tpm_nv_storage.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_owner.obj):tpm_owner.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_startup.obj):tpm_startup.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_storage.obj):tpm_storage.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_testing.obj):tpm_testing.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_ticks.obj):tpm_ticks.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_transport.obj):tpm_transport.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_audit.obj):tpm_audit.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_authorization.obj):tpm_authorization.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../tpm/libtpm.a(tpm_capability.obj):tpm_capability.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(rsa.obj):rsa.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x0): multiple definition of `__gmpz_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x34): multiple definition of `__gmpz_fits_uint_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x34): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x66): multiple definition of `__gmpz_fits_ulong_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x66): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x98): multiple definition of `__gmpz_fits_ushort_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x98): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0xd6): multiple definition of `__gmpz_get_ui'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0xd6): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x107): multiple definition of `__gmpz_getlimbn'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x107): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x139): multiple definition of `__gmpz_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x139): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x16c): multiple definition of `__gmpz_perfect_square_p'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x16c): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x1a4): multiple definition of `__gmpz_popcount'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1a4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x1e4): multiple definition of `__gmpz_set_q'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x1e4): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x209): multiple definition of `__gmpz_size'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x209): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x219): multiple definition of `__gmpq_abs'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x219): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x24d): multiple definition of `__gmpq_neg'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x24d): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x280): multiple definition of `__gmpn_add'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x280): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x348): multiple definition of `__gmpn_add_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x348): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x463): multiple definition of `__gmpn_cmp'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x463): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x4d0): multiple definition of `__gmpn_sub'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x4d0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ../../crypto/libtpm_crypto.a(bn_gmp.obj):bn_gmp.c:(.text+0x598): multiple definition of `__gmpn_sub_1'; ../../tpm/libtpm.a(tpm_cmd_handler.obj):tpm_cmd_handler.c:(.text+0x598): first defined here
collect2.exe: error: ld returned 1 exit status
tpmd\windows\CMakeFiles\tpmd.dir\build.make:87: recipe for target 'tpmd/windows/tpmd.exe' failed
mingw32-make[2]: *** [tpmd/windows/tpmd.exe] Error 1
CMakeFiles\Makefile2:334: recipe for target 'tpmd/windows/CMakeFiles/tpmd.dir/all' failed
mingw32-make[1]: *** [tpmd/windows/CMakeFiles/tpmd.dir/all] Error 2
Makefile:150: recipe for target 'all' failed
mingw32-make: *** [all] Error 2
C:\Users\A431825\Downloads\tpm-emulator-master>

celevra avatar Jan 28 '20 11:01 celevra

This seems Windows-specific problem now resolved by: https://github.com/PeterHuewe/tpm-emulator/pull/53

Justin-Otto avatar Sep 09 '21 11:09 Justin-Otto