My 2 Mojitos ...
regards
I think that the principal problem at this moment is that the mojocoin wallet on livecoin isn't working.... So Mojocoin can't be withdrawed or deposit on livecoin :-(
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.
/usr/bin/ld: cannot find -lsecp256k1
collect2: error: ld returned 1 exit status
Makefile:984: recipe for target 'mojocoin2.3.0.1' failed
make: *** [mojocoin2.3.0.1] Error 1
#LIBS += -lsecp256k1
#Build Secp256k1
INCLUDEPATH += src/secp256k1/include
LIBS += $$PWD/src/secp256k1/src/libsecp256k1_la-secp256k1.o
#!win32 {
# we use QMAKE_CXXFLAGS_RELEASE even without RELEASE=1 because we use RELEASE to indicate linking preferences not -O preferences
# gensecp256k1.commands = cd $$PWD/src/secp256k1 && ./autogen.sh && ./configure --enable-module-recovery && CC=$$QMAKE_CC CXX=$$QMAKE_CXX $(MAKE) OPT=\"$$QMAKE_CXXFLAGS $$QMAKE_CXXFLAGS_RELEASE\"
#}
#gensecp256k1.target = $$PWD/src/secp256k1/src/libsecp256k1_la-secp256k1.o
#gensecp256k1.depends = FORCE
#PRE_TARGETDEPS += $$PWD/src/secp256k1/src/libsecp256k1_la-secp256k1.o
#QMAKE_EXTRA_TARGETS += gensecp256k1
# Gross ugly hack that depends on qmake internals, unfortunately there is no other way to do it.
#QMAKE_CLEAN += $$PWD/src/secp256k1/src/libsecp256k1_la-secp256k1.o; cd $$PWD/src/secp256k1; $(MAKE) clean
/usr/bin/ld: cannot find -lsecp256k1
collect2: error: ld returned 1 exit status
Makefile:984: recipe for target 'mojocoin2.3.0.1' failed
make: *** [mojocoin2.3.0.1] Error 1
#LIBS += -lsecp256k1
#Build Secp256k1
INCLUDEPATH += src/secp256k1/include
LIBS += $$PWD/src/secp256k1/src/libsecp256k1_la-secp256k1.o
#!win32 {
# we use QMAKE_CXXFLAGS_RELEASE even without RELEASE=1 because we use RELEASE to indicate linking preferences not -O preferences
# gensecp256k1.commands = cd $$PWD/src/secp256k1 && ./autogen.sh && ./configure --enable-module-recovery && CC=$$QMAKE_CC CXX=$$QMAKE_CXX $(MAKE) OPT=\"$$QMAKE_CXXFLAGS $$QMAKE_CXXFLAGS_RELEASE\"
#}
#gensecp256k1.target = $$PWD/src/secp256k1/src/libsecp256k1_la-secp256k1.o
#gensecp256k1.depends = FORCE
#PRE_TARGETDEPS += $$PWD/src/secp256k1/src/libsecp256k1_la-secp256k1.o
#QMAKE_EXTRA_TARGETS += gensecp256k1
# Gross ugly hack that depends on qmake internals, unfortunately there is no other way to do it.
#QMAKE_CLEAN += $$PWD/src/secp256k1/src/libsecp256k1_la-secp256k1.o; cd $$PWD/src/secp256k1; $(MAKE) clean
/usr/bin/ld: cannot find -lsecp256k1
collect2: error: ld returned 1 exit status
Makefile:984: recipe for target 'mojocoin2.3.0.1' failed
make: *** [mojocoin2.3.0.1] Error 1
git clone https://github.com/MojocoinV2/mojocoin
edited Makefile, added -lgmp to libs //without this libgmp isnt found (thanks again dsutil)
cd mojocoin
chmod 775 src/leveldb/build_detect_platform
chmod +x src/leveldb/build_detect_platform
cd src/leveldb/
make libleveldb.a libmemenv.a //without this leveldb.a & libmemenv.a don't compile giving compilation error
cd ../secp256k1/
chmod +x ./autogen.sh
./autogen.sh
./configure --enable-module-recovery
make
commented out mojocoin.pro#L213
cd ../..
qmake
make
/usr/bin/ld: cannot find -lsecp256k1
collect2: error: ld returned 1 exit status
Makefile:984: recipe for target 'mojocoin2.3.0.1' failed
make: *** [mojocoin2.3.0.1] Error 1
git clone https://github.com/MojocoinV2/mojocoin
edited Makefile, added -lgmp to libs //without this libgmp isnt found (thanks again dsutil)
cd mojocoin
chmod 775 src/leveldb/build_detect_platform
chmod +x src/leveldb/build_detect_platform
cd src/leveldb/
make libleveldb.a libmemenv.a //without this leveldb.a & libmemenv.a don't compile giving compilation error
cd ../secp256k1/
chmod +x ./autogen.sh
./autogen.sh
./configure --enable-module-recovery
make
commented out mojocoin.pro#L213
cd ../..
qmake
make
/usr/bin/ld: cannot find -lsecp256k1
collect2: error: ld returned 1 exit status
Makefile:984: recipe for target 'mojocoin2.3.0.1' failed
make: *** [mojocoin2.3.0.1] Error 1