You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2025. It is now read-only.
I did try to compile this using the argument : make ZERORISCY=1
I am facing this error : checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for grep that handles long lines and -e... /bin/grep checking for fgrep... /bin/grep -F checking for grep that handles long lines and -e... (cached) /bin/grep checking for bash... /bin/sh checking for __gmpz_init in -lgmp... yes checking for mpfr_init in -lmpfr... yes checking for mpc_init2 in -lmpc... no checking for curl... /bin/curl checking for wget... /bin/wget checking for ftp... no configure: error: Unknown arch
I did try to compile this using the argument :
make ZERORISCY=1I am facing this error :
checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for grep that handles long lines and -e... /bin/grep checking for fgrep... /bin/grep -F checking for grep that handles long lines and -e... (cached) /bin/grep checking for bash... /bin/sh checking for __gmpz_init in -lgmp... yes checking for mpfr_init in -lmpfr... yes checking for mpc_init2 in -lmpc... no checking for curl... /bin/curl checking for wget... /bin/wget checking for ftp... no configure: error: Unknown archCan anyone let me know what might be the issue?
Thanks. Let me know if you need any info