Date: Sat, 17 Feb 2001 10:39:41 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: taupin Message-Id: <2427-Sat17Feb2001103941+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: gut AT ens DOT fr, djgpp AT delorie DOT com In-reply-to: <3A8DCCCD.9E991153@lps.u-psud.fr> (message from taupin on Sat, 17 Feb 2001 01:58:53 +0100) Subject: Re: Wanted kpathsea library (source) References: <3A8DCCCD DOT 9E991153 AT lps DOT u-psud DOT fr> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 17 Feb 2001 01:58:53 +0100 > From: taupin > > In order to port a program (dvispell) to DJGPP I need to have the > sources of various "kpathsea" library routines. > > Question: when can I get these C cources (I have looked to ftpsearch, > but nothing abvious appears). There's a DJGPP port of Kpathsea (all TeX-related programs use that library). It is available here: ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2apps/tex/kpse32b.zip There's also the source distro, kpse32s.zip, but I don't think you need it: just install kpse32b.zip and link against -lkpathsea. The distribution also includes header files required to compile the sources which use Kpathsea; these headers unzip into your include directory.