Re: [Interest] Link error while building Qt/32 on Linux 64 bits

2017-08-27 Thread Christian Gagneraud
On 27/08/2017 6:01 pm, "Henry Skoglund" wrote: On 2017-08-27 07:42, Christian Gagneraud wrote: > On 27 August 2017 at 16:08, Thiago Macieira > wrote: > >> On Saturday, 26 August 2017 18:25:16 PDT Christian Gagneraud wrote: >> >>> /usr/bin/ld.gold: warning: skipping incompatible >>> //usr/lib/x8

Re: [Interest] Link error while building Qt/32 on Linux 64 bits

2017-08-27 Thread Thiago Macieira
On Sunday, 27 August 2017 15:29:24 PDT Christian Gagneraud wrote: > Thanks for pointing that out. > I don't have access to this computer right now, i'm running Fedora 22 > here, and this machine has libSM.so (64 bits only machine, and i don't > want to mess up that one) > [developer@chris-g-vm1 ~]$

Re: [Interest] Link error while building Qt/32 on Linux 64 bits

2017-08-27 Thread Christian Gagneraud
On 28 August 2017 at 04:46, Thiago Macieira wrote: > On Saturday, 26 August 2017 22:42:49 PDT Christian Gagneraud wrote: >> On 27 August 2017 at 16:08, Thiago Macieira > wrote: >> > On Saturday, 26 August 2017 18:25:16 PDT Christian Gagneraud wrote: >> >> /usr/bin/ld.gold: warning: skipping incom

Re: [Interest] Link error while building Qt/32 on Linux 64 bits

2017-08-27 Thread Thiago Macieira
On Saturday, 26 August 2017 22:42:49 PDT Christian Gagneraud wrote: > On 27 August 2017 at 16:08, Thiago Macieira wrote: > > On Saturday, 26 August 2017 18:25:16 PDT Christian Gagneraud wrote: > >> /usr/bin/ld.gold: warning: skipping incompatible > >> //usr/lib/x86_64-linux-gnu/libSM.so while sea

Re: [Interest] Link error while building Qt/32 on Linux 64 bits

2017-08-26 Thread Henry Skoglund
On 2017-08-27 07:42, Christian Gagneraud wrote: On 27 August 2017 at 16:08, Thiago Macieira wrote: On Saturday, 26 August 2017 18:25:16 PDT Christian Gagneraud wrote: /usr/bin/ld.gold: warning: skipping incompatible //usr/lib/x86_64-linux-gnu/libSM.so while searching for SM /usr/bin/ld.gold: e

Re: [Interest] Link error while building Qt/32 on Linux 64 bits

2017-08-26 Thread Christian Gagneraud
On 27 August 2017 at 16:08, Thiago Macieira wrote: > On Saturday, 26 August 2017 18:25:16 PDT Christian Gagneraud wrote: >> /usr/bin/ld.gold: warning: skipping incompatible >> //usr/lib/x86_64-linux-gnu/libSM.so while searching for SM >> /usr/bin/ld.gold: error: cannot find -lSM >> /usr/bin/ld.gol

Re: [Interest] Link error while building Qt/32 on Linux 64 bits

2017-08-26 Thread Thiago Macieira
On Saturday, 26 August 2017 18:25:16 PDT Christian Gagneraud wrote: > /usr/bin/ld.gold: warning: skipping incompatible > //usr/lib/x86_64-linux-gnu/libSM.so while searching for SM > /usr/bin/ld.gold: error: cannot find -lSM > /usr/bin/ld.gold: warning: skipping incompatible > //usr/lib/x86_64-linux

Re: [Interest] Link error while building Qt/32 on Linux 64 bits

2017-08-26 Thread Henry Skoglund
Hi, about that missing libSM.so, some googling found this: https://askubuntu.com/questions/611933/missing-libsm-so-6-library-qt-creator-installation-error Rgrds Henry On 2017-08-27 03:25, Christian Gagneraud wrote: Hi there, I'm trying to build a 32 bits version of Qt on a 64 bits Linux machi

Re: [Interest] Link error while building Qt/32 on Linux 64 bits

2017-08-26 Thread Christian Gagneraud
On 27 August 2017 at 13:25, Christian Gagneraud wrote: > Hi there, > > I'm trying to build a 32 bits version of Qt on a 64 bits Linux machine > (KUbuntu 17.04). > > At the very beginning i wouldn't even pass the bootstrapping of Qt. So > i installed all the 'lib32' packages (eg, lib32stdc++, ...)

[Interest] Link error while building Qt/32 on Linux 64 bits

2017-08-26 Thread Christian Gagneraud
Hi there, I'm trying to build a 32 bits version of Qt on a 64 bits Linux machine (KUbuntu 17.04). At the very beginning i wouldn't even pass the bootstrapping of Qt. So i installed all the 'lib32' packages (eg, lib32stdc++, ...) and some i386 version of the build dependencies listed on Qt Wiki.