Bitcoin Forum
May 30, 2024, 12:25:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 »
101  Bitcoin / Bitcoin Discussion / Re: How will the end of Moore's law in 2020 affect Bitcoin? on: June 22, 2014, 01:25:51 PM
What about storage and bandwidth?  At the moment, using the core Bitcoin client is not viable for many people due to space requirements as well as the amount of time required to sync.  Will technologies in both storage and bandwidth outpace the current growth rate of the blockchain?
102  Economy / Scam Accusations / Re: SUCHPOOL SCAMS steals AND has ONGOING SKIM of mined blocks on: June 06, 2014, 06:55:42 AM
I noticed the same thing.  I switched over to suchpool from drkpool about a month ago mining Darkcoin.  My hashrate on drkpool is about 130 MH/s, whereas on suchpool it's only showing around 100 MH/s.  Also, the payouts just don't seem right.  I should be earning over 20% more than I am based on my calculations.

Either way, I'm not going to be using suchpool for now anymore. 
103  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] X11 CPU 32 bit MINER , Darkcoin 32 bit CPU Mining on: May 22, 2014, 07:35:37 AM
I see you're reposting the exact same malware as you posted a few days before this one.



104  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] X11 CPU 32 bit MINER , Darkcoin 32 bit CPU Mining on: May 22, 2014, 07:33:39 AM
This is a virus.  Doesn't even include the correct dependencies that would be required for a 32bit version of an X11 cpuminer.
105  Alternate cryptocurrencies / Mining (Altcoins) / Compiling cgminer - windows on: April 11, 2014, 01:02:41 PM
I'm trying to compile cgminer using MinGW on Windows.

I've followed all the Windows build instructions and have installed all the dependencies.  

It gets through the configure fine, but I'm getting an error on make.  I've tried compiling several different versions and am always getting this same error on make.

Code:
  CC     cgminer-cgminer.o
cgminer.c: In function 'kill_mining':
cgminer.c:3250:17: error: request for member 'p' in something not a structure or
 union
   if (pth && pth->p)
                 ^
