Le 26/12/15 10:50, Saša Janiška a écrit :
On Sub, 2015-12-26 at 09:37 +0100, Damien Cassou wrote:
You can only call 32bits libraries. Mainstream Linux distributions
have both 32 and 64 so there is no theoretical problem here. The only
problem is that it makes installation harder unless you pa
On Sub, 2015-12-26 at 09:37 +0100, Damien Cassou wrote:
> You can only call 32bits libraries. Mainstream Linux distributions
> have both 32 and 64 so there is no theoretical problem here. The only
> problem is that it makes installation harder unless you package your
> app with distribution-specif
On December 26, 2015 8:53:47 AM GMT+01:00, "Saša Janiška"
wrote:
>Considering that I use x86_64 Linux, I wonder if there is some
>possibility to call 64bit C library or I'd have to compile it as 32bit?
You can only call 32bits libraries. Mainstream Linux distributions have both 32
and 64 so th
Hello,
before jumping deeper into GUI waters, I'd like to play a bit with
calling 3rd party C library which I'll need for my project.
Considering that I use x86_64 Linux, I wonder if there is some
possibility to call 64bit C library or I'd have to compile it as 32bit?
I did watch "The good, the