Bitcoin Forum
June 21, 2024, 10:40:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Mining support / Re: [SOLVED] cgminer nvidia linux does not want to use recognized card on: July 23, 2013, 11:19:42 PM
I managed (I really do not know how) to have it working again. Things I did included downloading a nwe version of cgminer, updating my system and removing the nvidia ICD.
2  Bitcoin / Mining support / Re: BOUNTY 0.02BTC cgminer nvidia linux does not want to use recognized card on: July 23, 2013, 07:24:42 PM
Added a bounty
3  Bitcoin / Mining support / Re: cgminer nvidia linux does not want to use recognized card on: July 22, 2013, 08:08:32 PM
I have double checked and OpenCL seems to be OK, and also CUDA.

Any idea?

Thanks
4  Bitcoin / Mining support / [SOLVED] cgminer nvidia linux does not want to use recognized card on: July 22, 2013, 10:46:21 AM
Hi all

My cgminer does not want to recognize my card:

Code:
cgminer-2.10.4$ ./cgminer -n
 [2013-07-22 11:43:02] CL Platform 0 vendor: NVIDIA Corporation                    
 [2013-07-22 11:43:02] CL Platform 0 name: NVIDIA CUDA                    
 [2013-07-22 11:43:02] CL Platform 0 version: OpenCL 1.1 CUDA 4.2.1                    
 [2013-07-22 11:43:02] Platform 0 devices: 1                    
 [2013-07-22 11:43:02]  0       GeForce 9800 GT                    
 [2013-07-22 11:43:02] CL Platform 1 vendor: Advanced Micro Devices, Inc.                    
 [2013-07-22 11:43:02] CL Platform 1 name: AMD Accelerated Parallel Processing                    
 [2013-07-22 11:43:02] CL Platform 1 version: OpenCL 1.2 AMD-APP (937.2)                    
 [2013-07-22 11:43:02] Error -1: Getting Device IDs (num)                    
 [2013-07-22 11:43:02] clDevicesNum returned error, no GPUs usable                    
 [2013-07-22 11:43:02] 0 GPU devices max detected
cgminer-2.10.4$ ./cgminer --gpu-platform 0 --device 0
Command line options set a device that doesn't exist

I think CUDA and OpenCL are correctly installed.

Any idea?
5  Bitcoin / Mining support / Re: cgminer has stopped recognizing my nVidia card on: June 06, 2013, 07:37:12 AM
@Envite, did you compile cgminer yourself or download it?  If you compiled yourself, can you post the output of the ./configure command?  Also, can you run 'cgminer --help' to show what version is running and what was compiled into cgminer?

--E


I compiled it myself.

Code:
cgminer 2.10.4
Built with GPU mining support.

This is the output of ./configure :

