[webkit-qt] QtWebKit Linking Error On Ubuntu
Allan Sandfeld Jensen
kde at carewolf.com
Sat Feb 11 11:27:21 PST 2012
On Friday 10 February 2012, Osztrogonac Csaba wrote:
> 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.
>
Unless ld is PAE aware. Have you checked? If any basic Linux tools are PAE
aware I think it would be the compiler chain.
`Allan
More information about the webkit-qt
mailing list