Bitcoin Forum
June 23, 2024, 07:54:30 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Wolf's XMR/BCN/DSH CPUMiner - 2x speed compared to LucasJones' - NEW 06/20/2014 on: August 19, 2017, 12:14:18 PM
Hello
I have 3.10.0-427.36.1.lve1.4.44 linux version
I try to install daemon
git clone https://github.com/wolf9466/cpuminer-multi - ok
But ./autogen.sh - there are some problems


Makefile.am: installing './depcomp'
configure.ac:133: error: possibly undefined macro: AC_MSG_ERROR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

How to fix it?

If I run configure,

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


2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! on: August 19, 2017, 11:09:25 AM
Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by cpuminer configure 2.3.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was
  $ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = node11.isp.hyperhost.ua
uname -m = x86_64
uname -r = 3.10.0-427.36.1.lve1.4.44.el7.x86_64
uname -s = Linux
uname -v = #1 SMP Sun Apr 2 11:56:48 EDT 2017
/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown
/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2330: checking build system type
configure:2344: result: x86_64-unknown-linux-gnu
configure:2364: checking host system type
configure:2377: result: x86_64-unknown-linux-gnu
configure:2397: checking target system type
configure:2410: result: x86_64-unknown-linux-gnu
configure:2453: checking for a BSD-compatible install
configure:2521: result: /bin/install -c
configure:2532: checking whether build environment is sane
configure:2587: result: yes
configure:2738: checking for a thread-safe mkdir -p
configure:2777: result: /bin/mkdir -p
configure:2784: checking for gawk
configure:2800: found /bin/gawk
configure:2811: result: gawk
configure:2822: checking whether make sets $(MAKE)
configure:2844: result: yes
configure:2873: checking whether make supports nested variables
configure:2890: result: yes
configure:2978: checking whether to enable maintainer-specific portions of Makefiles
configure:2987: result: no
configure:3015: checking for style of include used by make
configure:3043: result: GNU
configure:3114: checking for gcc
configure:3130: found /bin/gcc
configure:3141: result: gcc
configure:3370: checking for C compiler version
configure:3379: gcc --version >&5
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3390: $? = 0
configure:3379: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC)
configure:3390: $? = 0
configure:3379: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3390: $? = 4
configure:3379: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3390: $? = 4
configure:3410: checking whether the C compiler works
configure:3432: gcc -march=native   conftest.c  >&5
configure:3436: $? = 0
configure:3484: result: yes
configure:3487: checking for C compiler default output file name
configure:3489: result: a.out
configure:3495: checking for suffix of executables
configure:3502: gcc -o conftest -march=native   conftest.c  >&5
configure:3506: $? = 0
configure:3528: result:
configure:3550: checking whether we are cross compiling
configure:3558: gcc -o conftest -march=native   conftest.c  >&5
configure:3562: $? = 0
configure:3569: ./conftest
configure:3573: $? = 0
configure:3588: result: no
configure:3593: checking for suffix of object files
configure:3615: gcc -c -march=native  conftest.c >&5
configure:3619: $? = 0
configure:3640: result: o
configure:3644: checking whether we are using the GNU C compiler
configure:3663: gcc -c -march=native  conftest.c >&5
configure:3663: $? = 0
configure:3672: result: yes
configure:3681: checking whether gcc accepts -g
configure:3701: gcc -c -g  conftest.c >&5
configure:3701: $? = 0
configure:3742: result: yes
configure:3759: checking for gcc option to accept ISO C89
configure:3822: gcc  -c -march=native  conftest.c >&5
configure:3822: $? = 0
configure:3835: result: none needed
configure:3857: checking dependency style of gcc
configure:3968: result: gcc3
configure:3983: checking for gcc option to accept ISO C99
configure:4132: gcc  -c -march=native  conftest.c >&5
conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! on: August 19, 2017, 10:39:01 AM
Hello, I try to install cryptonote daemon
How to fix this problem?

Code:
./configure: line 5668: syntax error near unexpected token `,'                                                                                                
./configure: line 5668: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
                                                                                                   


Here is log file, g++ version - 4.8.5
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!