Code Monkey home page Code Monkey logo

Comments (6)

songproducer avatar songproducer commented on July 25, 2024

Similar error on OS X:
./configure: line 6187: syntax error near unexpected token ,' ./configure: line 6187:LIBCURL_CHECK_CONFIG(, 7.15.2, ,'

from ccminer-cryptonight.

songproducer avatar songproducer commented on July 25, 2024

This is how I solved it:

Make sure have latest drivers:
https://developer.nvidia.com/cuda-downloads

download the ‘raw’ version of this file https://github.com/Max-Coin/cpuminer/blob/4d15fcc72cd10afe6c904af814002f86a0bb1a4b/acinclude.m4
drop it in the ccminer directory you're compiling in and make sure the
autogen.sh file ends in this on the first line:

&& autoreconf -i

then run:
./configure.sh
should be no errors

run:
make

you may see this error:

/bin/sh: nvcc: command not found
make[2]: *** [cryptonight/cryptonight.o] Error 127
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

nano configure
search (ctrl w) for SUFFIX=”64”
delete the number 64 so it reads:
SUFFIX=“”

also search for nvcc=
    change $with_cuda/bin/nvcc

to:
/usr/local/cuda/bin/nvcc

Configure again:
./configure --with-cuda=/usr/local/cuda

make again:
make clean

make install

from ccminer-cryptonight.

tomjnsn avatar tomjnsn commented on July 25, 2024

@songproducer thank you for these directions it has helped me get further than I was before. When I'm doing the make install I get the following error:

mv -f .deps/ccminer-sha2.Tpo .deps/ccminer-sha2.Po
make[1]: ./install-sh: No such file or directory
make[1]: *** [cryptonight/.dirstamp] Error 1
make: *** [install-recursive] Error 1

I looked and there isn't that file but I'm not familiar enough with compiling this way to know what might be going on. Any hints/suggestions would be greatly appreciated.

from ccminer-cryptonight.

milezzz avatar milezzz commented on July 25, 2024

@tomjnsj: did you ever find a solution to this problem? Same issue!

from ccminer-cryptonight.

tomjnsn avatar tomjnsn commented on July 25, 2024

@milezzz No I never did.

from ccminer-cryptonight.

pinetreeps avatar pinetreeps commented on July 25, 2024

./configure: line 6177: syntax error near unexpected token ,'
./configure: line 6177: LIBCURL_CHECK_CONFIG(, 7.15.2, ,'

Same issue!

from ccminer-cryptonight.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.