make[2]: *** [cgminer-cgminer.o] Error 1
make[2]: Leaving directory `/c/cgminer-3.7.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/cgminer-3.7.2'
make: *** [all] Error 2

Any help on getting this to compile would be great!
106  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: March 03, 2014, 11:07:21 AM
This is the furthest I've gotten now with compiling cpuminer 2.3.3 using MinGW. (32bit)

I used the mstcpip.h file from the MinGW64 tree as I could not find it anywhere else for some reason.  Could that be causing the issue?

Using gcc v4.8.1 / curl 7.35

config.log
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 CFLAGS=-O3

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

hostname = George-PC
uname -m = i686
uname -r = 1.0.18(0.48/3/2)
uname -s = MINGW32_NT-6.1
uname -v = 2012-11-21 22:34

/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: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /c/Windows/system32
PATH: /c/Windows
PATH: /c/Windows/System32/Wbem
PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
PATH: /mingw/bin
PATH: /usr


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

configure:2330: checking build system type
configure:2344: result: i686-pc-mingw32
configure:2364: checking host system type
configure:2377: result: i686-pc-mingw32
configure:2397: checking target system type
configure:2410: result: i686-pc-mingw32
configure:2454: checking for a BSD-compatible install
configure:2522: result: /bin/install -c
configure:2533: checking whether build environment is sane
configure:2588: result: yes
configure:2739: checking for a thread-safe mkdir -p
configure:2778: result: /bin/mkdir -p
configure:2785: checking for gawk
configure:2801: found /bin/gawk
configure:2812: result: gawk
configure:2823: checking whether make sets $(MAKE)
configure:2845: result: yes
configure:2874: checking whether make supports nested variables
configure:2891: result: yes
configure:2979: checking whether to enable maintainer-specific portions of Makefiles
configure:2988: result: no
configure:3014: checking for style of include used by make
configure:3042: result: GNU
configure:3113: checking for gcc
configure:3129: found /mingw/bin/gcc
configure:3140: result: gcc
configure:3369: checking for C compiler version
configure:3378: gcc --version >&5
gcc.exe (GCC) 4.8.1
Copyright (C) 2013 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:3389: $? = 0
configure:3378: gcc -v >&5
Using built-in specs.
COLLECT_GCC=c:\mingw\bin\gcc.exe
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.8.1/lto-wrapper.exe
Target: mingw32
Configured with: ../gcc-4.8.1/configure --prefix=/mingw --host=mingw32 --build=mingw32 --without-pic --enable-shared --enable-static --with-gnu-ld --enable-lto --enable-libssp --disable-multilib --enable-languages=c,c++,fortran,objc,obj-c++,ada --disable-sjlj-exceptions --with-dwarf2 --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --with-gmp=/usr/src/pkg/gmp-5.1.2-1-mingw32-src/bld --with-mpc=/usr/src/pkg/mpc-1.0.1-1-mingw32-src/bld --with-mpfr= --with-system-zlib --with-gnu-as --enable-decimal-float=yes --enable-libgomp --enable-threads --with-libiconv-prefix=/mingw32 --with-libintl-prefix=/mingw --disable-bootstrap LDFLAGS=-s CFLAGS=-D_USE_32BIT_TIME_T
Thread model: win32
gcc version 4.8.1 (GCC)
configure:3389: $? = 0
configure:3378: gcc -V >&5
gcc.exe: error: unrecognized command line option '-V'
gcc.exe: fatal error: no input files
compilation terminated.
configure:3389: $? = 1
configure:3378: gcc -qversion >&5
gcc.exe: error: unrecognized command line option '-qversion'
gcc.exe: fatal error: no input files
compilation terminated.
configure:3389: $? = 1
configure:3409: checking whether the C compiler works
configure:3431: gcc -O3   conftest.c  >&5
configure:3435: $? = 0
configure:3483: result: yes
configure:3486: checking for C compiler default output file name
configure:3488: result: a.exe
configure:3494: checking for suffix of executables
configure:3501: gcc -o conftest.exe -O3   conftest.c  >&5
configure:3505: $? = 0
configure:3527: result: .exe
configure:3549: checking whether we are cross compiling
configure:3557: gcc -o conftest.exe -O3   conftest.c  >&5
configure:3561: $? = 0
configure:3568: ./conftest.exe
configure:3572: $? = 0
configure:3587: result: no
configure:3592: checking for suffix of object files
configure:3614: gcc -c -O3  conftest.c >&5
configure:3618: $? = 0
configure:3639: result: o
configure:3643: checking whether we are using the GNU C compiler
configure:3662: gcc -c -O3  conftest.c >&5
configure:3662: $? = 0
configure:3671: result: yes
configure:3680: checking whether gcc accepts -g
configure:3700: gcc -c -g  conftest.c >&5
configure:3700: $? = 0
configure:3741: result: yes
configure:3758: checking for gcc option to accept ISO C89
configure:3821: gcc  -c -O3  conftest.c >&5
configure:3821: $? = 0
configure:3834: result: none needed
configure:3856: checking dependency style of gcc
configure:3967: result: gcc3
configure:3982: checking for gcc option to accept ISO C99
configure:4131: gcc  -c -O3  conftest.c >&5
conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
 test_restrict (ccp restrict text)
                             ^
conftest.c: In function 'main':
conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
   char *restrict newvar = "Another string";
                  ^
conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode
   for (int i = 0; i < ia->datasize; ++i)
   ^
conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code
configure:4131: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
|
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
|
|   const char *str;
|   int number;
|   float fnumber;
|
|   while (*format)
|     {
|       switch (*format++)
| {
| case 's': // string
|   str = va_arg (args_copy, const char *);
|   break;
| case 'd': // int
|   number = va_arg (args_copy, int);
|   break;
| case 'f': // float
|   fnumber = va_arg (args_copy, double);
|   break;
| default:
|   break;
| }
|     }
|   va_end (args_copy);
|   va_end (args);
| }
|
| int
| main ()
| {
|
|   // Check bool.
|   _Bool success = false;
|
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
|
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
|
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
|
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
|
|   ni.number = 58;
|
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
|
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
|   || dynamic_array[ni.number - 1] != 543);
|
|   ;
|   return 0;
| }
configure:4131: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4131: $? = 0
configure:4151: result: -std=gnu99
configure:4165: checking how to run the C preprocessor
configure:4196: gcc -std=gnu99 -E  conftest.c
configure:4196: $? = 0
configure:4210: gcc -std=gnu99 -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4210: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4235: result: gcc -std=gnu99 -E
configure:4255: gcc -std=gnu99 -E  conftest.c
configure:4255: $? = 0
configure:4269: gcc -std=gnu99 -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4269: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4298: checking for grep that handles long lines and -e
configure:4356: result: /bin/grep
configure:4361: checking for egrep
configure:4423: result: /bin/grep -E
configure:4429: checking whether gcc -std=gnu99 needs -traditional
conftest.c:11:19: fatal error: sgtty.h: No such file or directory
 #include <sgtty.h>
                   ^
compilation terminated.
conftest.c:11:20: fatal error: termio.h: No such file or directory
 #include <termio.h>
                    ^
compilation terminated.
configure:4463: result: no
configure:4471: checking whether gcc -std=gnu99 and cc understand -c and -o together
configure:4502: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:4506: $? = 0
configure:4512: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:4516: $? = 0
configure:4527: cc -c conftest.c >&5
configure:4531: $? = 0
configure:4539: cc -c conftest.c -o conftest2.o >&5
configure:4543: $? = 0
configure:4549: cc -c conftest.c -o conftest2.o >&5
configure:4553: $? = 0
configure:4571: result: yes
configure:4605: checking dependency style of gcc -std=gnu99
configure:4714: result: gcc3
configure:4772: checking for ranlib
configure:4788: found /mingw/bin/ranlib
configure:4799: result: ranlib
configure:4822: checking for ANSI C header files
configure:4842: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4842: $? = 0
configure:4915: gcc -std=gnu99 -o conftest.exe -O3   conftest.c  >&5
configure:4915: $? = 0
configure:4915: ./conftest.exe
configure:4915: $? = 0
configure:4926: result: yes
configure:4939: checking for sys/types.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for sys/stat.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for stdlib.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for string.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for memory.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for strings.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for inttypes.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for stdint.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for unistd.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4954: checking sys/endian.h usability
configure:4954: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c:54:24: fatal error: sys/endian.h: No such file or directory
 #include <sys/endian.h>
                        ^
compilation terminated.
configure:4954: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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 <sys/endian.h>
configure:4954: result: no
configure:4954: checking sys/endian.h presence
configure:4954: gcc -std=gnu99 -E  conftest.c
conftest.c:21:24: fatal error: sys/endian.h: No such file or directory
 #include <sys/endian.h>
                        ^
compilation terminated.
configure:4954: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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 <sys/endian.h>
configure:4954: result: no
configure:4954: checking for sys/endian.h
configure:4954: result: no
configure:4954: checking sys/param.h usability
configure:4954: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4954: $? = 0
configure:4954: result: yes
configure:4954: checking sys/param.h presence
configure:4954: gcc -std=gnu99 -E  conftest.c
configure:4954: $? = 0
configure:4954: result: yes
configure:4954: checking for sys/param.h
configure:4954: result: yes
configure:4954: checking syslog.h usability
configure:4954: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c:55:20: fatal error: syslog.h: No such file or directory
 #include <syslog.h>
                    ^
compilation terminated.
configure:4954: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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 HAVE_SYS_PARAM_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 <syslog.h>
configure:4954: result: no
configure:4954: checking syslog.h presence
configure:4954: gcc -std=gnu99 -E  conftest.c
conftest.c:22:20: fatal error: syslog.h: No such file or directory
 #include <syslog.h>
                    ^
compilation terminated.
configure:4954: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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 HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <syslog.h>
configure:4954: result: no
configure:4954: checking for syslog.h
configure:4954: result: no
configure:4968: checking for sys/sysctl.h
configure:4968: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c:28:24: fatal error: sys/sysctl.h: No such file or directory
 #include <sys/sysctl.h>
                        ^
compilation terminated.
configure:4968: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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 HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
|
|
| #include <sys/sysctl.h>
configure:4968: result: no
configure:4984: checking whether be32dec is declared
configure:4984: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c: In function 'main':
conftest.c:67:10: error: 'be32dec' undeclared (first use in this function)
   (void) be32dec;
          ^
conftest.c:67:10: note: each undeclared identifier is reported only once for each function it appears in
configure:4984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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 HAVE_SYS_PARAM_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
| #ifdef HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef be32dec
| #ifdef __cplusplus
|   (void) be32dec;
| #else
|   (void) be32dec;
| #endif
| #endif
|
|   ;
|   return 0;
| }
configure:4984: result: no
configure:4999: checking whether le32dec is declared
configure:4999: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c: In function 'main':
conftest.c:68:10: error: 'le32dec' undeclared (first use in this function)
   (void) le32dec;
          ^
conftest.c:68:10: note: each undeclared identifier is reported only once for each function it appears in
configure:4999: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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 HAVE_SYS_PARAM_H 1
| #define HAVE_DECL_BE32DEC 0
| /* 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
| #ifdef HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef le32dec
| #ifdef __cplusplus
|   (void) le32dec;
| #else
|   (void) le32dec;
| #endif
| #endif
|
|   ;
|   return 0;
| }
configure:4999: result: no
configure:5014: checking whether be32enc is declared
configure:5014: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:10: error: 'be32enc' undeclared (first use in this function)
   (void) be32enc;
          ^
conftest.c:69:10: note: each undeclared identifier is reported only once for each function it appears in
configure:5014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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 HAVE_SYS_PARAM_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| /* 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
| #ifdef HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef be32enc
| #ifdef __cplusplus
|   (void) be32enc;
| #else
|   (void) be32enc;
| #endif
| #endif
|
|   ;
|   return 0;
| }
configure:5014: result: no
configure:5029: checking whether le32enc is declared
configure:5029: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c: In function 'main':
conftest.c:70:10: error: 'le32enc' undeclared (first use in this function)
   (void) le32enc;
          ^
conftest.c:70:10: note: each undeclared identifier is reported only once for each function it appears in
configure:5029: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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 HAVE_SYS_PARAM_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| /* 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
| #ifdef HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef le32enc
| #ifdef __cplusplus
|   (void) le32enc;
| #else
|   (void) le32enc;
| #endif
| #endif
|
|   ;
|   return 0;
| }
configure:5029: result: no
configure:5046: checking for size_t
configure:5046: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:5046: $? = 0
configure:5046: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:21: error: expected expression before ')' token
 if (sizeof ((size_t)))
                     ^
configure:5046: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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 HAVE_SYS_PARAM_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| #define HAVE_DECL_LE32ENC 0
| /* 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:5046: result: yes
configure:5059: checking for working alloca.h
configure:5076: gcc -std=gnu99 -o conftest.exe -O3   conftest.c  >&5
conftest.c:26:20: fatal error: alloca.h: No such file or directory
 #include <alloca.h>
                    ^
compilation terminated.
configure:5076: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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 HAVE_SYS_PARAM_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| #define HAVE_DECL_LE32ENC 0
| /* end confdefs.h.  */
| #include <alloca.h>
| int
| main ()
| {
| char *p = (char *) alloca (2 * sizeof (int));
|   if (p) return 0;
|   ;
|   return 0;
| }
configure:5084: result: no
configure:5092: checking for alloca
configure:5129: gcc -std=gnu99 -o conftest.exe -O3   conftest.c  >&5
configure:5129: $? = 0
configure:5137: result: yes
configure:5245: checking for getopt_long
configure:5245: gcc -std=gnu99 -o conftest.exe -O3   conftest.c  >&5
configure:5245: $? = 0
configure:5245: result: yes
configure:5280: checking whether we can compile AVX code
configure:5293: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:5293: $? = 0
configure:5297: result: yes
configure:5299: checking whether we can compile XOP code
configure:5312: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:5312: $? = 0
configure:5316: result: yes
configure:5327: checking whether we can compile AVX2 code
configure:5340: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:5340: $? = 0
configure:5344: result: yes
configure:5366: checking for json_loads in -ljansson
configure:5391: gcc -std=gnu99 -o conftest.exe -O3   conftest.c -ljansson   >&5
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -ljansson
collect2.exe: error: ld returned 1 exit status
configure:5391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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 HAVE_SYS_PARAM_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| #define HAVE_DECL_LE32ENC 0
| #define HAVE_ALLOCA 1
| #define HAVE_GETOPT_LONG 1
| #define USE_AVX 1
| #define USE_XOP 1
| #define USE_AVX2 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:5400: result: no
configure:5408: checking for pthread_create in -lpthread
configure:5433: gcc -std=gnu99 -o conftest.exe -O3   conftest.c -lpthread   >&5
configure:5433: $? = 0
configure:5442: result: yes
configure:5660: checking for gawk
configure:5687: result: gawk
configure:5749: checking for curl-config
configure:5767: found /usr/local/bin/curl-config
configure:5779: result: /usr/local/bin/curl-config
configure:5790: checking for the version of libcurl
configure:5797: result: 7.35.0
configure:5804: checking for libcurl >= version 7.15.2
configure:5817: result: yes
configure:5858: checking whether libcurl is usable
configure:5892: gcc -std=gnu99 -o conftest.exe -O3 -DCURL_STATICLIB -I/usr/local/include   conftest.c -L/usr/local/lib -lcurl -lwldap32 -lws2_32  >&5
configure:5892: $? = 0
configure:5906: result: yes
configure:5919: checking for curl_free
configure:5919: gcc -std=gnu99 -o conftest.exe -O3  -DCURL_STATICLIB -I/usr/local/include  conftest.c  -L/usr/local/lib -lcurl -lwldap32 -lws2_32 >&5
configure:5919: $? = 0
configure:5919: result: yes
configure:6122: checking that generated files are newer than configure
configure:6128: result: done
configure:6179: creating ./config.status

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

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

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

on George-PC

config.status:917: creating Makefile
config.status:917: creating compat/Makefile
config.status:917: creating compat/jansson/Makefile
config.status:917: creating cpuminer-config.h
config.status:1146: executing depfiles commands

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

ac_cv_build=i686-pc-mingw32
ac_cv_c_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-O3
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_LIBS_set=
ac_cv_env_LIBS_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_exeext=.exe
ac_cv_func_alloca_works=yes
ac_cv_func_curl_free=yes
ac_cv_func_getopt_long=yes
ac_cv_have_decl_be32dec=no
ac_cv_have_decl_be32enc=no
ac_cv_have_decl_le32dec=no
ac_cv_have_decl_le32enc=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
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_endian_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysctl_h=no
ac_cv_header_sys_types_h=yes
ac_cv_header_syslog_h=no
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-mingw32
ac_cv_lib_jansson_json_loads=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path__libcurl_config=/usr/local/bin/curl-config
ac_cv_path_install='/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -std=gnu99 -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
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_target=i686-pc-mingw32
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=no
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
libcurl_cv_lib_curl_usable=yes
libcurl_cv_lib_curl_version=7.35.0
libcurl_cv_lib_version_ok=yes

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

ACLOCAL='${SHELL} /c/cpuminer/cpuminer-2.3.3/missing aclocal-1.13'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
ARCH_ARM_FALSE=''
ARCH_ARM_TRUE='#'
ARCH_x86_64_FALSE=''
ARCH_x86_64_TRUE='#'
ARCH_x86_FALSE='#'
ARCH_x86_TRUE=''
AUTOCONF='${SHELL} /c/cpuminer/cpuminer-2.3.3/missing autoconf'
AUTOHEADER='${SHELL} /c/cpuminer/cpuminer-2.3.3/missing autoheader'
AUTOMAKE='${SHELL} /c/cpuminer/cpuminer-2.3.3/missing automake-1.13'
AWK='gawk'
CC='gcc -std=gnu99'
CCAS='gcc -std=gnu99'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-O3'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O3'
CPP='gcc -std=gnu99 -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT='.exe'
GREP='/bin/grep'
HAVE_WINDOWS_FALSE='#'
HAVE_WINDOWS_TRUE=''
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='-L/usr/local/lib -lcurl -lwldap32 -lws2_32'
LIBCURL_CPPFLAGS='-DCURL_STATICLIB -I/usr/local/include'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /c/cpuminer/cpuminer-2.3.3/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='cpuminer'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='cpuminer'
PACKAGE_STRING='cpuminer 2.3.3'
PACKAGE_TARNAME='cpuminer'
PACKAGE_URL=''
PACKAGE_VERSION='2.3.3'
PATH_SEPARATOR=':'
PTHREAD_FLAGS=''
PTHREAD_LIBS='-lpthread'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='2.3.3'
WANT_JANSSON_FALSE='#'
WANT_JANSSON_TRUE=''
WS2_LIBS='-lws2_32'
_libcurl_config=''
ac_ct_CC='gcc'
am__EXEEXT_FALSE='#'
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-mingw32'
build_alias=''
build_cpu='i686'
build_os='mingw32'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-mingw32'
host_alias=''
host_cpu='i686'
host_os='mingw32'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /c/cpuminer/cpuminer-2.3.3/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-mingw32'
target_alias=''
target_cpu='i686'
target_os='mingw32'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "cpuminer"
#define PACKAGE_TARNAME "cpuminer"
#define PACKAGE_VERSION "2.3.3"
#define PACKAGE_STRING "cpuminer 2.3.3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "cpuminer"
#define VERSION "2.3.3"
#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 HAVE_SYS_PARAM_H 1
#define HAVE_DECL_BE32DEC 0
#define HAVE_DECL_LE32DEC 0
#define HAVE_DECL_BE32ENC 0
#define HAVE_DECL_LE32ENC 0
#define HAVE_ALLOCA 1
#define HAVE_GETOPT_LONG 1
#define USE_AVX 1
#define USE_XOP 1
#define USE_AVX2 1
#define HAVE_LIBCURL 1
#define LIBCURL_PROTOCOL_DICT 1
#define LIBCURL_PROTOCOL_FILE 1
#define LIBCURL_PROTOCOL_FTP 1
#define LIBCURL_PROTOCOL_GOPHER 1
#define LIBCURL_PROTOCOL_HTTP 1
#define LIBCURL_PROTOCOL_IMAP 1
#define LIBCURL_PROTOCOL_LDAP 1
#define LIBCURL_PROTOCOL_LDAPS 1
#define LIBCURL_PROTOCOL_POP3 1
#define LIBCURL_PROTOCOL_RTSP 1
#define LIBCURL_PROTOCOL_SMTP 1
#define LIBCURL_PROTOCOL_TELNET 1
#define LIBCURL_PROTOCOL_TFTP 1

configure: exit 0

make:
Code:
$ make
make  all-recursive
make[1]: Entering directory `/c/cpuminer/cpuminer-2.3.3'
Making all in compat
make[2]: Entering directory `/c/cpuminer/cpuminer-2.3.3/compat'
Making all in jansson
make[3]: Entering directory `/c/cpuminer/cpuminer-2.3.3/compat/jansson'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT dump.o -MD -MP -MF .deps/
dump.Tpo -c -o dump.o dump.c
mv -f .deps/dump.Tpo .deps/dump.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT hashtable.o -MD -MP -MF .
deps/hashtable.Tpo -c -o hashtable.o hashtable.c
mv -f .deps/hashtable.Tpo .deps/hashtable.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT load.o -MD -MP -MF .deps/
load.Tpo -c -o load.o load.c
mv -f .deps/load.Tpo .deps/load.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT strbuffer.o -MD -MP -MF .
deps/strbuffer.Tpo -c -o strbuffer.o strbuffer.c
mv -f .deps/strbuffer.Tpo .deps/strbuffer.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT utf.o -MD -MP -MF .deps/u
tf.Tpo -c -o utf.o utf.c
mv -f .deps/utf.Tpo .deps/utf.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT value.o -MD -MP -MF .deps
/value.Tpo -c -o value.o value.c
mv -f .deps/value.Tpo .deps/value.Po
rm -f libjansson.a
ar cru libjansson.a dump.o hashtable.o load.o strbuffer.o utf.o value.o
ranlib libjansson.a
make[3]: Leaving directory `/c/cpuminer/cpuminer-2.3.3/compat/jansson'
make[3]: Entering directory `/c/cpuminer/cpuminer-2.3.3/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/c/cpuminer/cpuminer-2.3.3/compat'
make[2]: Leaving directory `/c/cpuminer/cpuminer-2.3.3/compat'
make[2]: Entering directory `/c/cpuminer/cpuminer-2.3.3'
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -fno-strict-aliasing -I./compat/jansson -DCU
RL_STATICLIB -I/usr/local/include   -O3 -MT minerd-cpu-miner.o -MD -MP -MF .deps
/minerd-cpu-miner.Tpo -c -o minerd-cpu-miner.o `test -f 'cpu-miner.c' || echo '.
/'`cpu-miner.c
In file included from C:/MinGW/msys/1.0/local/include/curl/curlbuild.h:124:0,
                 from C:/MinGW/msys/1.0/local/include/curl/curl.h:34,
                 from cpu-miner.c:37:
