Search content
Sort by

Showing 2 of 2 results by EmperorPatrickIV
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
EmperorPatrickIV
on 27/03/2014, 05:34:49 UTC
root@arren-mining:/home/arren/cuda-extract/cudaminer-2014-02-28/cudaminer-src-2014.02.28# ./autogen.sh && ./configure && make
./autogen.sh: line 1: $'autoconf\r': command not found
root@arren-mining:/home/arren/cuda-extract/cudaminer-2014-02-28/cudaminer-src-2014.02.28#

Execute this in a terminal:

    sudo apt-get install automake

This should install automake and its dependencies, which include autoconf. This does not include gcc, CUDA toolkit, or other libraries which you may need. You did not specify whether you followed the README.txt guide that directed you to install those dependencies so I have omitted them.
s

I did read the README.txt and have followed it as far as I am able. I have already installed all of those dependencies.  I have even uninstalled and reinstalled automake, but that is after all of that. I have CUDA toolkit V. 5.5 and gcc V. 4.4.7
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
EmperorPatrickIV
on 27/03/2014, 05:19:51 UTC
Hello. I am trying to compile the 2 28 2014 release fo CudaMiner, on xubuntu 12.10 but I am getting an error. I have been looking for hours at this point for a solution, but I have yet to find one.  Here is what is happening:

root@arren-mining:/home/arren/cuda-extract/cudaminer-2014-02-28/cudaminer-src-2014.02.28# ./autogen.sh && ./configure && make
./autogen.sh: line 1: $'autoconf\r': command not found
root@arren-mining:/home/arren/cuda-extract/cudaminer-2014-02-28/cudaminer-src-2014.02.28#

I have looked in the autogen.sh file and cannot find the command it is referring to.  Any help?