[code]This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by cgminer configure 2.10.4, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = tochox
uname -m = x86_64
uname -r = 3.2.0-4-amd64
uname -s = Linux
uname -v = #1 SMP Debian 3.2.41-2

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/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: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /usr/local/cuda/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2775: checking build system type
configure:2789: result: x86_64-unknown-linux-gnu
configure:2809: checking host system type
configure:2822: result: x86_64-unknown-linux-gnu
configure:2842: checking target system type
configure:2855: result: x86_64-unknown-linux-gnu
configure:2903: checking for a BSD-compatible install
configure:2971: result: /usr/bin/install -c
configure:2982: checking whether build environment is sane
configure:3037: result: yes
configure:3188: checking for a thread-safe mkdir -p
configure:3227: result: /bin/mkdir -p
configure:3235: checking for gawk
configure:3251: found /usr/bin/gawk
configure:3262: result: gawk
configure:3273: checking whether make sets $(MAKE)
configure:3295: result: yes
configure:3392: checking whether make supports nested variables
configure:3409: result: yes
configure:3432: checking for style of include used by make
configure:3460: result: GNU
configure:3531: checking for gcc
configure:3547: found /usr/bin/gcc
configure:3558: result: gcc
configure:3787: checking for C compiler version
configure:3796: gcc --version >&5
gcc (Debian 4.7.2-5) 4.7.2
Copyright (C) 2012 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:3807: $? = 0
configure:3796: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5)
configure:3807: $? = 0
configure:3796: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3807: $? = 4
configure:3796: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3807: $? = 4
configure:3827: checking whether the C compiler works
configure:3849: gcc    conftest.c  >&5
configure:3853: $? = 0
configure:3901: result: yes
configure:3904: checking for C compiler default output file name
configure:3906: result: a.out
configure:3912: checking for suffix of executables
configure:3919: gcc -o conftest    conftest.c  >&5
configure:3923: $? = 0
configure:3945: result:
configure:3967: checking whether we are cross compiling
configure:3975: gcc -o conftest    conftest.c  >&5
configure:3979: $? = 0
configure:3986: ./conftest
configure:3990: $? = 0
configure:4005: result: no
configure:4010: checking for suffix of object files
configure:4032: gcc -c   conftest.c >&5
configure:4036: $? = 0
configure:4057: result: o
configure:4061: checking whether we are using the GNU C compiler
configure:4080: gcc -c   conftest.c >&5
configure:4080: $? = 0
configure:4089: result: yes
configure:4098: checking whether gcc accepts -g
configure:4118: gcc -c -g  conftest.c >&5
configure:4118: $? = 0
configure:4159: result: yes
configure:4176: checking for gcc option to accept ISO C89
configure:4239: gcc  -c -g -O2  conftest.c >&5
configure:4239: $? = 0
configure:4252: result: none needed
configure:4274: checking dependency style of gcc
configure:4385: result: gcc3
configure:4406: checking how to run the C preprocessor
configure:4437: gcc -E  conftest.c
configure:4437: $? = 0
configure:4451: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4451: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "kernel@kolivas.org"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4476: result: gcc -E
configure:4496: gcc -E  conftest.c
configure:4496: $? = 0
configure:4510: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4510: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "kernel@kolivas.org"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4539: checking for grep that handles long lines and -e
configure:4597: result: /bin/grep
configure:4602: checking for egrep
configure:4664: result: /bin/grep -E
configure:4669: checking for ANSI C header files
configure:4689: gcc -c -g -O2  conftest.c >&5
configure:4689: $? = 0
configure:4762: gcc -o conftest -g -O2   conftest.c  >&5
configure:4762: $? = 0
configure:4762: ./conftest
configure:4762: $? = 0
configure:4773: result: yes
configure:4786: checking for sys/types.h
configure:4786: gcc -c -g -O2  conftest.c >&5
configure:4786: $? = 0
configure:4786: result: yes
configure:4786: checking for sys/stat.h
configure:4786: gcc -c -g -O2  conftest.c >&5
configure:4786: $? = 0
configure:4786: result: yes
configure:4786: checking for stdlib.h
configure:4786: gcc -c -g -O2  conftest.c >&5
configure:4786: $? = 0
configure:4786: result: yes
configure:4786: checking for string.h
configure:4786: gcc -c -g -O2  conftest.c >&5
configure:4786: $? = 0
configure:4786: result: yes
configure:4786: checking for memory.h
configure:4786: gcc -c -g -O2  conftest.c >&5
configure:4786: $? = 0
configure:4786: result: yes
configure:4786: checking for strings.h
configure:4786: gcc -c -g -O2  conftest.c >&5
configure:4786: $? = 0
configure:4786: result: yes
configure:4786: checking for inttypes.h
configure:4786: gcc -c -g -O2  conftest.c >&5
configure:4786: $? = 0
configure:4786: result: yes
configure:4786: checking for stdint.h
configure:4786: gcc -c -g -O2  conftest.c >&5
configure:4786: $? = 0
configure:4786: result: yes
configure:4786: checking for unistd.h
configure:4786: gcc -c -g -O2  conftest.c >&5
configure:4786: $? = 0
configure:4786: result: yes
configure:4801: checking minix/config.h usability
configure:4801: gcc -c -g -O2  conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4801: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "kernel@kolivas.org"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4801: result: no
configure:4801: checking minix/config.h presence
configure:4801: gcc -E  conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4801: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "kernel@kolivas.org"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4801: result: no
configure:4801: checking for minix/config.h
configure:4801: result: no
configure:4830: checking whether it is safe to define __EXTENSIONS__
configure:4848: gcc -c -g -O2  conftest.c >&5
configure:4848: $? = 0
configure:4855: result: yes
configure:4902: checking whether to enable maintainer-specific portions of Makefiles
configure:4911: result: no
configure:4973: checking for gcc
configure:5000: result: gcc
configure:5229: checking for C compiler version
configure:5238: gcc --version >&5
gcc (Debian 4.7.2-5) 4.7.2
Copyright (C) 2012 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:5249: $? = 0
configure:5238: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5)
configure:5249: $? = 0
configure:5238: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5249: $? = 4
configure:5238: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5249: $? = 4
configure:5253: checking whether we are using the GNU C compiler
configure:5281: result: yes
configure:5290: checking whether gcc accepts -g
configure:5351: result: yes
configure:5368: checking for gcc option to accept ISO C89
configure:5444: result: none needed
configure:5466: checking dependency style of gcc
configure:5577: result: gcc3
configure:5635: checking for ranlib
configure:5651: found /usr/bin/ranlib
configure:5662: result: ranlib
configure:5710: checking whether gcc needs -traditional
configure:5744: result: no
configure:5752: checking whether gcc and cc understand -c and -o together
configure:5783: gcc -c conftest.c -o conftest2.o >&5
configure:5787: $? = 0
configure:5793: gcc -c conftest.c -o conftest2.o >&5
configure:5797: $? = 0
configure:5808: cc -c conftest.c >&5
configure:5812: $? = 0
configure:5820: cc -c conftest.c -o conftest2.o >&5
configure:5824: $? = 0
configure:5830: cc -c conftest.c -o conftest2.o >&5
configure:5834: $? = 0
configure:5852: result: yes
configure:5920: checking for ranlib
configure:5947: result: ranlib
configure:5984: checking sys/mman.h usability
configure:5984: gcc -c -g -O2  conftest.c >&5
configure:5984: $? = 0
configure:5984: result: yes
configure:5984: checking sys/mman.h presence
configure:5984: gcc -E  conftest.c
configure:5984: $? = 0
configure:5984: result: yes
configure:5984: checking for sys/mman.h
configure:5984: result: yes
configure:5984: checking wchar.h usability
configure:5984: gcc -c -g -O2  conftest.c >&5
configure:5984: $? = 0
configure:5984: result: yes
configure:5984: checking wchar.h presence
configure:5984: gcc -E  conftest.c
configure:5984: $? = 0
configure:5984: result: yes
configure:5984: checking for wchar.h
configure:5984: result: yes
configure:5984: checking for stdint.h
configure:5984: result: yes
configure:6005: checking for mprotect
configure:6005: gcc -o conftest -g -O2   conftest.c  >&5
configure:6005: $? = 0
configure:6005: result: yes
configure:6005: checking for sigaction
configure:6005: gcc -o conftest -g -O2   conftest.c  >&5
configure:6005: $? = 0
configure:6005: result: yes
configure:6005: checking for sigaltstack
configure:6005: gcc -o conftest -g -O2   conftest.c  >&5
configure:6005: $? = 0
configure:6005: result: yes
configure:6005: checking for siginterrupt
configure:6005: gcc -o conftest -g -O2   conftest.c  >&5
configure:6005: $? = 0
configure:6005: result: yes
configure:6096: checking for mmap
configure:6096: gcc -o conftest -g -O2   conftest.c  >&5
configure:6096: $? = 0
configure:6096: result: yes
configure:6107: checking for MAP_ANONYMOUS
configure:6144: result: yes
configure:6178: checking whether memchr works
configure:6241: gcc -o conftest -g -O2   conftest.c  >&5
configure:6241: $? = 0
configure:6241: ./conftest
configure:6241: $? = 0
configure:6251: result: yes
configure:6259: checking whether memmem is declared
configure:6259: gcc -c -g -O2  conftest.c >&5
configure:6259: $? = 0
configure:6259: result: yes
configure:6277: checking for memmem
configure:6277: gcc -o conftest -g -O2   conftest.c  >&5
configure:6277: $? = 0
configure:6277: result: yes
configure:6301: checking whether memmem works
configure:6365: gcc -o conftest -g -O2   conftest.c  >&5
configure:6365: $? = 0
configure:6365: ./conftest
configure:6365: $? = 0
configure:6376: result: yes
configure:6394: gcc -c -g -O2  conftest.c >&5
conftest.c:40:10: error: unknown type name 'not'
conftest.c:40:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:40:16: error: unknown type name 'universal'
configure:6394: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "kernel@kolivas.org"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CGMINER_MAJOR_VERSION 2
| #define CGMINER_MINOR_VERSION 10
| #define CGMINER_MINOR_SUBVERSION 4
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_MPROTECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|          not a universal capable compiler
|         #endif
|         typedef int dummy;
|
configure:6445: checking for C/C++ restrict keyword
configure:6470: gcc -c -g -O2  conftest.c >&5
configure:6470: $? = 0
configure:6478: result: __restrict
configure:6491: checking for uid_t in sys/types.h
configure:6510: result: yes
configure:6521: checking for inline
configure:6537: gcc -c -g -O2  conftest.c >&5
configure:6537: $? = 0
configure:6545: result: inline
configure:6578: checking whether the preprocessor supports include_next
configure:6616: gcc -c -g -O2  -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:6616: $? = 0
configure:6637: result: yes
configure:6658: checking whether system header files limit the line length
configure:6681: result: no
configure:6695: checking for wchar_t
configure:6712: gcc -c -g -O2  conftest.c >&5
configure:6712: $? = 0
configure:6719: result: yes
configure:6728: checking for unsigned long long int
configure:6767: gcc -o conftest -g -O2   conftest.c  >&5
configure:6767: $? = 0
configure:6776: result: yes
configure:6786: checking for long long int
configure:6824: gcc -o conftest -g -O2   conftest.c  >&5
configure:6824: $? = 0
configure:6824: ./conftest
configure:6824: $? = 0
configure:6836: result: yes
configure:6973: checking whether stdint.h conforms to C99
configure:7144: gcc -c -g -O2  conftest.c >&5
configure:7144: $? = 0
configure:7226: gcc -o conftest -g -O2   conftest.c  >&5
configure:7226: $? = 0
configure:7226: ./conftest
configure:7226: $? = 0
configure:7238: result: yes
configure:7637: checking whether memmem is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether mempcpy is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether memrchr is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether rawmemchr is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether stpcpy is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether stpncpy is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether strchrnul is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether strdup is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether strncat is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether strndup is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether strnlen is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether strpbrk is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether strsep is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether strcasestr is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether strtok_r is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether strerror_r is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether strsignal is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7637: checking whether strverscmp is declared without a macro
configure:7655: gcc -c -g -O2  conftest.c >&5
configure:7655: $? = 0
configure:7663: result: yes
configure:7743: checking whether memmem works in linear time
configure:7814: gcc -o conftest -g -O2   conftest.c  >&5
configure:7814: $? = 0
configure:7814: ./conftest
configure:7814: $? = 0
configure:7825: result: yes
configure:7850: checking for memmem
configure:7850: result: yes
configure:7874: checking whether memmem works
configure:7949: result: yes
configure:7995: checking for struct sigaction.sa_sigaction
configure:7995: gcc -c -g -O2  conftest.c >&5
configure:7995: $? = 0
configure:7995: result: yes
configure:8130: checking for volatile sig_atomic_t
configure:8130: gcc -c -g -O2  conftest.c >&5
configure:8130: $? = 0
configure:8130: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:73:36: error: expected expression before ')' token
configure:8130: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "kernel@kolivas.org"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CGMINER_MAJOR_VERSION 2
| #define CGMINER_MINOR_VERSION 10
| #define CGMINER_MINOR_SUBVERSION 4
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_MPROTECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define restrict __restrict
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMMEM 1
| #define GNULIB_TEST_MEMMEM 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| /* end confdefs.h.  */
|
| #include <signal.h>
|
|
| int
| main ()
| {
| if (sizeof ((volatile sig_atomic_t)))
|        return 0;
|   ;
|   return 0;
| }
configure:8130: result: yes
configure:8144: checking for sighandler_t
configure:8144: gcc -c -g -O2  conftest.c >&5
configure:8144: $? = 0
configure:8144: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:73:27: error: expected expression before ')' token
configure:8144: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "kernel@kolivas.org"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CGMINER_MAJOR_VERSION 2
| #define CGMINER_MINOR_VERSION 10
| #define CGMINER_MINOR_SUBVERSION 4
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_MPROTECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define restrict __restrict
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMMEM 1
| #define GNULIB_TEST_MEMMEM 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| /* end confdefs.h.  */
|
| #include <signal.h>
|
|
| int
| main ()
| {
| if (sizeof ((sighandler_t)))
|        return 0;
|   ;
|   return 0;
| }
configure:8144: result: yes
configure:8158: checking whether sigaction is declared without a macro
configure:8176: gcc -c -g -O2  conftest.c >&5
configure:8176: $? = 0
configure:8184: result: yes
configure:8158: checking whether sigaddset is declared without a macro
configure:8176: gcc -c -g -O2  conftest.c >&5
configure:8176: $? = 0
configure:8184: result: yes
configure:8158: checking whether sigdelset is declared without a macro
configure:8176: gcc -c -g -O2  conftest.c >&5
configure:8176: $? = 0
configure:8184: result: yes
configure:8158: checking whether sigemptyset is declared without a macro
configure:8176: gcc -c -g -O2  conftest.c >&5
configure:8176: $? = 0
configure:8184: result: yes
configure:8158: checking whether sigfillset is declared without a macro
configure:8176: gcc -c -g -O2  conftest.c >&5
configure:8176: $? = 0
configure:8184: result: yes
configure:8158: checking whether sigismember is declared without a macro
configure:8176: gcc -c -g -O2  conftest.c >&5
configure:8176: $? = 0
configure:8184: result: yes
configure:8158: checking whether sigpending is declared without a macro
configure:8176: gcc -c -g -O2  conftest.c >&5
configure:8176: $? = 0
configure:8184: result: yes
configure:8158: checking whether sigprocmask is declared without a macro
configure:8176: gcc -c -g -O2  conftest.c >&5
configure:8176: $? = 0
configure:8184: result: yes
configure:8213: checking for sigprocmask
configure:8213: gcc -o conftest -g -O2   conftest.c  >&5
configure:8213: $? = 0
configure:8213: result: yes
configure:8280: checking whether NULL can be used in arbitrary expressions
configure:8298: gcc -c -g -O2  conftest.c >&5
configure:8298: $? = 0
configure:8305: result: yes
configure:8420: checking for ANSI C header files
configure:8524: result: yes
configure:8534: checking syslog.h usability
configure:8534: gcc -c -g -O2  conftest.c >&5
configure:8534: $? = 0
configure:8534: result: yes
configure:8534: checking syslog.h presence
configure:8534: gcc -E  conftest.c
configure:8534: $? = 0
configure:8534: result: yes
configure:8534: checking for syslog.h
configure:8534: result: yes
configure:8545: checking for size_t
configure:8545: gcc -c -g -O2  conftest.c >&5
configure:8545: $? = 0
configure:8545: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:113:21: error: expected expression before ')' token
configure:8545: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "kernel@kolivas.org"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CGMINER_MAJOR_VERSION 2
| #define CGMINER_MINOR_VERSION 10
| #define CGMINER_MINOR_SUBVERSION 4
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_MPROTECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define restrict __restrict
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMMEM 1
| #define GNULIB_TEST_MEMMEM 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define STDC_HEADERS 1
| #define HAVE_SYSLOG_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
|        return 0;
|   ;
|   return 0;
| }
configure:8545: result: yes
configure:8558: checking for working alloca.h
configure:8575: gcc -o conftest -g -O2   conftest.c  >&5
configure:8575: $? = 0
configure:8583: result: yes
configure:8591: checking for alloca
configure:8628: gcc -o conftest -g -O2   conftest.c  >&5
configure:8628: $? = 0
configure:8636: result: yes
configure:8837: checking for OpenCL
configure:8860: gcc -o conftest -g -O2    conftest.c  -lOpenCL >&5
configure:8860: $? = 0
configure:8861: result: yes
configure:8884: checking for pthread_create in -lpthread
configure:8909: gcc -o conftest -g -O2   conftest.c -lpthread   >&5
configure:8909: $? = 0
configure:8918: result: yes
configure:8933: checking for json_loads in -ljansson
configure:8958: gcc -o conftest -g -O2   conftest.c -ljansson  -lpthread  >&5
/usr/bin/ld: cannot find -ljansson
collect2: error: ld returned 1 exit status
configure:8958: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "kernel@kolivas.org"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CGMINER_MAJOR_VERSION 2
| #define CGMINER_MINOR_VERSION 10
| #define CGMINER_MINOR_SUBVERSION 4
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_MPROTECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define restrict __restrict
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMMEM 1
| #define GNULIB_TEST_MEMMEM 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define STDC_HEADERS 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENCL 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char json_loads ();
| int
| main ()
| {
| return json_loads ();
|   ;
|   return 0;
| }
configure:8967: result: no
configure:9123: checking for library containing addstr
configure:9154: gcc -o conftest -g -O2   conftest.c -lpthread  >&5
/tmp/cclrAIr7.o: In function `main':
/home/envite/cgminer-2.10.4/conftest.c:93: undefined reference to `addstr'
collect2: error: ld returned 1 exit status
configure:9154: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cgminer"
| #define PACKAGE_TARNAME "cgminer"
| #define PACKAGE_VERSION "2.10.4"
| #define PACKAGE_STRING "cgminer 2.10.4"
| #define PACKAGE_BUGREPORT "kernel@kolivas.org"
| #define PACKAGE_URL ""
| #define PACKAGE "cgminer"
| #define VERSION "2.10.4"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CGMINER_MAJOR_VERSION 2
| #define CGMINER_MINOR_VERSION 10
| #define CGMINER_MINOR_SUBVERSION 4
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_MPROTECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define restrict __restrict
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMMEM 1
| #define GNULIB_TEST_MEMMEM 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define STDC_HEADERS 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENCL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_ADL 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char addstr ();
| int
| main ()
| {
| return addstr ();
|   ;
|   return 0;
| }
configure:9154: gcc -o conftest -g -O2   conftest.c -lncurses  -lpthread  >&5
configure:9154: $? = 0
configure:9171: result: -lncurses
configure:9250: checking for yasm
configure:9281: result: false
configure:9320: yasm is required for the assembly algorithms. They will be skipped.
configure:9428: checking for pkg-config
configure:9446: found /usr/bin/pkg-config
configure:9458: result: /usr/bin/pkg-config
configure:9483: checking pkg-config is at least version 0.9.0
configure:9486: result: yes
configure:9587: checking for LIBCURL
configure:9594: $PKG_CONFIG --exists --print-errors "libcurl >= 7.25.0"
configure:9597: $? = 0
configure:9611: $PKG_CONFIG --exists --print-errors "libcurl >= 7.25.0"
configure:9614: $? = 0
configure:9792: result: yes
configure:9882: gcc -c -g -O2  conftest.c >&5
configure:9882: $? = 0
configure:9892: gcc -c -g -O2  conftest.c >&5
configure:9892: $? = 0
configure:9902: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'cleanup':
conftest.c:86:55: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:9902: $? = 0
configure:9912: gcc -c -g -O2  conftest.c >&5
configure:9912: $? = 0
configure:9922: gcc -c -g -O2  conftest.c >&5
configure:9922: $? = 0
configure:9932: gcc -c -g -O2  conftest.c >&5
configure:9932: $? = 0
configure:9942: gcc -o conftest -g -O2   conftest.c -lncurses -lpthread  >&5
configure:9942: $? = 0
configure:9953: gcc -o conftest -g -O2   conftest.c -lncurses -lpthread  >&5
configure:9953: $? = 0
configure:9964: gcc -c -g -O2  conftest.c >&5
configure:9964: $? = 0
configure:10131: checking that generated files are newer than configure
configure:10137: result: done
configure:10264: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by cgminer config.status 2.10.4, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on tochox