c:\mingw\include\ws2tcpip.h:38:2: error: #error "ws2tcpip.h is not compatible wi
th winsock.h. Include winsock2.h instead."
 #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead
."
  ^
In file included from C:/MinGW/msys/1.0/local/include/curl/curlbuild.h:124:0,
                 from C:/MinGW/msys/1.0/local/include/curl/curl.h:34,
                 from cpu-miner.c:37:
c:\mingw\include\ws2tcpip.h:147:8: error: redefinition of 'struct ip_mreq'
 struct ip_mreq {
        ^
In file included from c:\mingw\include\windows.h:93:0,
                 from cpu-miner.c:23:
c:\mingw\include\winsock.h:315:8: note: originally defined here
 struct ip_mreq {
        ^
make[2]: *** [minerd-cpu-miner.o] Error 1
make[2]: Leaving directory `/c/cpuminer/cpuminer-2.3.3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/cpuminer/cpuminer-2.3.3'
make: *** [all] Error 2

Looks like it doesn't like ws2tcpip.h.  Any ideas on how I can correct this?
107  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: March 02, 2014, 02:52:57 PM
nice tutorial

Yes, it looks really good.  No author mentioned to credit however.

Were you successful using it?

i tried run on my vps

I followed every letter of that tutorial and could not compile a working version.  I'm using a later version of libcurl, and grabbed mstcpip.h from the MinGW64 package as it wasn't included in my 32-bit tree for some reason. 

I don't think that's what is causing the issues however.

I'd be interested to know if you successfully build it in Windows.
108  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: March 02, 2014, 02:40:53 PM
nice tutorial

Yes, it looks really good.  No author mentioned to credit however.

Were you successful using it?
109  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: March 01, 2014, 02:54:50 PM
Strange.  I'm running Win7x64 on VMware.  I re-installed the latest version of MinGW last night.

EDIT:
I keep running into errors or end up building executables that only let me run --help.

I found and tried following some detailed Windows build instructions from < http://pastebin.com/p2cRgHxd > and could not successfully compile using those either.  If anyone might be able to point out anything that needs to be updated in those instructions so I could get it to work, that would be amazing!

I know I could just use the binaries already available, but I'd like to learn how to compile cpuminer myself.
110  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: March 01, 2014, 02:25:31 PM
Thanks pooler! 

I was trying to build from git and was running into some problems.

Using the tarball, it seems to get through ./configure fine now but getting an error on make.  Seems it can't find inttypes.h.

Config.log
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 CFLAGS=-O3

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

hostname = George-PC
uname -m = i686
uname -r = 1.0.18(0.48/3/2)
uname -s = MINGW32_NT-6.1
uname -v = 2012-11-21 22:34

/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: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /c/Windows/system32
PATH: /c/Windows
PATH: /c/Windows/System32/Wbem
PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
PATH: /c/MinGW/bin
PATH: /usr


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

configure:2330: checking build system type
configure:2344: result: i686-pc-mingw32
configure:2364: checking host system type
configure:2377: result: i686-pc-mingw32
configure:2397: checking target system type
configure:2410: result: i686-pc-mingw32
configure:2454: checking for a BSD-compatible install
configure:2522: result: /bin/install -c
configure:2533: checking whether build environment is sane
configure:2588: result: yes
configure:2739: checking for a thread-safe mkdir -p
configure:2778: result: /bin/mkdir -p
configure:2785: checking for gawk
configure:2801: found /bin/gawk
configure:2812: result: gawk
configure:2823: checking whether make sets $(MAKE)
configure:2845: result: yes
configure:2874: checking whether make supports nested variables
configure:2891: result: yes
configure:2979: checking whether to enable maintainer-specific portions of Makefiles
configure:2988: result: no
configure:3014: checking for style of include used by make
configure:3042: result: GNU
configure:3113: checking for gcc
configure:3129: found /bin/gcc
configure:3140: result: gcc
configure:3369: checking for C compiler version
configure:3378: gcc --version >&5
gcc (GCC) 3.4.4 (msys special)
Copyright (C) 2004 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:3389: $? = 0
configure:3378: gcc -v >&5
Reading specs from /usr/lib/gcc/i686-pc-msys/3.4.4/specs
Configured with: /home/cstrauss/build/gcc3/gcc-3.4.4/configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=/share/info --mandir=/share/man --libexecdir=/lib --enable-languages=c,c++ --disable-nls --enable-threads=posix --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug --with-newlib
Thread model: posix
gcc version 3.4.4 (msys special)
configure:3389: $? = 0
configure:3378: gcc -V >&5
gcc: `-V' option must have argument
configure:3389: $? = 1
configure:3378: gcc -qversion >&5
gcc: unrecognized option `-qversion'
gcc: no input files
configure:3389: $? = 1
configure:3409: checking whether the C compiler works
configure:3431: gcc -O3   conftest.c  >&5
configure:3435: $? = 0
configure:3483: result: yes
configure:3486: checking for C compiler default output file name
configure:3488: result: a.exe
configure:3494: checking for suffix of executables
configure:3501: gcc -o conftest.exe -O3   conftest.c  >&5
configure:3505: $? = 0
configure:3527: result: .exe
configure:3549: checking whether we are cross compiling
configure:3557: gcc -o conftest.exe -O3   conftest.c  >&5
configure:3561: $? = 0
configure:3568: ./conftest.exe
configure:3572: $? = 0
configure:3587: result: no
configure:3592: checking for suffix of object files
configure:3614: gcc -c -O3  conftest.c >&5
configure:3618: $? = 0
configure:3639: result: o
configure:3643: checking whether we are using the GNU C compiler
configure:3662: gcc -c -O3  conftest.c >&5
configure:3662: $? = 0
configure:3671: result: yes
configure:3680: checking whether gcc accepts -g
configure:3700: gcc -c -g  conftest.c >&5
configure:3700: $? = 0
configure:3741: result: yes
configure:3758: checking for gcc option to accept ISO C89
configure:3821: gcc  -c -O3  conftest.c >&5
configure:3821: $? = 0
configure:3834: result: none needed
configure:3856: checking dependency style of gcc
configure:3967: result: gcc3
configure:3982: checking for gcc option to accept ISO C99
configure:4131: gcc  -c -O3  conftest.c >&5
conftest.c:61: error: parse error before "text"
conftest.c: In function `test_restrict':
conftest.c:66: error: 'for' loop initial declaration used outside C99 mode
conftest.c:66: error: `text' undeclared (first use in this function)
conftest.c:66: error: (Each undeclared identifier is reported only once
conftest.c:66: error: for each function it appears in.)
conftest.c: In function `main':
conftest.c:115: error: syntax error before "newvar"
conftest.c:125: error: 'for' loop initial declaration used outside C99 mode
conftest.c:141: error: `newvar' undeclared (first use in this function)
configure:4131: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
|
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
|
|   const char *str;
|   int number;
|   float fnumber;
|
|   while (*format)
|     {
|       switch (*format++)
| {
| case 's': // string
|   str = va_arg (args_copy, const char *);
|   break;
| case 'd': // int
|   number = va_arg (args_copy, int);
|   break;
| case 'f': // float
|   fnumber = va_arg (args_copy, double);
|   break;
| default:
|   break;
| }
|     }
|   va_end (args_copy);
|   va_end (args);
| }
|
| int
| main ()
| {
|
|   // Check bool.
|   _Bool success = false;
|
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
|
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
|
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
|
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
|
|   ni.number = 58;
|
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
|
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
|   || dynamic_array[ni.number - 1] != 543);
|
|   ;
|   return 0;
| }
configure:4131: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4131: $? = 0
configure:4151: result: -std=gnu99
configure:4165: checking how to run the C preprocessor
configure:4196: gcc -std=gnu99 -E  conftest.c
configure:4196: $? = 0
configure:4210: gcc -std=gnu99 -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4210: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4235: result: gcc -std=gnu99 -E
configure:4255: gcc -std=gnu99 -E  conftest.c
configure:4255: $? = 0
configure:4269: gcc -std=gnu99 -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4269: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4298: checking for grep that handles long lines and -e
configure:4356: result: /bin/grep
configure:4361: checking for egrep
configure:4423: result: /bin/grep -E
configure:4429: checking whether gcc -std=gnu99 needs -traditional
conftest.c:11:19: sgtty.h: No such file or directory
configure:4463: result: no
configure:4471: checking whether gcc -std=gnu99 and cc understand -c and -o together
configure:4502: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:4506: $? = 0
configure:4512: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:4516: $? = 0
configure:4527: cc -c conftest.c >&5
configure:4531: $? = 0
configure:4539: cc -c conftest.c -o conftest2.o >&5
configure:4543: $? = 0
configure:4549: cc -c conftest.c -o conftest2.o >&5
configure:4553: $? = 0
configure:4571: result: yes
configure:4605: checking dependency style of gcc -std=gnu99
configure:4714: result: gcc3
configure:4772: checking for ranlib
configure:4788: found /bin/ranlib
configure:4799: result: ranlib
configure:4822: checking for ANSI C header files
configure:4842: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4842: $? = 0
configure:4915: gcc -std=gnu99 -o conftest.exe -O3   conftest.c  >&5
configure:4915: $? = 0
configure:4915: ./conftest.exe
configure:4915: $? = 0
configure:4926: result: yes
configure:4939: checking for sys/types.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for sys/stat.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for stdlib.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for string.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for memory.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for strings.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4939: checking for inttypes.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c:52:22: inttypes.h: No such file or directory
configure:4939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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
| /* 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 <inttypes.h>
configure:4939: result: no
configure:4939: checking for stdint.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c:52:20: stdint.h: No such file or directory
configure:4939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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
| /* 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 <stdint.h>
configure:4939: result: no
configure:4939: checking for unistd.h
configure:4939: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4939: $? = 0
configure:4939: result: yes
configure:4954: checking sys/endian.h usability
configure:4954: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c:52:24: sys/endian.h: No such file or directory
configure:4954: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_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 <sys/endian.h>
configure:4954: result: no
configure:4954: checking sys/endian.h presence
configure:4954: gcc -std=gnu99 -E  conftest.c
conftest.c:19:24: sys/endian.h: No such file or directory
configure:4954: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| /* end confdefs.h.  */
| #include <sys/endian.h>
configure:4954: result: no
configure:4954: checking for sys/endian.h
configure:4954: result: no
configure:4954: checking sys/param.h usability
configure:4954: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4954: $? = 0
configure:4954: result: yes
configure:4954: checking sys/param.h presence
configure:4954: gcc -std=gnu99 -E  conftest.c
configure:4954: $? = 0
configure:4954: result: yes
configure:4954: checking for sys/param.h
configure:4954: result: yes
configure:4954: checking syslog.h usability
configure:4954: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:4954: $? = 0
configure:4954: result: yes
configure:4954: checking syslog.h presence
configure:4954: gcc -std=gnu99 -E  conftest.c
configure:4954: $? = 0
configure:4954: result: yes
configure:4954: checking for syslog.h
configure:4954: result: yes
configure:4968: checking for sys/sysctl.h
configure:4968: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c:27:24: sys/sysctl.h: No such file or directory
configure:4968: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSLOG_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
|
|
| #include <sys/sysctl.h>
configure:4968: result: no
configure:4984: checking whether be32dec is declared
configure:4984: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c: In function `main':
conftest.c:66: error: `be32dec' undeclared (first use in this function)
conftest.c:66: error: (Each undeclared identifier is reported only once
conftest.c:66: error: for each function it appears in.)
configure:4984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 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
| #ifdef HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef be32dec
| #ifdef __cplusplus
|   (void) be32dec;
| #else
|   (void) be32dec;
| #endif
| #endif
|
|   ;
|   return 0;
| }
configure:4984: result: no
configure:4999: checking whether le32dec is declared
configure:4999: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c: In function `main':
conftest.c:67: error: `le32dec' undeclared (first use in this function)
conftest.c:67: error: (Each undeclared identifier is reported only once
conftest.c:67: error: for each function it appears in.)
configure:4999: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DECL_BE32DEC 0
| /* 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
| #ifdef HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef le32dec
| #ifdef __cplusplus
|   (void) le32dec;
| #else
|   (void) le32dec;
| #endif
| #endif
|
|   ;
|   return 0;
| }
configure:4999: result: no
configure:5014: checking whether be32enc is declared
configure:5014: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c: In function `main':
conftest.c:68: error: `be32enc' undeclared (first use in this function)
conftest.c:68: error: (Each undeclared identifier is reported only once
conftest.c:68: error: for each function it appears in.)
configure:5014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| /* 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
| #ifdef HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef be32enc
| #ifdef __cplusplus
|   (void) be32enc;
| #else
|   (void) be32enc;
| #endif
| #endif
|
|   ;
|   return 0;
| }
configure:5014: result: no
configure:5029: checking whether le32enc is declared
configure:5029: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c: In function `main':
conftest.c:69: error: `le32enc' undeclared (first use in this function)
conftest.c:69: error: (Each undeclared identifier is reported only once
conftest.c:69: error: for each function it appears in.)
configure:5029: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| /* 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
| #ifdef HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef le32enc
| #ifdef __cplusplus
|   (void) le32enc;
| #else
|   (void) le32enc;
| #endif
| #endif
|
|   ;
|   return 0;
| }
configure:5029: result: no
configure:5046: checking for size_t
configure:5046: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:5046: $? = 0
configure:5046: gcc -std=gnu99 -c -O3  conftest.c >&5
conftest.c: In function `main':
conftest.c:61: error: parse error before ')' token
configure:5046: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| #define HAVE_DECL_LE32ENC 0
| /* 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:5046: result: yes
configure:5059: checking for working alloca.h
configure:5076: gcc -std=gnu99 -o conftest.exe -O3   conftest.c  >&5
conftest.c:25:20: alloca.h: No such file or directory
conftest.c: In function `main':
conftest.c:29: warning: implicit declaration of function `alloca'
configure:5076: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| #define HAVE_DECL_LE32ENC 0
| /* end confdefs.h.  */
| #include <alloca.h>
| int
| main ()
| {
| char *p = (char *) alloca (2 * sizeof (int));
|   if (p) return 0;
|   ;
|   return 0;
| }
configure:5084: result: no
configure:5092: checking for alloca
configure:5129: gcc -std=gnu99 -o conftest.exe -O3   conftest.c  >&5
configure:5129: $? = 0
configure:5137: result: yes
configure:5245: checking for getopt_long
configure:5245: gcc -std=gnu99 -o conftest.exe -O3   conftest.c  >&5
configure:5245: $? = 0
configure:5245: result: yes
configure:5280: checking whether we can compile AVX code
configure:5293: gcc -std=gnu99 -c -O3  conftest.c >&5
configure:5293: $? = 0
configure:5297: result: yes
configure:5299: checking whether we can compile XOP code
configure:5312: gcc -std=gnu99 -c -O3  conftest.c >&5
/tmp/ccm1bt9O.s: Assembler messages:
/tmp/ccm1bt9O.s:16: Error: no such instruction: `vprotd $7,%xmm0,%xmm1'
configure:5312: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| #define HAVE_DECL_LE32ENC 0
| #define HAVE_ALLOCA 1
| #define HAVE_GETOPT_LONG 1
| #define USE_AVX 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
| asm ("vprotd $7, %xmm0, %xmm1");
|   ;
|   return 0;
| }
configure:5320: result: no
configure:5322: WARNING: The assembler does not support the XOP instruction set.
configure:5327: checking whether we can compile AVX2 code
configure:5340: gcc -std=gnu99 -c -O3  conftest.c >&5
/tmp/ccEUJ2Jd.s: Assembler messages:
/tmp/ccEUJ2Jd.s:16: Error: suffix or operands invalid for `vpaddd'
configure:5340: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| #define HAVE_DECL_LE32ENC 0
| #define HAVE_ALLOCA 1
| #define HAVE_GETOPT_LONG 1
| #define USE_AVX 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
| asm ("vpaddd %ymm0, %ymm1, %ymm2");
|   ;
|   return 0;
| }
configure:5348: result: no
configure:5350: WARNING: The assembler does not support the AVX2 instruction set.
configure:5366: checking for json_loads in -ljansson
configure:5391: gcc -std=gnu99 -o conftest.exe -O3   conftest.c -ljansson   >&5
/bin/ld: cannot find -ljansson
collect2: ld returned 1 exit status
configure:5391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| #define HAVE_DECL_LE32ENC 0
| #define HAVE_ALLOCA 1
| #define HAVE_GETOPT_LONG 1
| #define USE_AVX 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:5400: result: no
configure:5408: checking for pthread_create in -lpthread
configure:5433: gcc -std=gnu99 -o conftest.exe -O3   conftest.c -lpthread   >&5
/bin/ld: cannot find -lpthread
collect2: ld returned 1 exit status
configure:5433: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| #define HAVE_DECL_LE32ENC 0
| #define HAVE_ALLOCA 1
| #define HAVE_GETOPT_LONG 1
| #define USE_AVX 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 pthread_create ();
| int
| main ()
| {
| return pthread_create ();
|   ;
|   return 0;
| }
configure:5442: result: no
configure:5447: checking for pthread_create in -lpthreadGC2
configure:5472: gcc -std=gnu99 -o conftest.exe -O3   conftest.c -lpthreadGC2   >&5
/bin/ld: cannot find -lpthreadGC2
collect2: ld returned 1 exit status
configure:5472: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| #define HAVE_DECL_LE32ENC 0
| #define HAVE_ALLOCA 1
| #define HAVE_GETOPT_LONG 1
| #define USE_AVX 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 pthread_create ();
| int
| main ()
| {
| return pthread_create ();
|   ;
|   return 0;
| }
configure:5481: result: no
configure:5486: checking for pthread_create in -lpthreadGC1
configure:5511: gcc -std=gnu99 -o conftest.exe -O3   conftest.c -lpthreadGC1   >&5
/bin/ld: cannot find -lpthreadGC1
collect2: ld returned 1 exit status
configure:5511: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| #define HAVE_DECL_LE32ENC 0
| #define HAVE_ALLOCA 1
| #define HAVE_GETOPT_LONG 1
| #define USE_AVX 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 pthread_create ();
| int
| main ()
| {
| return pthread_create ();
|   ;
|   return 0;
| }
configure:5520: result: no
configure:5525: checking for pthread_create in -lpthreadGC
configure:5550: gcc -std=gnu99 -o conftest.exe -O3   conftest.c -lpthreadGC   >&5
/bin/ld: cannot find -lpthreadGC
collect2: ld returned 1 exit status
configure:5550: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| #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_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_DECL_BE32DEC 0
| #define HAVE_DECL_LE32DEC 0
| #define HAVE_DECL_BE32ENC 0
| #define HAVE_DECL_LE32ENC 0
| #define HAVE_ALLOCA 1
| #define HAVE_GETOPT_LONG 1
| #define USE_AVX 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 pthread_create ();
| int
| main ()
| {
| return pthread_create ();
|   ;
|   return 0;
| }
configure:5559: result: no
configure:5660: checking for gawk
configure:5687: result: gawk
configure:5749: checking for curl-config
configure:5767: found /usr/local/bin/curl-config
configure:5779: result: /usr/local/bin/curl-config
configure:5790: checking for the version of libcurl
configure:5797: result: 7.35.0
configure:5804: checking for libcurl >= version 7.15.2
configure:5817: result: yes
configure:5858: checking whether libcurl is usable
configure:5892: gcc -std=gnu99 -o conftest.exe -O3 -DCURL_STATICLIB -I/usr/local/include   conftest.c -L/usr/local/lib -lcurl  >&5
configure:5892: $? = 0
configure:5906: result: yes
configure:5919: checking for curl_free
configure:5919: gcc -std=gnu99 -o conftest.exe -O3  -DCURL_STATICLIB -I/usr/local/include  conftest.c  -L/usr/local/lib -lcurl >&5
configure:5919: $? = 0
configure:5919: result: yes
configure:6122: checking that generated files are newer than configure
configure:6128: result: done
configure:6179: creating ./config.status

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

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

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

on George-PC

config.status:912: creating Makefile
config.status:912: creating compat/Makefile
config.status:912: creating compat/jansson/Makefile
config.status:912: creating cpuminer-config.h
config.status:1141: executing depfiles commands

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

ac_cv_build=i686-pc-mingw32
ac_cv_c_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-O3
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_LIBS_set=
ac_cv_env_LIBS_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_exeext=.exe
ac_cv_func_alloca_works=yes
ac_cv_func_curl_free=yes
ac_cv_func_getopt_long=yes
ac_cv_have_decl_be32dec=no
ac_cv_have_decl_be32enc=no
ac_cv_have_decl_le32dec=no
ac_cv_have_decl_le32enc=no
ac_cv_header_inttypes_h=no
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_endian_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysctl_h=no
ac_cv_header_sys_types_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-mingw32
ac_cv_lib_jansson_json_loads=no
ac_cv_lib_pthreadGC1_pthread_create=no
ac_cv_lib_pthreadGC2_pthread_create=no
ac_cv_lib_pthreadGC_pthread_create=no
ac_cv_lib_pthread_pthread_create=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path__libcurl_config=/usr/local/bin/curl-config
ac_cv_path_install='/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -std=gnu99 -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
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_target=i686-pc-mingw32
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=no
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
libcurl_cv_lib_curl_usable=yes
libcurl_cv_lib_curl_version=7.35.0
libcurl_cv_lib_version_ok=yes

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

ACLOCAL='${SHELL} /c/cpuminer/cpuminer-2.3.3/missing aclocal-1.13'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
ARCH_ARM_FALSE=''
ARCH_ARM_TRUE='#'
ARCH_x86_64_FALSE=''
ARCH_x86_64_TRUE='#'
ARCH_x86_FALSE='#'
ARCH_x86_TRUE=''
AUTOCONF='${SHELL} /c/cpuminer/cpuminer-2.3.3/missing autoconf'
AUTOHEADER='${SHELL} /c/cpuminer/cpuminer-2.3.3/missing autoheader'
AUTOMAKE='${SHELL} /c/cpuminer/cpuminer-2.3.3/missing automake-1.13'
AWK='gawk'
CC='gcc -std=gnu99'
CCAS='gcc -std=gnu99'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-O3'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O3'
CPP='gcc -std=gnu99 -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT='.exe'
GREP='/bin/grep'
HAVE_WINDOWS_FALSE='#'
HAVE_WINDOWS_TRUE=''
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='-L/usr/local/lib -lcurl'
LIBCURL_CPPFLAGS='-DCURL_STATICLIB -I/usr/local/include'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /c/cpuminer/cpuminer-2.3.3/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='cpuminer'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='cpuminer'
PACKAGE_STRING='cpuminer 2.3.3'
PACKAGE_TARNAME='cpuminer'
PACKAGE_URL=''
PACKAGE_VERSION='2.3.3'
PATH_SEPARATOR=':'
PTHREAD_FLAGS=''
PTHREAD_LIBS=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='2.3.3'
WANT_JANSSON_FALSE='#'
WANT_JANSSON_TRUE=''
WS2_LIBS='-lws2_32'
_libcurl_config=''
ac_ct_CC='gcc'
am__EXEEXT_FALSE='#'
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-mingw32'
build_alias=''
build_cpu='i686'
build_os='mingw32'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-mingw32'
host_alias=''
host_cpu='i686'
host_os='mingw32'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /c/cpuminer/cpuminer-2.3.3/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-mingw32'
target_alias=''
target_cpu='i686'
target_os='mingw32'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "cpuminer"
#define PACKAGE_TARNAME "cpuminer"
#define PACKAGE_VERSION "2.3.3"
#define PACKAGE_STRING "cpuminer 2.3.3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "cpuminer"
#define VERSION "2.3.3"
#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_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_DECL_BE32DEC 0
#define HAVE_DECL_LE32DEC 0
#define HAVE_DECL_BE32ENC 0
#define HAVE_DECL_LE32ENC 0
#define HAVE_ALLOCA 1
#define HAVE_GETOPT_LONG 1
#define USE_AVX 1
#define HAVE_LIBCURL 1
#define LIBCURL_PROTOCOL_DICT 1
#define LIBCURL_PROTOCOL_FILE 1
#define LIBCURL_PROTOCOL_FTP 1
#define LIBCURL_PROTOCOL_GOPHER 1
#define LIBCURL_PROTOCOL_HTTP 1
#define LIBCURL_PROTOCOL_IMAP 1
#define LIBCURL_PROTOCOL_POP3 1
#define LIBCURL_PROTOCOL_RTSP 1
#define LIBCURL_PROTOCOL_SMTP 1
#define LIBCURL_PROTOCOL_TELNET 1
#define LIBCURL_PROTOCOL_TFTP 1

configure: exit 0

make:
Code:
George@George-PC /c/cpuminer/cpuminer-2.3.3
$ make
make  all-recursive
make[1]: Entering directory `/c/cpuminer/cpuminer-2.3.3'
Making all in compat
make[2]: Entering directory `/c/cpuminer/cpuminer-2.3.3/compat'
Making all in jansson
make[3]: Entering directory `/c/cpuminer/cpuminer-2.3.3/compat/jansson'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT dump.o -MD -MP -MF .deps/
dump.Tpo -c -o dump.o dump.c
In file included from dump.c:17:
utf.h:17:22: inttypes.h: No such file or directory
In file included from dump.c:17:
utf.h:23: error: parse error before "int32_t"
utf.h:24: error: parse error before "int32_t"
dump.c: In function `dump_string':
dump.c:72: error: `int32_t' undeclared (first use in this function)
dump.c:72: error: (Each undeclared identifier is reported only once
dump.c:72: error: for each function it appears in.)
dump.c:72: error: parse error before "codepoint"
dump.c:86: error: `codepoint' undeclared (first use in this function)
dump.c:132: error: parse error before "first"
dump.c:135: error: `first' undeclared (first use in this function)
dump.c:136: error: `last' undeclared (first use in this function)
make[3]: *** [dump.o] Error 1
make[3]: Leaving directory `/c/cpuminer/cpuminer-2.3.3/compat/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/cpuminer/cpuminer-2.3.3/compat'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/cpuminer/cpuminer-2.3.3'
make: *** [all] Error 2

I'm stuck now.
111  Economy / Service Discussion / Re: My communication with Mark and Mt. Gox -- questions on what happened on: March 01, 2014, 09:02:02 AM
Interesting.  Would definitely like to see some answers to all your questions.

Can we see those financial statements they provided you with?
112  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: February 28, 2014, 09:58:31 PM
I'm trying to compile the latest version released yesterday and running into an issue.  I'm getting the "checking whether the C compiler works... no" error.  I thought it could have to do with my paths, but I can't find the issue there.  Wondering if anyone can point me in the right direction?

Code:
$ ./configure --host=x86_64-w64-mingw32 CFLAGS="-03"
configure: WARNING: if you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used
checking build system type... i686-pc-mingw32
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... no
configure: error: in `/c/cpuminer':
configure: error: C compiler cannot create executables
See `config.log' for more details

Config.log

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.68.  Invocation command line was

  $ ./configure --host=x86_64-w64-mingw32 CFLAGS=-03

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

hostname = George-PC
uname -m = i686
uname -r = 1.0.18(0.48/3/2)
uname -s = MINGW32_NT-6.1
uname -v = 2012-11-21 22:34

/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: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /c/Windows/system32
PATH: /c/Windows
PATH: /c/Windows/System32/Wbem
PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
PATH: /c/MinGW64/bin
PATH: /mingw/bin
PATH: /usr


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

configure:2301: checking build system type
configure:2315: result: i686-pc-mingw32
configure:2335: checking host system type
configure:2348: result: x86_64-w64-mingw32
configure:2368: checking target system type
configure:2381: result: x86_64-w64-mingw32
configure:2425: checking for a BSD-compatible install
configure:2493: result: /bin/install -c
configure:2504: checking whether build environment is sane
configure:2554: result: yes
configure:2603: checking for x86_64-w64-mingw32-strip
configure:2619: found /c/MinGW64/bin/x86_64-w64-mingw32-strip
configure:2630: result: x86_64-w64-mingw32-strip
configure:2695: checking for a thread-safe mkdir -p
configure:2734: result: /bin/mkdir -p
configure:2747: checking for gawk
configure:2763: found /bin/gawk
configure:2774: result: gawk
configure:2785: checking whether make sets $(MAKE)
configure:2807: result: yes
configure:2891: checking whether to enable maintainer-specific portions of Makefiles
configure:2900: result: no
configure:2926: checking for style of include used by make
configure:2954: result: GNU
configure:2984: checking for x86_64-w64-mingw32-gcc
configure:3000: found /c/MinGW64/bin/x86_64-w64-mingw32-gcc
configure:3011: result: x86_64-w64-mingw32-gcc
configure:3280: checking for C compiler version
configure:3289: x86_64-w64-mingw32-gcc --version >&5
x86_64-w64-mingw32-gcc.exe (GCC) 4.7.0 20111220 (experimental)
Copyright (C) 2011 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:3300: $? = 0
configure:3289: x86_64-w64-mingw32-gcc -v >&5
Using built-in specs.
COLLECT_GCC=c:\MinGW64\bin\x86_64-w64-mingw32-gcc.exe
COLLECT_LTO_WRAPPER=c:/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/4.7.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../build/gcc/src/configure --target=x86_64-w64-mingw32 --prefix=/c/bb/vista64-mingw32/mingw-x86-x86_64/build/build/root --with-sysroot=/c/bb/vista64-mingw32/mingw-x86-x86_64/build/build/root --enable-languages=all,obj-c++ --enable-fully-dynamic-string --disable-multilib
Thread model: win32
gcc version 4.7.0 20111220 (experimental) (GCC)
configure:3300: $? = 0
configure:3289: x86_64-w64-mingw32-gcc -V >&5
x86_64-w64-mingw32-gcc.exe: error: unrecognized command line option '-V'
x86_64-w64-mingw32-gcc.exe: fatal error: no input files
compilation terminated.
configure:3300: $? = 1
configure:3289: x86_64-w64-mingw32-gcc -qversion >&5
x86_64-w64-mingw32-gcc.exe: error: unrecognized command line option '-qversion'
x86_64-w64-mingw32-gcc.exe: fatal error: no input files
compilation terminated.
configure:3300: $? = 1
configure:3320: checking whether the C compiler works
configure:3342: x86_64-w64-mingw32-gcc -03   conftest.c  >&5
x86_64-w64-mingw32-gcc.exe: error: unrecognized command line option '-03'
configure:3346: $? = 1
configure:3384: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.3"
| #define PACKAGE_STRING "cpuminer 2.3.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.3"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3389: error: in `/c/cpuminer':
configure:3391: error: C compiler cannot create executables
See `config.log' for more details

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

ac_cv_build=i686-pc-mingw32
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-03
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_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-w64-mingw32
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-w64-mingw32
ac_cv_path_install='/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=x86_64-w64-mingw32-gcc
ac_cv_prog_STRIP=x86_64-w64-mingw32-strip
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-w64-mingw32

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

ACLOCAL='${SHELL} /c/cpuminer/missing --run aclocal-1.11'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /c/cpuminer/missing --run tar'
ARCH_ARM_FALSE=''
ARCH_ARM_TRUE=''
ARCH_x86_64_FALSE=''
ARCH_x86_64_TRUE=''
ARCH_x86_FALSE=''
ARCH_x86_TRUE=''
AUTOCONF='${SHELL} /c/cpuminer/missing --run autoconf'
AUTOHEADER='${SHELL} /c/cpuminer/missing --run autoheader'
AUTOMAKE='${SHELL} /c/cpuminer/missing --run automake-1.11'
AWK='gawk'
CC='x86_64-w64-mingw32-gcc'
CCAS=''
CCASDEPMODE=''
CCASFLAGS=''
CCDEPMODE=''
CFLAGS='-03'
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
HAVE_WINDOWS_FALSE=''
HAVE_WINDOWS_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JANSSON_LIBS=''
LDFLAGS=''
LIBCURL=''
LIBCURL_CPPFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /c/cpuminer/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT=''
PACKAGE='cpuminer'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='cpuminer'
PACKAGE_STRING='cpuminer 2.3.3'
PACKAGE_TARNAME='cpuminer'
PACKAGE_URL=''
PACKAGE_VERSION='2.3.3'
PATH_SEPARATOR=':'
PTHREAD_FLAGS=''
PTHREAD_LIBS=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='x86_64-w64-mingw32-strip'
VERSION='2.3.3'
WANT_JANSSON_FALSE=''
WANT_JANSSON_TRUE=''
WS2_LIBS=''
_libcurl_config=''
ac_ct_CC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE=''
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-mingw32'
build_alias=''
build_cpu='i686'
build_os='mingw32'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-w64-mingw32'
host_alias='x86_64-w64-mingw32'
host_cpu='x86_64'
host_os='mingw32'
host_vendor='w64'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /c/cpuminer/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-w64-mingw32'
target_alias=''
target_cpu='x86_64'
target_os='mingw32'
target_vendor='w64'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "cpuminer"
#define PACKAGE_TARNAME "cpuminer"
#define PACKAGE_VERSION "2.3.3"
#define PACKAGE_STRING "cpuminer 2.3.3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "cpuminer"
#define VERSION "2.3.3"

configure: exit 77

Thanks.

EDIT:  Just noticed in config.log that path to /mingw/bin is appearing both before and after /mingw64/bin.  I'm not sure why that is since I don't have it set up like that in my environment variables.

EDIT 2:  Apparently gcc version 4.7 has caused problems for others when compiling C code.  (http://stackoverflow.com/questions/11067283/msys-error-c-compiler-cannot-create-executables)  Any solution to this?
113  Economy / Service Discussion / Re: Unconfirmed tweet that MtGox lawyer making statement now. on: February 28, 2014, 09:35:54 AM
making a statement to whom?   the protestors?   the media?

Well, the tweet says to the press...
114  Bitcoin / Bitcoin Discussion / Re: Senator Joe Manchin Asks Fed to Ban Bitcoin--Petition Live at Change.org on: February 27, 2014, 03:02:12 PM
Some of the countries listed in OP as banning Bitcoin did not actually ban Bitcoin. 
115  Bitcoin / Bitcoin Discussion / Re: In Light of MTGOX - Proposal for Transparency of Bitcon Exchanges Balance Sheets on: February 27, 2014, 01:39:29 PM
Well said.

I completely agree that exchanges should be more transparent about their holdings.  At least if the exchange doesn't notice that thousands of Bitcoins are being stolen from them over a period of 1-2 years, at least some clever folks looking at their records would be able to point it out fairly quick.

Some exchanges claim to have external auditors, but I don't think that's enough.
116  Other / Beginners & Help / Re: Kill Bitcoin with only 180 million USD? on: February 27, 2014, 01:18:03 PM

Conclusion: killing Bitcoin is absolutely feasible, the cost is only 180 million USD, and the killer will make huge profits.


If the killer managed to make huge profits, then Bitcoin would still be very much alive after he thinks he's killed Bitcoin.

The killer would need to buy up a vast amount of Bitcoins prior to any attack in order to make any waves with his attack. (you can't double spend 0 Bitcoin)  If someone were in possession of a great number of Bitcoins, why would he try to devalue it by attempting to kill it?


117  Bitcoin / Bitcoin Discussion / Re: If we can't trust Gox, how can we trust any of you? on: February 27, 2014, 01:08:09 PM
You donated 7 BTC to Gox?  Wtf?  Huh
118  Bitcoin / Bitcoin Discussion / Re: Double spent really not that much of an issue? on: February 27, 2014, 01:02:33 PM
I have double spent coins unintentionally using qt when swapping old/new wallets around.  To do this intentionally to cheat someone out of a couple bucks would be a real pain, and time consuming.  Unless you script something or use a tool that I'm not aware of, it just wouldn't be worth it.

Aside from that, I suspect that by the time it's common for your local corner shop to accept Bitcoin, micro payments will be made through payment processors so that transactions can be instant and off-chain.

When paying for big ticket items like a car, you of course could opt to use your wallet to send the coins.  By the time you're done signing your paperwork, your transaction will be confirmed.
119  Economy / Trading Discussion / Re: Withdrawing USD from btc-e or another exchange sites ? on: January 06, 2014, 05:54:41 AM
Hello im kinda newbie here ...

i started making some bitcoins .. i was wondering how can i cash them out for usd .. note im not from usa or canada

paypal sounds great for me but its minimum for 500$ and they take 7% fee ... thats much .. and i read alot of posts says there is alot of proplems with paypal

but i think its my only method since im not from usa/canda ... also Western Union works for me if there is a site support it

at btc-e there is some service called best-money ... can i change that to my paypal account

is there is a way around could be be done ?



A wire transfer to your bank account will almost always be the best and cheapest way to sell Bitcoin at this time.  Find a reputable exchange in your country.  If one does not exist, try localbitcoins.com to find someone near you that will exchange cash for Bitcoins.
120  Economy / Trading Discussion / Re: Is this a good idea? on: January 06, 2014, 05:42:11 AM
I've done this as well.  I created a script almost a year ago that would find opportunities for arbitrage similar to yours.  This was for BTC-e however.  There could be good opportunities on Cryptsy however.

Oe thing to note however, the highest profitability will usually (always?) be better with triangular arbitrage.  Adding extra hops will detract from profits and would mean there are better opportunities you could be taking advantage of.  If I'm wrong, maybe you could explain how this method is better.
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!