Hi! Try to apt-get install zlib1g-dev. Also, it's generally a good idea to build a deb package and dpkg -i <the package.deb> instead of "make install". Kile 1.32 sources are available at
http://ftp.debian.org/debian/pool/main/k/kile/kile_1.3.2.orig.tar.gz http://ftp.debian.org/debian/pool/main/k/kile/kile_1.3.2-5.diff.gz (binaries are only available for unstable). The steps required to build a package are: - download *both* files into the same directory - tar xzf kile_1.3.2.orig.tar.gz - uncompress kile_1.3.2-5.diff.gz - cd kile-1.3.2 - patch -p1 < ../kile_1.3.2-5.diff - make ./debian/rules executable (e.g. chmod 777 debian/rules) - dpkg-buildpackage (if it isn't there, apt-get install dpkg-dev) Then, the package should build automatically; you can find the .deb in the same directory you copied kile_1.3.2.orig.tar.gz to afterwards. Regards, Stephan On Mon, 21 Apr 2003 13:17:18 +0200 Fabrice Yerly <[EMAIL PROTECTED]> wrote: > Dear Debian Users/Developers, > > I recently installed kde3.1 on my woody. Nice result! I added the > swiss mirror in my sources.list file > # kde 3.1.1 > deb ftp://ftp.solnet.ch/mirror/KDE/stable/latest/Debian stable main > > And performed a dist-upgrade. Everything works fine, but a program > previously called ktexmaker2, then kile, is missing. > > Kile seems not to be avalaible in .deb file (or I did a wrong > search with google, apt-cache, and so...) > > So I downloaded Kile1.5.tar.gz, installed libqt3 (don't now if > other related packages required) and tried to compile using gcc > 3.2. a ./compile gives the following error: > checking for libz... configure: error: not found. Check your > installation and look into config.log > > apt-cache search libz give me a lot of differnt possibilities, from > the video, to the runtime compression (the latter been installed) > > So, because I'm not a Linux developper (maybe one day...) does > anybody have an idea of what is missing? Or maybe more easy: does > anybody know where there could be a kile.deb file for me? > > Thanks a lot in advance for any help > > Have a nice day everybody > > Fabrice > -- > Fabrice YERLY [EMAIL PROTECTED] > LCIB-ICMB-SB-EPFL > CH 1015 Lausanne > http://icmbcu001.epfl.ch/~fyerly > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] >

