[email protected] wrote:
>> Randy,
>>
>>    I decided to try TeX Live on a fresh LFS-svn build.  I had no
>> optional dependencies installed.
>>
>> make[3]: Entering directory
>> `/usr/src/texlive/texlive-20100722-source/utils/xpdfopen'
>> ...
>> sendx.c:21:22: fatal error: X11/Xlib.h: No such file or directory
>>
>> I tried with several options disabled: --disable-xdv2pdf --disable-xdvik
>> --disable-xpdfopen --disable-xdvipdfmx --disable-xetex --disable-web2c
> 
> Did you try '--with-x=no'?

No, I didn't.  That helps.  The full line that appears to work is:

./configure --prefix=/usr --disable-native-texlive-build 
--enable-shared --without-luatex --enable-mktextex-default 
     --with-banner-add=" - BLFS" --with-x=no --disable-xdvipdfmx

There is another problem.  In the command:

for FN in `find /usr/bin -type l`; do
     if [ `readlink $FN | grep "\.\./texmf"` ]; then
         ln -svf `readlink $FN | sed 's|\.\./texmf|../share/texmf|'` $FN
     fi
done &&
unset FN

I get

`/usr/bin/man' -> `../share/texmf/doc/man'

I'll have to check, but make install may be overwriting /usr/bin/man.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to