Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [VIA] ★ Viacoin ★ ~ the future of digital currency ~ ★
by
romanornr
on 25/07/2016, 20:28:50 UTC
As some of you Linux users noticed, viacoin gui had trouble compiling on Ubuntu 15.10 and higer.
However I adjusted some code for the compiling proces and got it fixed.
Drak is checking it atm.


Short explaination.

The fix was by setting fPIC
The -fPIC option tells the compiler to generate position-independent code (for example, code that can be loaded at any particular virtual memory address at run-time).
The compiler will introduce an additional level of indirection for accessing your static/global variables and also your functions.


Here is the gui wallet running on Ubuntu version 16.04.1  Wink


Btw: still not done. More things to come  Smiley