Re: KonquerorE cross compile for ARM
"Akshay Mishra" <[email protected]> Mon, 10 Sep 2007 17:35:06 +0530
| Newsgroups | gmane.comp.kde.devel.konq-e |
|---|---|
| Message-ID | <[email protected]> |
> > checking for libz... configure: error: not found. > Possibly configure picks up an outdated > version > installed by XFree86. Remove it from your > system. install zlib package. after that provide the zlib install path by --extra-includes (see the exact method in configure help). it works. I came across it and solved it by this. hth, Akshay > > Closer examination of config.log > > configure:32803: checking for libz > configure:32843: arm-linux-gcc -o conftest > -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow > -Wpointer-arith -Wmissing-prototypes -Wwrite-strings > -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -DQWS > -D_REENTRANT conftest.c -lz >&5 > conftest.c:41: zlib.h: No such file or directory > configure:32849: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "konqueror-embedded" > > I can not find zlib.h. > > This is the configure scrip I am using: > > ./configure --host=arm-linux > --prefix=$HOME/konq-embedded --enable-embedded > --enable-qt-embedded --enable-static --disable-shared > --disable-closure > --with-qt-dir=/opt/Qtopia/qtopia-free-2.2.0/qt > --with-qtopia-dir=/opt/Qtopia/qtopia-free-2.2.0/qtopia > > I have tried different configuration flags, but ether > did not make difference or made things worse. Do you > have any insight on what I am doing wrong? At this > point I am also totally confused on what else I need > to get in regards to Qt and Qtopia (and where from). > > Thank you all very much, > > Dan > [email protected] > https://mail.kde.org/mailman/listinfo/konq-e >