Bitcoin Forum
May 08, 2024, 10:56:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: problem compiling devcoind on ubuntu 11.04  (Read 890 times)
enginehead (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
January 07, 2013, 04:03:22 PM
 #1

I've been trying to compile devoind to mine solo on ubuntu 11.04. I have followed install instructions but keep getting the same error

user@mining-server:~/old-devcoind-master/src$ make -f makefile.unix USE_UPNP=1 bitcoind

make: *** No rule to make target `bitcoind'. Stop.

I have tried the other linux makefiles but the error is the same.

Please help.
1715165760
Hero Member
*
Offline Offline

Posts: 1715165760

View Profile Personal Message (Offline)

Ignore
1715165760
Reply with quote  #2

1715165760
Report to moderator
1715165760
Hero Member
*
Offline Offline

Posts: 1715165760

View Profile Personal Message (Offline)

Ignore
1715165760
Reply with quote  #2

1715165760
Report to moderator
1715165760
Hero Member
*
Offline Offline

Posts: 1715165760

View Profile Personal Message (Offline)

Ignore
1715165760
Reply with quote  #2

1715165760
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715165760
Hero Member
*
Offline Offline

Posts: 1715165760

View Profile Personal Message (Offline)

Ignore
1715165760
Reply with quote  #2

1715165760
Report to moderator
SAC
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
January 07, 2013, 06:08:19 PM
 #2

I've been trying to compile devoind to mine solo on ubuntu 11.04. I have followed install instructions but keep getting the same error

user@mining-server:~/old-devcoind-master/src$ make -f makefile.unix USE_UPNP=1 bitcoind

make: *** No rule to make target `bitcoind'. Stop.

I have tried the other linux makefiles but the error is the same.

Please help.

Look at the contents of the makefile near the bottom you will see what the targets are named like this.

Code:
bitcoind: $(OBJS:obj/%=obj/%)
$(LINK) $(xCXXFLAGS) -o $@ $^ $(xLDFLAGS) $(LIBS)

clean:
-rm -f bitcoind test_bitcoin
-rm -f obj/*.o
-rm -f obj-test/*.o
-rm -f obj/*.P
-rm -f obj-test/*.P
-rm -f obj/build.h

With a makefile containing these you have a clean and bitcoind target to use, see what they have named it in your copy. Oh and unless you have installed the miniupnp from source it will fail with the command you list above use USE_UPNP= to skip the check for it.

enginehead (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
January 07, 2013, 09:21:19 PM
 #3

 Grin
SAC you are a star! Many thanks for your help. Seems obvious now. Changed bitcoind to devcoind as per the makefile. Busy compiling now.
SAC
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
January 07, 2013, 10:09:46 PM
 #4

Grin
SAC you are a star! Many thanks for your help. Seems obvious now. Changed bitcoind to devcoind as per the makefile. Busy compiling now.

Your welcome.
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!