Andrew Pendleton writes: > I tried to install fontconfig, and got through the './configure' > and 'make' stages, but ran into a problem midway through 'make > install,' when make tried to copy a file from the .libs directory > that didn't exist. What didn't exist? The .libs directory or the import library .libs/libfontconfig.dll.a that src/Makefile(.am) wants to install? If the latter, where did libtool produce the import library then? Or didn't you build as a DLL? > What's the problem? Does fontconfig compile under mingw? Well, it does for me. What version of libtool do you use? --tml