There are problems with -static building of application.
Without -static it will work only on system, where it was compiled.
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
make
g++460 -DPACKAGE_NAME=\"ufasoft_bitcoin-miner\" -DPACKAGE_TARNAME=\"ufasoft_bitcoin-miner\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"ufasoft_bitcoin-miner\ 0.8\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"http://ufasoft.com/open/bitcoin\" -DPACKAGE=\"ufasoft_bitcoin-miner\" -DVERSION=\"0.8\" -DHAVE_LIBPCRE=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBCURL=1 -DHAVE_LIBDL=1 -DHAVE_LIBRT=1 -I. -std=c++0x -funsigned-char -fno-stack-protector -Wno-invalid-offsetof -I . -I el/inc -g -O2 -MT bitcoin-miner.o -MD -MP -MF .deps/bitcoin-miner.Tpo -c -o bitcoin-miner.o bitcoin-miner.cpp
In file included from el/inc/../libext/ext-cpp.h:75:0,
from el/inc/libext.h:1660,
from el/inc/ext.h:28,
from bitcoin-miner.cpp:19:
el/inc/../libext/cpp-old.h:64:22: error: expected unqualified-id before ‘nullptr’
In file included from /opt/gcc460/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/../../../../include/c++/4.6.0/utility:69:0,
from /opt/gcc460/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/../../../../include/c++/4.6.0/algorithm:61,
from el/inc/../libext/ext-cpp.h:119,
from el/inc/libext.h:1660,
from el/inc/ext.h:28,
from bitcoin-miner.cpp:19:
/opt/gcc460/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/../../../../include/c++/4.6.0/x86_64-unknown-linux-gnu/bits/c++config.h:159:29: error: conflicting declaration ‘typedefstd::nullptr_t std::nullptr_t’
el/inc/../libext/cpp-old.h:52:7: error: ‘class std::nullptr_t’ has a previous declaration as ‘class std::nullptr_t’
In file included from el/inc/../libext/ext-cpp.h:537:0,
from el/inc/libext.h:1660,
from el/inc/ext.h:28,
from bitcoin-miner.cpp:19:
el/inc/../libext/ext-string.h: In member function ‘Ext::String& Ext::String::TrimLeft()’:
el/inc/../libext/ext-string.h:220:48: error: conversion from ‘std::nullptr_t’ to ‘const Ext::String’ is ambiguous
el/inc/../libext/ext-string.h:220:48: note: candidates are:
el/inc/../libext/ext-string.h:137:2: note: Ext::String::String(const Char*)
el/inc/../libext/ext-string.h:136:2: note: Ext::String::String(const char*)
el/inc/../libext/ext-string.h:218:9: error: in passing argument 1 of ‘Ext::String Ext::String::TrimStart(Ext::RCString) const’
el/inc/../libext/ext-string.h: In member function ‘Ext::String& Ext::String::TrimRight()’:
el/inc/../libext/ext-string.h:221:47: error: conversion from ‘std::nullptr_t’ to ‘const Ext::String’ is ambiguous
el/inc/../libext/ext-string.h:221:47: note: candidates are:
el/inc/../libext/ext-string.h:137:2: note: Ext::String::String(const Char*)
el/inc/../libext/ext-string.h:136:2: note: Ext::String::String(const char*)
el/inc/../libext/ext-string.h:219:9: error: in passing argument 1 of ‘Ext::String Ext::String::TrimEnd(Ext::RCString) const’
el/inc/../libext/ext-string.h: In member function ‘Ext::String Ext::String::Trim() const’:
el/inc/../libext/ext-string.h:222:41: error: conversion from ‘std::nullptr_t’ to ‘const Ext::String’ is ambiguous
el/inc/../libext/ext-string.h:222:41: note: candidates are:
el/inc/../libext/ext-string.h:137:2: note: Ext::String::String(const Char*)
el/inc/../libext/ext-string.h:136:2: note: Ext::String::String(const char*)
el/inc/../libext/ext-string.h:218:9: error: in passing argument 1 of ‘Ext::String Ext::String::TrimStart(Ext::RCString) const’
el/inc/../libext/ext-string.h:222:51: error: conversion from ‘std::nullptr_t’ to ‘const Ext::String’ is ambiguous
el/inc/../libext/ext-string.h:222:51: note: candidates are:
el/inc/../libext/ext-string.h:137:2: note: Ext::String::String(const Char*)
el/inc/../libext/ext-string.h:136:2: note: Ext::String::String(const char*)
el/inc/../libext/ext-string.h:219:9: error: in passing argument 1 of ‘Ext::String Ext::String::TrimEnd(Ext::RCString) const’
In file included from el/inc/../libext/ext-cpp.h:823:0,
from el/inc/libext.h:1660,
from el/inc/ext.h:28,
from bitcoin-miner.cpp:19:
el/inc/../libext/ext-fw.h: In member function ‘Ext::String Ext::NameValueCollection::Get(Ext::RCString)’:
el/inc/../libext/ext-fw.h:874:65: error: operands to ?: have different types ‘Ext::String’ and ‘std::nullptr_t’
In file included from el/inc/../libext/ext-cpp.h:824:0,
from el/inc/libext.h:1660,
from el/inc/ext.h:28,
from bitcoin-miner.cpp:19:
el/inc/../libext/ext-net.h: In copy constructor ‘Ext::IPAddress::IPAddress(const Ext::IPAddress&)’:
el/inc/../libext/ext-net.h:151:25: error: call of overloaded ‘String(std::nullptr_t)’ is ambiguous
el/inc/../libext/ext-net.h:151:25: note: candidates are:
el/inc/../libext/ext-string.h:138:10: note: Ext::String::String(const string&)
el/inc/../libext/ext-string.h:137:2: note: Ext::String::String(const Char*)
el/inc/../libext/ext-string.h:136:2: note: Ext::String::String(const char*)
el/inc/../libext/ext-string.h:108:2: note: Ext::String::String(Ext::RCString)
In file included from el/inc/../libext/ext-cpp.h:827:0,
from el/inc/libext.h:1660,
from el/inc/ext.h:28,
from bitcoin-miner.cpp:19:
el/inc/../libext/ext-http.h: In constructor ‘Ext::WebRequest::WebRequest()’:
el/inc/../libext/ext-http.h:246:17: error: conversion from ‘std::nullptr_t’ to ‘const Ext::String’ is ambiguous
el/inc/../libext/ext-http.h:246:17: note: candidates are:
el/inc/../libext/ext-string.h:137:2: note: Ext::String::String(const Char*)
el/inc/../libext/ext-string.h:136:2: note: Ext::String::String(const char*)
el/inc/../libext/ext-http.h:231:2: error: in passing argument 1 of ‘Ext::NetworkCredentials::NetworkCredentials(Ext::RCString, Ext::RCString)’
el/inc/../libext/ext-http.h:246:17: error: conversion from ‘std::nullptr_t’ to ‘const Ext::String’ is ambiguous
el/inc/../libext/ext-http.h:246:17: note: candidates are:
el/inc/../libext/ext-string.h:137:2: note: Ext::String::String(const Char*)
el/inc/../libext/ext-string.h:136:2: note: Ext::String::String(const char*)
el/inc/../libext/ext-http.h:231:2: error: in passing argument 2 of ‘Ext::NetworkCredentials::NetworkCredentials(Ext::RCString, Ext::RCString)’
el/inc/../libext/ext-http.h: In constructor ‘Ext::WebClient::WebClient()’:
el/inc/../libext/ext-http.h:506:34: error: conversion from ‘std::nullptr_t’ to ‘const Ext::String’ is ambiguous
el/inc/../libext/ext-http.h:506:34: note: candidates are:
el/inc/../libext/ext-string.h:137:2: note: Ext::String::String(const Char*)
el/inc/../libext/ext-string.h:136:2: note: Ext::String::String(const char*)
el/inc/../libext/ext-http.h:231:2: error: in passing argument 1 of ‘Ext::NetworkCredentials::NetworkCredentials(Ext::RCString, Ext::RCString)’
el/inc/../libext/ext-http.h:506:34: error: conversion from ‘std::nullptr_t’ to ‘const Ext::String’ is ambiguous
el/inc/../libext/ext-http.h:506:34: note: candidates are:
el/inc/../libext/ext-string.h:137:2: note: Ext::String::String(const Char*)
el/inc/../libext/ext-string.h:136:2: note: Ext::String::String(const char*)
el/inc/../libext/ext-http.h:231:2: error: in passing argument 2 of ‘Ext::NetworkCredentials::NetworkCredentials(Ext::RCString, Ext::RCString)’
el/inc/../libext/ext-http.h:506:34: error: call of overloaded ‘String(std::nullptr_t)’ is ambiguous
el/inc/../libext/ext-http.h:506:34: note: candidates are:
el/inc/../libext/ext-string.h:138:10: note: Ext::String::String(const string&)
el/inc/../libext/ext-string.h:137:2: note: Ext::String::String(const Char*)
el/inc/../libext/ext-string.h:136:2: note: Ext::String::String(const char*)
el/inc/../libext/ext-string.h:108:2: note: Ext::String::String(Ext::RCString)
el/inc/../libext/ext-http.h:506:34: error: conversion from ‘std::nullptr_t’ to ‘const Ext::String’ is ambiguous
el/inc/../libext/ext-http.h:506:34: note: candidates are:
el/inc/../libext/ext-string.h:137:2: note: Ext::String::String(const Char*)
el/inc/../libext/ext-string.h:136:2: note: Ext::String::String(const char*)
el/inc/../libext/ext-http.h:439:2: error: in passing argument 1 of ‘Ext::HttpWebRequest::HttpWebRequest(Ext::RCString)’
In file included from bitcoin-miner.cpp:23:0:
bitcoin-client.h: In member function ‘virtual Ext::String WorkerThreadBase::GetDeviceName()’:
bitcoin-client.h:78:43: error: conversion from ‘std::nullptr_t’ to ‘Ext::String’ is ambiguous
bitcoin-client.h:78:43: note: candidates are:
el/inc/../libext/ext-string.h:137:2: note: Ext::String::String(const Char*)
el/inc/../libext/ext-string.h:136:2: note: Ext::String::String(const char*)
make: *** [bitcoin-miner.o] Error 1
sudo aptitude install gcc-4.5
sudo aptitude install g++-4.5
sudo cp JWASM /usr/bin/jwasm
sudo chmod +x /usr/bin/jwasm
sudo aptitude install libpcre++-dev
sudo aptitude install libcurl4-dev
CC=gcc-4.5 CXX=g++-4.5 ./configure
make
jwasm -DX64=1 -10 -elf64 -zcw -c -Fosha256sse.o sha256sse.asm
JWasm v2.05, Mar 2 2011, Masm-compatible assembler.
Portions Copyright (c) 1992-2002 Sybase, Inc. All Rights Reserved.
Source code is available under the Sybase Open Watcom Public License.
sha256sse.asm(48) : Error A2091: Language type must be specified
sha256sse.asm(314) : Error A2142: Unmatched block nesting: CalcSha256Sse
sha256sse.asm: 316 lines, 1 passes, 0 ms, 0 warnings, 2 errors
make: *** [sha256sse.o] Error 1