[tex-live] texLive-20070315 - make looks in wrong place for libfreetype.a

Poor Yorick org.tug.tex-live at pooryorick.com
Sun Oct 28 14:20:30 CET 2007


installing texLive-20070315 with the following configure:

/path/to/src/texLive-20070315_linux/./configure --prefix=/path/to/texLive-20070315

make looks for freetype2/.libs/libfreetype.a, but the actual location is freetype2/objs/.libs/libfreetype.a:


maps.o FontTableCache.o XeTeXOTMath.o XeTeXFontInst_FT2.o  \                    
  ../../libs/icu-xetex/lib/libsicuuc.a ../../libs/icu-xetex/lib/libsicule.a ../../libs/icu-xetex/lib/libsicudata.a ../../libs/teckit/lib/.libs/libTECkit.a ../../libs/freetype2/.libs/libfreetype.a ../../libs/zlib/libz.a ../../libs/xpdf/xpdf/libxpdf.a ../../libs/xpdf/goo/libGoo.a ../../libs/xpdf/fofi/libfofi.a ../../libs/libpng/libpng.a -lfontconfig \                                                 
lib/lib.a ../kpathsea/.libs/libkpathsea.a -lm   -nodefaultlibs -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic -lm -lgcc_eh -lgcc -lc -lgcc_eh -lgcc -pthread               
c++: ../../libs/freetype2/.libs/libfreetype.a: No such file or directory
make[2]: make[2]: Leaving directory `/path/to/src/exLive-20070315_linux/texk/web2c'                                    
*** [xetex] Error 1
make[1]: *** [all] Error 1
make[1]: Leaving directory `/path/to/src/texLive-20070315_linux/texk'                                                   
make: *** [all] Error 1


fixed with a symlink:

cd freetype2
ln -sf objs/.libs 


-- 
Poor Yorick


More information about the tex-live mailing list