config.status:1131: creating Makefile
config.status:1131: creating compat/Makefile
config.status:1131: creating compat/jansson/Makefile
config.status:1131: creating x86_64/Makefile
config.status:1131: creating x86_32/Makefile
config.status:1131: creating ccan/Makefile
config.status:1131: creating lib/Makefile
config.status:1131: creating config.h
config.status:1360: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBCURL_CFLAGS_set=
ac_cv_env_LIBCURL_CFLAGS_value=
ac_cv_env_LIBCURL_LIBS_set=
ac_cv_env_LIBCURL_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBUSB_CFLAGS_set=
ac_cv_env_LIBUSB_CFLAGS_value=
ac_cv_env_LIBUSB_LIBS_set=
ac_cv_env_LIBUSB_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_alloca_works=yes
ac_cv_func_memmem=yes
ac_cv_func_mmap=yes
ac_cv_func_mprotect=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_sigprocmask=yes
ac_cv_have_decl_memmem=yes
ac_cv_have_decl_mempcpy=yes
ac_cv_have_decl_memrchr=yes
ac_cv_have_decl_rawmemchr=yes
ac_cv_have_decl_sigaction=yes
ac_cv_have_decl_sigaddset=yes
ac_cv_have_decl_sigdelset=yes
ac_cv_have_decl_sigemptyset=yes
ac_cv_have_decl_sigfillset=yes
ac_cv_have_decl_sigismember=yes
ac_cv_have_decl_sigpending=yes
ac_cv_have_decl_sigprocmask=yes
ac_cv_have_decl_stpcpy=yes
ac_cv_have_decl_stpncpy=yes
ac_cv_have_decl_strcasestr=yes
ac_cv_have_decl_strchrnul=yes
ac_cv_have_decl_strdup=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_have_decl_strncat=yes
ac_cv_have_decl_strndup=yes
ac_cv_have_decl_strnlen=yes
ac_cv_have_decl_strpbrk=yes
ac_cv_have_decl_strsep=yes
ac_cv_have_decl_strsignal=yes
ac_cv_have_decl_strtok_r=yes
ac_cv_have_decl_strverscmp=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_jansson_json_loads=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_member_struct_sigaction_sa_sigaction=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_YASM=false
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_addstr=-lncurses
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_type_long_long_int=yes
ac_cv_type_sighandler_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uid_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_type_volatile_sig_atomic_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
gl_cv_c_multiarch=no
gl_cv_decl_null_works=yes
gl_cv_func_memchr_works=yes
gl_cv_func_memmem_works_always=yes
gl_cv_func_memmem_works_fast=yes
gl_cv_func_sigprocmask=1
gl_cv_have_include_next=yes
gl_cv_have_raw_decl_memmem=yes
gl_cv_have_raw_decl_mempcpy=yes
gl_cv_have_raw_decl_memrchr=yes
gl_cv_have_raw_decl_rawmemchr=yes
gl_cv_have_raw_decl_sigaction=yes
gl_cv_have_raw_decl_sigaddset=yes
gl_cv_have_raw_decl_sigdelset=yes
gl_cv_have_raw_decl_sigemptyset=yes
gl_cv_have_raw_decl_sigfillset=yes
gl_cv_have_raw_decl_sigismember=yes
gl_cv_have_raw_decl_sigpending=yes
gl_cv_have_raw_decl_sigprocmask=yes
gl_cv_have_raw_decl_stpcpy=yes
gl_cv_have_raw_decl_stpncpy=yes
gl_cv_have_raw_decl_strcasestr=yes
gl_cv_have_raw_decl_strchrnul=yes
gl_cv_have_raw_decl_strdup=yes
gl_cv_have_raw_decl_strerror_r=yes
gl_cv_have_raw_decl_strncat=yes
gl_cv_have_raw_decl_strndup=yes
gl_cv_have_raw_decl_strnlen=yes
gl_cv_have_raw_decl_strpbrk=yes
gl_cv_have_raw_decl_strsep=yes
gl_cv_have_raw_decl_strsignal=yes
gl_cv_have_raw_decl_strtok_r=yes
gl_cv_have_raw_decl_strverscmp=yes
gl_cv_header_working_stdint_h=yes
gl_cv_next_signal_h='<signal.h>'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_string_h='<string.h>'
gl_cv_pragma_columns=no
gt_cv_c_wchar_t=yes
pkg_cv_LIBCURL_CFLAGS=' '
pkg_cv_LIBCURL_LIBS='-lcurl  '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/envite/cgminer-2.10.4/missing --run aclocal-1.12'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
APPLE_UNIVERSAL_BUILD='0'
AUTOCONF='${SHELL} /home/envite/cgminer-2.10.4/missing --run autoconf'
AUTOHEADER='${SHELL} /home/envite/cgminer-2.10.4/missing --run autoheader'
AUTOMAKE='${SHELL} /home/envite/cgminer-2.10.4/missing --run automake-1.12'
AWK='gawk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLOPEN_FLAGS='-ldl'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GL_COND_LIBTOOL_FALSE=''
GL_COND_LIBTOOL_TRUE='#'
GL_GENERATE_STDDEF_H_FALSE=''
GL_GENERATE_STDDEF_H_TRUE='#'
GL_GENERATE_STDINT_H_FALSE=''
GL_GENERATE_STDINT_H_TRUE='#'
GNULIB_MBSCASECMP='0'
GNULIB_MBSCASESTR='0'
GNULIB_MBSCHR='0'
GNULIB_MBSCSPN='0'
GNULIB_MBSLEN='0'
GNULIB_MBSNCASECMP='0'
GNULIB_MBSNLEN='0'
GNULIB_MBSPBRK='0'
GNULIB_MBSPCASECMP='0'
GNULIB_MBSRCHR='0'
GNULIB_MBSSEP='0'
GNULIB_MBSSPN='0'
GNULIB_MBSSTR='0'
GNULIB_MBSTOK_R='0'
GNULIB_MEMCHR='1'
GNULIB_MEMMEM='1'
GNULIB_MEMPCPY='0'
GNULIB_MEMRCHR='0'
GNULIB_RAWMEMCHR='0'
GNULIB_SIGACTION='1'
GNULIB_SIGNAL_H_SIGPIPE='0'
GNULIB_SIGPROCMASK='1'
GNULIB_STPCPY='0'
GNULIB_STPNCPY='0'
GNULIB_STRCASESTR='0'
GNULIB_STRCHRNUL='0'
GNULIB_STRDUP='0'
GNULIB_STRERROR='0'
GNULIB_STRERROR_R='0'
GNULIB_STRNCAT='0'
GNULIB_STRNDUP='0'
GNULIB_STRNLEN='0'
GNULIB_STRPBRK='0'
GNULIB_STRSEP='0'
GNULIB_STRSIGNAL='0'
GNULIB_STRSTR='0'
GNULIB_STRTOK_R='0'
GNULIB_STRVERSCMP='0'
GREP='/bin/grep'
HAS_BITFORCE_FALSE=''
HAS_BITFORCE_TRUE='#'
HAS_CPUMINE_FALSE=''
HAS_CPUMINE_TRUE='#'
HAS_ICARUS_FALSE=''
HAS_ICARUS_TRUE='#'
HAS_MODMINER_FALSE=''
HAS_MODMINER_TRUE='#'
HAS_SCRYPT_FALSE=''
HAS_SCRYPT_TRUE='#'
HAS_YASM_FALSE=''
HAS_YASM_TRUE='#'
HAS_ZTEX_FALSE=''
HAS_ZTEX_TRUE='#'
HAVE_CURSES_FALSE='#'
HAVE_CURSES_TRUE=''
HAVE_DECL_MEMMEM='1'
HAVE_DECL_MEMRCHR='1'
HAVE_DECL_STRDUP='1'
HAVE_DECL_STRERROR_R='1'
HAVE_DECL_STRNDUP='1'
HAVE_DECL_STRNLEN='1'
HAVE_DECL_STRSIGNAL='1'
HAVE_DECL_STRTOK_R='1'
HAVE_INTTYPES_H='1'
HAVE_LIBUDEV_FALSE='#'
HAVE_LIBUDEV_TRUE=''
HAVE_LONG_LONG_INT='1'
HAVE_MBSLEN='0'
HAVE_MEMCHR='1'
HAVE_MEMPCPY='1'
HAVE_POSIX_SIGNALBLOCKING='1'
HAVE_RAWMEMCHR='1'
HAVE_SIGACTION='1'
HAVE_SIGHANDLER_T='1'
HAVE_SIGINFO_T='1'
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SIGSET_T='1'
HAVE_STDINT_H='1'
HAVE_STPCPY='1'
HAVE_STPNCPY='1'
HAVE_STRCASESTR='1'
HAVE_STRCHRNUL='1'
HAVE_STRPBRK='1'
HAVE_STRSEP='1'
HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'
HAVE_STRVERSCMP='1'
HAVE_SYS_BITYPES_H=''
HAVE_SYS_INTTYPES_H=''
HAVE_SYS_TYPES_H='1'
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1'
HAVE_UNSIGNED_LONG_LONG_INT='1'
HAVE_WCHAR_H='1'
HAVE_WCHAR_T='1'
HAVE_WINDOWS_FALSE=''
HAVE_WINDOWS_TRUE='#'
HAVE_x86_64_FALSE='#'
HAVE_x86_64_TRUE=''
INCLUDE_NEXT='include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JANSSON_LIBS='compat/jansson/libjansson.a'
LDFLAGS=''
LIBCURL_CFLAGS=' '
LIBCURL_LIBS='-lcurl  '
LIBGNU_LIBDEPS=''
LIBGNU_LTLIBDEPS=''
LIBOBJS=''
LIBS='-lncurses -lpthread '
LIBUSB_CFLAGS=''
LIBUSB_LIBS=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/envite/cgminer-2.10.4/missing --run makeinfo'
MATH_LIBS='-lm'
MKDIR_P='/bin/mkdir -p'
NCURSES_LIBS=''
NEED_FPGAUTILS_FALSE=''
NEED_FPGAUTILS_TRUE='#'
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>'
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>'
NEXT_SIGNAL_H='<signal.h>'
NEXT_STDDEF_H=''
NEXT_STDINT_H='<stdint.h>'
NEXT_STRING_H='<string.h>'
OBJEXT='o'
OPENCL_FLAGS=''
OPENCL_LIBS='-lOpenCL'
PACKAGE='cgminer'
PACKAGE_BUGREPORT='kernel@kolivas.org'
PACKAGE_NAME='cgminer'
PACKAGE_STRING='cgminer 2.10.4'
PACKAGE_TARNAME='cgminer'
PACKAGE_URL=''
PACKAGE_VERSION='2.10.4'
PATH_SEPARATOR=':'
PDCURSES_LIBS=''
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PRAGMA_COLUMNS=''
PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
PTHREAD_FLAGS='-lpthread'
PTHREAD_LIBS='-lpthread'
PTRDIFF_T_SUFFIX=''
RANLIB='ranlib'
REPLACE_MEMCHR='0'
REPLACE_MEMMEM='0'
REPLACE_NULL='0'
REPLACE_STPNCPY='0'
REPLACE_STRCASESTR='0'
REPLACE_STRCHRNUL='0'
REPLACE_STRDUP='0'
REPLACE_STRERROR='0'
REPLACE_STRERROR_R='0'
REPLACE_STRNCAT='0'
REPLACE_STRNDUP='0'
REPLACE_STRNLEN='0'
REPLACE_STRSIGNAL='0'
REPLACE_STRSTR='0'
REPLACE_STRTOK_R='0'
SET_MAKE=''
SHELL='/bin/bash'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
STDDEF_H=�
6  Bitcoin / Mining support / Re: cgminer has stopped recognizing my nVidia card on: June 05, 2013, 08:09:25 PM
I tried that before answering to you first time (even when I thought it will not work) and effectively not worked. pointing to the file with --conf does not work either, nor does deleting the configuration.

