Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: techhelpmepls1 on July 07, 2014, 09:47:23 PM



Title: Unix compile errors for multiple tor using coins
Post by: techhelpmepls1 on July 07, 2014, 09:47:23 PM
rm -f libmemenv.a
ar -rs libmemenv.a helpers/memenv/memenv.o
ar: creating libmemenv.a
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make: *** [obj/blake.o] Error 4
make: *** Waiting for unfinished jobs....

Running into this problem for both VootCoin and KoreCoin while attempting to make each on a Unix server running 2gb of ram.  As the previous solutions all seemed to imply that this was caused by lack of memory I'm hunting for what else could make it happen.  Any help would be greatly appreciated, thanks.


Title: Re: Unix compile errors for multiple tor using coins
Post by: ncsupanda on July 08, 2014, 04:13:28 AM
rm -f libmemenv.a
ar -rs libmemenv.a helpers/memenv/memenv.o
ar: creating libmemenv.a
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make: *** [obj/blake.o] Error 4
make: *** Waiting for unfinished jobs....

Running into this problem for both VootCoin and KoreCoin while attempting to make each on a Unix server running 2gb of ram.  As the previous solutions all seemed to imply that this was caused by lack of memory I'm hunting for what else could make it happen.  Any help would be greatly appreciated, thanks.

Code:
free
dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
mkswap /var/swap.img
swapon /var/swap.img
free
make -f makefile.unix