----- Original Message ----- From: "John C. Turnbull" <ozemale@xxxxxxxxxxxxxx> > The "configure" and "make" commands run perfectly but when I run "make > install" it crashes What configure command did you run ? I've just tried building 2.6.0 on Vista with: ./configure --disable-shared --enable-static CPPFLAGS=-I/usr/local//include LDFLAGS=-L/usr/local/lib For me, the 'make install' fails with: /bin/install: cannot stat `.libs/libfontconfig.dll.a': No such file or directory But that happens after the static lib I successfully built has been installed into /usr/local/lib (and the header files installed into /usr/local/include), so the error is not of great consequence. (Apparently, the belief is that there's also a dynamic build to be installed.) Once I know what you're configure command was, I'll try to emulate it here and see what happens. (Actually, that won't get done until tomorrow night.) There's a problem with the test suite on Windows, too. The first test passes, but the second culminates with: *** Test failed: Basic check *** output is in 'out', expected output in 'out.expected' FAIL: run-test.sh =================== 1 of 1 tests failed =================== I'm using the source from http://fontconfig.org/release/fontconfig-2.6.0.tar.gz , btw. Cheers, Rob _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig