I am trying to compile Freetype 2.2.1 with mingw + msys like this:
I use msys console. Execute "configure" Execute "make" I read exactly the freetype doc but nothing. `configure` works without errors but says: ---------------------------------------- platform unix compiler gcc configuration directory ./builds/unix configuration rules ./builds/unix/unix.mk ---------------------------------------- My platform is Win32 But `make` gives this output ---------------------------------------- .............................bla bla bla............................ ./builds/unix/libtool: cygpath: command not found libtool: link: warning: undefined symbols not allowed in i686-pc-mingw32 shared libraries lib /OUT:/programming/Libraries/freetype-2.2.1/objs/.libs/libfreetype.lib /programming/Libraries/freetype-2.2.1/objs/ftsystem.o /programming/Libraries/freetype-2.2.1/objs/ftdebug.o .............................bla bla bla............................ /programming/Libraries/freetype-2.2.1/objs/psaux.o /programming/Libraries/freetype-2.2.1/objs/psnames.o ./builds/unix/libtool: lib: command not found make: *** [/programming/Libraries/freetype-2.2.1/objs/libfreetype.la] Error 127 ---------------------------------------- a lib program needed but my mingw/bin directory has not one. What is the problem? And what is this: ./builds/unix/libtool: cygpath: command not found ??? cygpath comes from cygwin? why? I do not have cygwin. I have mingw. Thanks! _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
