i'm having trouble with building a coin using secp256k1
libsecp256k1_la-secp256k1.o: file not recognized: File format not recognized
generally it seems like i have success with secp256k1 but it is not recognized on qt build.
i've tried a variety of things including
./autogen.sh
./configure --host=i686-w64-mingw32.static
make
fails on qt build
and
./configure --host=i686-w64-mingw32.static --prefix=/home/mxe/mxe/usr/i686-w64-mingw32.static --enable-static --disable-shared
gives error during configure
./configure: line 12234: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12263: SECP_INT128_CHECK: command not found
./configure: line 12291: SECP_INT128_CHECK: command not found
./configure: line 12316: SECP_GMP_CHECK: command not found
./configure: line 12422: SECP_OPENSSL_CHECK: command not found
also fails on qt build
any assistance would be welcomed

i kinda fixed this issue ,, the fastes way is to get pre compiled secp256k1 for win32, or do it yourself on winodws, copy secp256k1 to ubuntu , copy and merge libs & include in to mxe i686-w64-mingw32.static folder, and that is it,