[webkit-qt] QtWebKit Linking Error On Ubuntu

Osztrogonac Csaba oszi at inf.u-szeged.hu
Fri Feb 10 04:42:05 PST 2012


Hi,

Konstantin Tokarev írta:
> 
> 10.02.2012, 15:49, "Osztrogonac Csaba" <oszi at inf.u-szeged.hu>:
>> Hi,
>>
>> Konstantin Tokarev írta:
>>
>>>  10.02.2012, 15:10, "rakesh sadhu" <peerpandit at gmail.com>:
>>>>  Hi,
>>>>  I'm trying to build debug qtwebkit on linux ubuntu 10.10 32-bit version .
>>>>  I am getting error while linking .
>>>>  Kindly help , I don;t want to change my OS version from 32 to 64 bit.
>>>  You can install 64-bit kernel and gcc while keeping 32-bit userland.
>>>  If it was Debian you could easily do it using official repositories.
>> We have 32 bit Debian chroot on 64 bit Debian base system. How can
>> I install the 64 bit GCC (and binutils) into the 32 bit chroot?
> 
> 1. Install linux-image-*-amd64
> 2. Install gcc-*-multilib
> 
> It should be enough to run 64-bit gcc but I cannot verify it - haven't used Debian for a while.

After (2) gcc and ld will be still 32 bit binary, but it will be able to
build 64 bit binary with -m64 option. But a 32 bit ld never will be able
to use more than 4Gb of memory.

br,
Ossy


More information about the webkit-qt mailing list