after type comand - ./configure --disable-tests
i listen this
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsecp256k1.pc
config.status: creating src/libsecp256k1-config.h
config.status: src/libsecp256k1-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Fixing libtool for -rpath problems.it is correct
and after make clean
make
/home/user/DashCoin/src/spork.cpp:196: undefined reference to `darkSendSigner'
/home/user/DashCoin/src/spork.cpp:196: undefined reference to `CDarkSendSigner::SetKey(std::string, std::string&, CKey&, CPubKey&)'
/home/user/DashCoin/src/spork.cpp:202: undefined reference to `darkSendSigner'
/home/user/DashCoin/src/spork.cpp:202: undefined reference to `CDarkSendSigner::SignMessage(std::string, std::string&, std::vector
>&, CKey)'
/home/user/DashCoin/src/spork.cpp:207: undefined reference to `darkSendSigner'
/home/user/DashCoin/src/spork.cpp:207: undefined reference to `CDarkSendSigner::VerifyMessage(CPubKey, std::vector >&, std::string, std::string&)'
collect2: error: ld returned 1 exit status
make[2]: *** [dashd] Error 1
make[2]: Leaving directory `/home/bittrexcoin/DashCoin/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bittrexcoin/DashCoin/src'
make: *** [all-recursive] Error 1
and error compile. help fix this - Fixing libtool for -rpath problems.