Closed cocoa1231 closed 5 years ago
Figured it out. bc
wasn't installed on a fresh Archlinux installation, so this line in the Makefile didn't work
GCC_VER_49 := $(shell echo `$(CC) -dumpversion | cut -f1-2 -d.` \>= 4.9 | bc )
I guess we can close this
The
make.log
gives the following error:This is a fresh Arch Linux installation. Please let me know if you need more information