Staudey There are some errors when I run the ./configure
configure:3117: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3128: $? = 1
configure:3117: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3128: $? = 1
configure:3148: checking whether the C compiler works
configure:3170: gcc conftest.c >&5
gcc: fatal error: cannot execute 'as': execvp: No such file or directory
compilation terminated.
configure:3174: $? = 1
configure:3212: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rogauracore"
| #define PACKAGE_TARNAME "rogauracore"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "rogauracore 1.2"
| #define PACKAGE_BUGREPORT "wildwilhelm@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "rogauracore"
| #define VERSION "1.2"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3217: error: in `/home/swag/rogauracore':
configure:3219: error: C compiler cannot create executables
See `config.log' for more details
I have installed this on manjaro, fedora32, ubuntu 20.04, pop 20.04 and never had these issues. I can run make -f Makefile.in
and it errors with Makefile.in:15: *** missing separator. Stop.
At line 15 all there is is @SET_MAKE@
I deleted that line for shits and gigles, and it error on the next one that start with @.