Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: forzendiablo on January 15, 2014, 01:30:24 AM



Title: problem with cpuminer instllation on YUM linux system.
Post by: forzendiablo on January 15, 2014, 01:30:24 AM
so i was installting cpuminr on 1 of my server but got into problem.
./autogen.sh didnt work but i found out the command is: yum -y install automake

and now im stuck.
./configure CFLAGS="-O3"

wont work. i made:
chmod a+x configure.ac
then when i run:
./configure.ac CFLAGS="-O3"

i get:
[root@vps cpuminer]# ./configure.ac CFLAGS="-O3"
./configure.ac: line 1: syntax error near unexpected token `[cpuminer],'
./configure.ac: line 1: `AC_INIT([cpuminer], [2.3.2])'


any ideas what to do?


Title: Re: problem with cpuminer instllation on YUM linux system.
Post by: forzendiablo on January 16, 2014, 02:15:45 AM
bump, really nobody?? :)