Bitcoin Forum
June 20, 2024, 04:18:43 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: I cant build and compile bitcoind on ubuntu  (Read 3841 times)
niceWoman25 (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 05, 2014, 11:30:40 AM
Last edit: July 05, 2014, 11:41:48 AM by niceWoman25
 #1

Hello,

can you please assist me?

I would like to install bitcoind (head only) on a brand new VPS ubuntu 14.04 64 bit.

I tried to follow the guides. but it always fails. And I installed lots of dependencies and downloaded also the original bitcoin from github.

Then I enter in src directory the command : make -f makefile.unix
also this command: make -f makefile.unix clean; make -f makefile.unix USE_UPNP= bitcoind

only brings up the following errors:

make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'.  Stop.

Perhaps I am missing the makefile.unix file?

When compiling other coins I dont have that problem. I dont know why.

Do you have any idea how to compile bitcoin at all properly on ubuntu?

edit:
now in the bitcoin directory I invoked these two commands successfully,

./autogen.sh
./configure

but thats all now. then I tried to invoke make. But not working. also I tried it in src/ directory not working.

i only get error messages:
make: *** No rule to make target `makefile.unix'.  Stop.



Justin00
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
July 11, 2014, 10:14:48 AM
 #2

usuallly for most (not all) unix progs its

./configure
make
make install

What happened after you ran ./configure ?

Also one of the files README or INSTALL maybe has the exact commands.

You will need to make sure you also have the dependancies.

Why not cheat and do 'apt-get install bitcoin-qt' hmm or bitcoin not 100% sure..
if you just installed vps do apt-get update
then apt-cache search bitcoin

then apt-get install bitcoinblah

Justin00
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
July 11, 2014, 10:16:01 AM
 #3

sorry I read your post again.. I see you did most things..
anyways I guess its just important to see exactly what "./configure" comes back with.. it should make the files needed so you can do a 'make'
sounds like configure is failing.

johnathan32
Full Member
***
Offline Offline

Activity: 127
Merit: 100


View Profile
July 12, 2014, 04:01:34 PM
 #4

sorry I read your post again.. I see you did most things..
anyways I guess its just important to see exactly what "./configure" comes back with.. it should make the files needed so you can do a 'make'
sounds like configure is failing.

That's what I thought, probably your configure  when you try to check them cost
Foxpup
Legendary
*
Offline Offline

Activity: 4396
Merit: 3062


Vile Vixen and Miss Bitcointalk 2021-2023


View Profile
July 14, 2014, 05:03:47 AM
 #5

Then I enter in src directory the command : make -f makefile.unix
also this command: make -f makefile.unix clean; make -f makefile.unix USE_UPNP= bitcoind

only brings up the following errors:

make: makefile.unix: No such file or directory
Huh Before using the -f argument with make, you might want to first check what the name of the makefile actually is. If you did (and configure completed successfully), you would see that Bitcoin's makefile is named Makefile, and the -f argument is thus not required. To compile Bitcoin, simply run make with no arguments.

Will pretend to do unspeakable things (while actually eating a taco) for bitcoins: 1K6d1EviQKX3SVKjPYmJGyWBb1avbmCFM4
I am not on the scammers' paradise known as Telegram! Do not believe anyone claiming to be me off-forum without a signed message from the above address! Accept no excuses and make no exceptions!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!