Re: error while cross compile
"inoue masatoshi" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.konq-e |
|---|---|
| Message-ID | <001f01c711fa$c6aad890$6c64a8c0@qss4e4def575e2> |
To Rajan Rai Thank you for your great help! I could not have done it without your help. regards inoue ----- Original Message ----- From: "Rajan Rai" <[email protected]> To: <[email protected]> Sent: Monday, November 20, 2006 11:46 PM Subject: error while cross compile > 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 > > > > [email protected] wrote: >> Send konq-e mailing list submissions to >> [email protected] >> >> 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 >> [email protected] >> >> You can reach the person managing the list at >> [email protected] >> >> 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" <[email protected]> >> Subject: error while cross compile >> To: <[email protected]> >> Message-ID: <004801c70c71$31c7e490$6c64a8c0@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 >> [email protected] >> https://mail.kde.org/mailman/listinfo/konq-e >> >> >> End of konq-e Digest, Vol 43, Issue 9 >> ************************************* >> >> >> > > _______________________________________________ > konq-e mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/konq-e