Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [PHC] Profit Hunters Coin | Scrypt | PoW/PoS/Masternodes | DBR 3.0 | FW |
by
cheesybread
on 19/01/2018, 20:49:29 UTC
Okay am I missing something? There is no autogen file or anything to compile anywhere in your cloned github directory

nvm.. had to dig pretty hard on your github.

cd src/
git clone https://github.com/bitcoin/secp256k1
mkdir obj/crypto
make -f makefile.unix

your shit doesn't compile

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
makefile.unix:200: recipe for target 'obj/init.o' failed
make: *** [obj/init.o] Error 4


You shouldn't need to compile secp256k1

cd src/
make -f makefile.unix

Sorry I just updated the docs in the github, still working on documentation & compiling



I think the guy below was right, I logged into the wrong host in VPS and it didn't have swap space configured. I'm recompiling right now on a stronger machine