<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:courier,monaco,monospace,sans-serif;font-size:12pt">>checking
for
kpse_find_file
in
-lkpathsea...
no<br>>configure:
error:
kpathsea
library
not
found<br>>This
version
of
xdvipdfmx
requires
the
kpathsea
library
and
its <br>>headers.
If you
know
where
it
is
you
might
try
setting
the
LDFLAGS
<br>>environment variable with
-L
pointing
to
the
directory
containing
<br>>libkpathsea.a.<br>><br>>Bleah.<br>>So...
what
should
I
do?
:)<br><div><br>I know absolutely nothing about MacOS, but it seems it is a Unix<br>like system. Here is what I did to compile it under OpenSolaris:<br><br>$ CFLAGS="-I/opt/gnu/include -I/usr/local/TeX/include" <br> LDFLAGS ="-L/opt/gnu/lib -R/opt/gnu/lib -L/usr/sfw/lib -R/usr/sfw/lib -lfreetype<br> -L/usr/local/TeX/lib -R/usr/local/TeX/lib -lkpathsea" ./configure --prefix=/usr/local/TeX<br><br>Everything should be in one line. Now the CFLAGS indicate which <br>additional directories the compiler should considered as include<br>directories (i.e., directories where C/C++ header files are to be<br>found) and the LDFLAGS indicate which additional directories should be<br>considered as lib directories (i.e., directories that contain either<br>shared objects, that is, *.so files, or ar archives, that is,<br>*.a files). The -L option says indicates the directory that<br>contains the libraries, the -l option says which libraries<br>should be included
and the -R option to "remember" the correct<br>path (ok it is more complicated than this, but I do not<br>remember the exact wording rigjht now). So adjust the line above<br>and you will compile the program without any problem.<br>A.S.<br> <br><br></div><span style="font-family: courier,monaco,monospace,sans-serif;">***************************************************************</span><br style="font-family: courier,monaco,monospace,sans-serif;"><span style="font-family: courier,monaco,monospace,sans-serif;">*Apostolos Syropoulos *</span><br style="font-family: courier,monaco,monospace,sans-serif;"><span style="font-family: courier,monaco,monospace,sans-serif;">*snail mail: 366, 28th October Str., GR-671 00
Xanthi, HELLAS *</span><br style="font-family: courier,monaco,monospace,sans-serif;"><span style="font-family: courier,monaco,monospace,sans-serif;">*email : asyropoulos (at) yahoo (dot) com *</span><br style="font-family: courier,monaco,monospace,sans-serif;"><span style="font-family: courier,monaco,monospace,sans-serif;">*phone num.: +30-2541-028704 *</span><br style="font-family: courier,monaco,monospace,sans-serif;"><span style="font-family: courier,monaco,monospace,sans-serif;"><span>*home page : <a target="_blank"
href="http://obelix.ee.duth.gr/%7Eapostolo">http://obelix.ee.duth.gr/~apostolo</a> *</span></span><br style="font-family: courier,monaco,monospace,sans-serif;"><span style="font-family: courier,monaco,monospace,sans-serif;"><span>*blog : <a target="_blank" href="http://asyropoulos.wordpress.com/">http://asyropoulos.wordpress.com/</a> *</span></span><br style="font-family: courier,monaco,monospace,sans-serif;"><span style="font-family: courier,monaco,monospace,sans-serif;">***************************************************************</span><div style="font-family: courier,monaco,monospace,sans-serif; font-size: 12pt;"><br><br><br></div></div><br>
<hr size=1><font size=-1 face=Arial>
Χρησιμοποιείτε Yahoo!<br>
Βαρεθήκατε τα ενοχλητικά μηνύ ματα (spam); Το Yahoo! Mail διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών μηνυμάτων <br>
<a href="http://login.yahoo.com/config/mail?.intl=gr">http://login.yahoo.com/config/mail?.intl=gr</a> </font></body></html>