Bitcoin Forum
May 11, 2024, 08:05:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: linux qt help  (Read 333 times)
kevin1234a (OP)
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
August 25, 2016, 06:14:27 PM
 #1

So i compiled linux qt but it wont run on other system except in which it was compiled. Do i have to do something extra to make that qt work in other linux flavours (permissions, any dep has to be onstalled in other system etc....)

1715457901
Hero Member
*
Offline Offline

Posts: 1715457901

View Profile Personal Message (Offline)

Ignore
1715457901
Reply with quote  #2

1715457901
Report to moderator
1715457901
Hero Member
*
Offline Offline

Posts: 1715457901

View Profile Personal Message (Offline)

Ignore
1715457901
Reply with quote  #2

1715457901
Report to moderator
1715457901
Hero Member
*
Offline Offline

Posts: 1715457901

View Profile Personal Message (Offline)

Ignore
1715457901
Reply with quote  #2

1715457901
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715457901
Hero Member
*
Offline Offline

Posts: 1715457901

View Profile Personal Message (Offline)

Ignore
1715457901
Reply with quote  #2

1715457901
Report to moderator
1715457901
Hero Member
*
Offline Offline

Posts: 1715457901

View Profile Personal Message (Offline)

Ignore
1715457901
Reply with quote  #2

1715457901
Report to moderator
psycodad
Legendary
*
Offline Offline

Activity: 1606
Merit: 1571


精神分析的爸


View Profile
August 25, 2016, 06:23:15 PM
 #2

So i compiled linux qt but it wont run on other system except in which it was compiled. Do i have to do something extra to make that qt work in other linux flavours (permissions, any dep has to be onstalled in other system etc....)

Most probably these will be linked-in dynamic library dependencies on other platforms and most coins can't be compiled that much statically that they run on other linuxes.
At least I know of no tricks for that. Though you can try to compile with
Code:
LDFLAGS=-static
as parameter to make, like in:
Code:
make -f makefile.unix USE_UPNP=- USE_IPV6=1 LDFLAGS=-static
to create a binary with more libraries linked in (but AFAIK not all).

HTH

kevin1234a (OP)
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
August 25, 2016, 11:30:06 PM
 #3

So i compiled linux qt but it wont run on other system except in which it was compiled. Do i have to do something extra to make that qt work in other linux flavours (permissions, any dep has to be onstalled in other system etc....)

Most probably these will be linked-in dynamic library dependencies on other platforms and most coins can't be compiled that much statically that they run on other linuxes.
At least I know of no tricks for that. Though you can try to compile with
Code:
LDFLAGS=-static
as parameter to make, like in:
Code:
make -f makefile.unix USE_UPNP=- USE_IPV6=1 LDFLAGS=-static
to create a binary with more libraries linked in (but AFAIK not all).

HTH

you doesnt sound psyco Smiley thanks bud

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!