How can I cross-compile konq-e?

Luciano Montanaro mikelima at virgilio.it
Sat Dec 13 22:03:33 CET 2003


On Friday 12 December 2003 02:58, xycheng97 wrote:
> I use a sh4-linux kernel,
> and its own compiler: sh4-linux-gcc & sh4-linux-g++.
> I have already cross-compiled and installed qt-e-2.3.2 on this kernel.
> How can I cross-compile konq-e?
> What configure files should I write?
> Many thanks!!

You have to define the CXX and LD variables before invoking the configure 
script, e.g.

CXX=sh4-linux-g++ LD=sh4-linux-ld ./configure 

and then invoke make.
Probably there you also have to use --with-qt-libs and --with-qt-includes on 
the configure line.

Luciano


More information about the konq-e mailing list