Issue is that cgminer does not recognize my card
7  Bitcoin / Mining support / Re: cgminer has stopped recognizing my nVidia card on: June 05, 2013, 08:02:16 PM
Thanks CrownCloud but of course that is not the issue: pool, username and password are correctly configured.

Issue is that cgminer reads all devices disabled, when it was working correctly before my upgrade. Please read the error messages above.
8  Bitcoin / Mining support / Re: cgminer has stopped recognizing my nVidia card on: June 05, 2013, 07:55:19 PM
Please help with that
9  Bitcoin / Mining support / cgminer has stopped recognizing my nVidia card on: May 15, 2013, 11:39:13 PM
Hi all

hope you can help me:

I have upgraded my Debian. Some packages have been updated, deleted and installed, but I think everythig is ok, but I find this:

Code:
$ ./cgminer 
All devices disabled, cannot mine!

Code:
$ ./cgminer -D -n
 [2013-05-16 00:36:02] CL Platform 0 vendor: Advanced Micro Devices, Inc.                   
 [2013-05-16 00:36:02] CL Platform 0 name: AMD Accelerated Parallel Processing                   
 [2013-05-16 00:36:02] CL Platform 0 version: OpenCL 1.2 AMD-APP (937.2)                   
 [2013-05-16 00:36:02] Error -1: Getting Device IDs (num)                   
 [2013-05-16 00:36:02] clDevicesNum returned error, no GPUs usable                   
 [2013-05-16 00:36:02] 0 GPU devices max detected

