Author

Topic: linux qt help (Read 335 times)

legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
August 25, 2016, 07: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
legendary
Activity: 1612
Merit: 1608
精神分析的爸
August 25, 2016, 02: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
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
August 25, 2016, 02: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....)
Jump to: