Bitcoin Forum
May 24, 2024, 09:21: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....)

psycodad
Legendary
*
Offline Offline

Activity: 1608
Merit: 1591


精神分析的爸


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!