freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft] compile freetype with mingw+msys


From: Paul Gessos
Subject: [ft] compile freetype with mingw+msys
Date: Mon, 13 Nov 2006 16:34:29 +0200
User-agent: Mozilla Thunderbird 1.5.0.8 (Windows/20061025)

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!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]