Code:
$ lspci|grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation G92 [GeForce 9800 GT] (rev a2)

Thanks
10  Other / Beginners & Help / Re: Satoshi Dice - need some explanations on: February 06, 2013, 11:50:13 PM
Why negative?

Your expected income needs to be positive. Your earnings will be negative (that's what you get if you do 0.01-0.0098)
11  Other / Beginners & Help / Re: "Account has insufficient funds" message but there are enough funds on: February 05, 2013, 08:36:54 PM
You have 0.00148702 BTC in that account and are trying to send out 0.001 BTC. This would suffice were it not for the transaction fee of 0.0005.

Thanks

I understood from reading something somewhere (I'm quite new and I can not remember where I read everything) that transactions can be made without fees, and they just will delay more than if made with fees. Am I wrong?

That's correct in theory. However bitcoin-qt enforces a mandatory "voluntary fee" of 0.0005 for a transaction. You'd need to use another client to avoid that.

Looks like gyrsur has bumped your balance up to the necessary amount.

Thanks. I'll check other clients. I'm not against fees, I know they will maintain BTC system running after 21M, but I also want the freedom to choose if pay them or not.
12  Other / Beginners & Help / Re: "Account has insufficient funds" message but there are enough funds on: February 05, 2013, 08:24:08 PM
You have 0.00148702 BTC in that account and are trying to send out 0.001 BTC. This would suffice were it not for the transaction fee of 0.0005.

Thanks

I understood from reading something somewhere (I'm quite new and I can not remember where I read everything) that transactions can be made without fees, and they just will delay more than if made with fees. Am I wrong?
13  Other / Beginners & Help / "Account has insufficient funds" message but there are enough funds on: February 05, 2013, 08:09:54 PM
Hi all

I'm trying to send some bitcoins having enough funds, but my own bitcoin-qt says I have not enough funds.

Code:
20:05:47 sendfrom 1HXyhhXs2B8C6uomRcvYFsqApmw5HDj6o4 1dice8EMZmqKvrGE4Qc9bUFf9PX3xaYDp 0.001
20:05:47 Account has insufficient funds (code -6)

Could somebody help me?
14  Other / Beginners & Help / Re: Solo mining with bitcoin-qt on: February 02, 2013, 10:50:08 AM
I have downloaded, compiled and installed it, but when running it it asked for pool username and password. Can it be used for solo?
15  Other / Beginners & Help / Re: Solo mining with bitcoin-qt on: January 31, 2013, 01:31:07 PM
Thanks Gabi and koin

I see there "cgminer.exe". That indicates a Windows program. Is there a cgminer for Linux?
16  Other / Beginners & Help / Re: New to BTC... Found a miner on my computer and now I'm interested. on: January 31, 2013, 11:25:25 AM
This remember me... Trust No One
17  Other / Beginners & Help / Re: Solo mining with bitcoin-qt on: January 31, 2013, 11:22:51 AM
Hi koin

Many thanks, but question still is which tool should I use for GPU solo mining in Linux?

I'll test it in the testnet as you suggest  Smiley
18  Other / Beginners & Help / How "Free Bitcoins" sites work? on: January 31, 2013, 01:50:17 AM
I have seen that some places give bitcoins for free, once an hour, or once/12h, etc.

How these sites work? Which income sources do they have? Why do they do this?

I can simply not trust they're just nice people. Huh
19  Other / Beginners & Help / Re: Bitcoins and Terrorism on: January 31, 2013, 01:31:01 AM
Look at 1000USD and 500€ notes... they are even less traceable than bitcoins
20  Other / Beginners & Help / Re: Solo mining with bitcoin-qt on: January 30, 2013, 11:58:01 PM
I have version v0.7.2.0-g32a928e-beta and -gen option seems to be there.

I will try it, just to see if I'm lucky, but many thanks for the comments about the very very low probability.

Which tool would you recommend for solo mining in Linux (nVidia card)?

I just want to give it some use, as the computer is always switched on for other tasks.

I want to test solo to get the feel of it before considering joining a pool. I want to learn about bitcoin, not just to make BTCs with it.

Many thanks
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!