Hi.
I used to compile julia in my machine, but now there is this error while compiling libunwind
Blockquote
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for native-redhat-linux-strip… no
checking for strip… strip
configure: WARNING: using cross tools not prefixed with host triplet
checking for a thread-safe mkdir -p… /usr/bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking whether make supports nested variables… yes
checking build system type… x86_64-redhat-linux-gnu
checking host system type… Invalid configurationnative-redhat-linux': machine
native-redhat’ not recognized
configure: error: /bin/sh /home/edlenz/Downloads/julia/deps/srccache/libuv-35b1504507a7a4168caae3d78db54d1121b121e1/config.sub native-redhat-linux failed
make[1]: *** [/home/edlenz/Downloads/julia/deps/libuv.mk:35: scratch/libuv-35b1504507a7a4168caae3d78db54d1121b121e1/build-configured] Error 1
make: *** [Makefile:60: julia-deps] Error 2
Blockquote
It is a Fedora 31 machine, so the native-redhat-linux. How do I fix it?
Thanks!