error while cross compile

Rajan Rai Rajan.Rai at ingenient.com
Mon Nov 20 15:46:45 CET 2006


Inoue,

                          Here is what I did for my ARM-Linux toolchain 
. You can modify these steps as per your setup

1. Download libz from  http://www.zlib.net/

2. ./configure --prefix=/usr --shared
   make LDSHARED="arm-linux-gcc -shared -Wl,-soname,libz.so.1" 
CC_FOR_BUILD="arm-linux-gcc" \
  CC="arm-linux-gcc" LD="arm-linux-ld" CPP="arm-linux-g++ -E" 
AR="arm-linux-ar rc" \
  prefix=$(TOOLCHAIN_TARGET_DIR) CFLAGS="-fPIC" libz.so.1.2.3 libz.a
  make install # as root if required

3. Copy  zconf.h zlib.h from $(ZLIB_SRC_DIR) to 
$(TOOLCHAIN_TARGET_DIR)/arm-linux/include/

                        This should resolve your libz problem

Regards,
-Rajan



konq-e-request at kde.org wrote:
> Send konq-e mailing list submissions to
> 	konq-e at kde.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://mail.kde.org/mailman/listinfo/konq-e
> or, via email, send a message with subject or body 'help' to
> 	konq-e-request at kde.org
>
> You can reach the person managing the list at
> 	konq-e-owner at kde.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of konq-e digest..."
>
>
> Today's Topics:
>
>    1. error while cross compile (inoue masatoshi)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 20 Nov 2006 15:57:50 +0900
> From: "inoue masatoshi" <inoue at qubitstar.co.jp>
> Subject: error while cross compile
> To: <konq-e at kde.org>
> Message-ID: <004801c70c71$31c7e490$6c64a8c0 at qss4e4def575e2>
> Content-Type: text/plain; format=flowed; charset="iso-2022-jp";
> 	reply-type=original
>
> Hello all
>
> I wouid like to use konqueror/embedded with qt/embedded(free-3.3.4) on arm.
> qt/embedded was configured with option:
>     -depths 1,4,8 -no-ipv6 -no-cups -no-pch -qt-gif -no-thread -embedded 
> arm -qt-zlib -qt-libpng -DQT_QLOCALE_USES_FCVT
>
> And now I tried to configure the konqueror3-embedded-0.2-20051128 with
>  option:
>     --enable-qt-embedded -enable-embedded --host=arm-linux --disable-mt
>
> then, the message say that:
>     checking for libz... configure: error: not found.
>               Possibly configure picks up an outdated version
>               installed by XFree86. Remove it from your system.
>               Check your installation and look into config.log
>
> Now, the version of libz is 1.2.3
> Could anyone please tell me how should I do and what version is available to
> use for konq3/e?
>
> thanks
>
> inoue
>
>
>
>
>
> ------------------------------
>
> _______________________________________________
> konq-e mailing list
> konq-e at kde.org
> https://mail.kde.org/mailman/listinfo/konq-e
>
>
> End of konq-e Digest, Vol 43, Issue 9
> *************************************
>
>
>   



More information about the konq-e mailing list