Re: [Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-05 Thread Thiago Macieira
On Tuesday, 5 May 2020 03:59:02 PDT Ramakanth Kesireddy wrote: > It doesnot recognize -spec linux-g++-32 . Am I missing something? Sorry, it's -platform for configure. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products

Re: [Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-05 Thread Allan Sandfeld Jensen
Hi Ramakanth Yes, to build Qt to 32bit you need have the 32bit version of the relevant system libraries installed as well, though many can just default to internal copies or disable functionality. For some libraries in some linux distros the 32bit and 64bit developer packages are mutually

Re: [Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-05 Thread Ramakanth Kesireddy
It doesnot recognize -spec linux-g++-32 . Am I missing something? Best Regards, Ramakanth On Tue, May 5, 2020 at 12:36 AM Thiago Macieira wrote: > On Monday, 4 May 2020 09:31:19 PDT Ramakanth Kesireddy wrote: > > Hi, > > > > Can anyone let me know the configure options to generate 32 bit Qt

Re: [Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-05 Thread Ramakanth Kesireddy
Hi, While configuring with -platform linux-g++-32, it fails the tests with below errors in the configure output: ERROR: Feature 'ssl' was enabled, but the pre-condition 'config.winrt || features.securetransport || features.openssl' failed. ERROR: Feature 'xcb' was enabled, but the pre-condition

Re: [Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-04 Thread Thiago Macieira
On Monday, 4 May 2020 09:31:19 PDT Ramakanth Kesireddy wrote: > Hi, > > Can anyone let me know the configure options to generate 32 bit Qt 5.12.8 > libraries on Ubuntu 16.04 like the below equivalent configure options in Qt? > > for ./configure "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" > >

Re: [Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-04 Thread Allan Sandfeld Jensen
On Montag, 4. Mai 2020 18:31:19 CEST Ramakanth Kesireddy wrote: > Hi, > > Can anyone let me know the configure options to generate 32 bit Qt 5.12.8 > libraries on Ubuntu 16.04 like the below equivalent configure options in Qt? > > for ./configure "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" >

[Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-04 Thread Ramakanth Kesireddy
Hi, Can anyone let me know the configure options to generate 32 bit Qt 5.12.8 libraries on Ubuntu 16.04 like the below equivalent configure options in Qt? for ./configure "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" Do we need to modify the QMAKE_CFLAGS or there are any configure options