On Tue, May 06, 2008 at 08:51:41PM +0530, Novice Programmer <[EMAIL PROTECTED]> wrote: > isn't that what i am supposed to do? we put these include files in .profile > file of mingw, so /gw32/include/freetype2 would be included by itself i > guess
I usually do this:
CPPFLAGS=-I/path/to/includedir/ \
LDFLAGS=-L/path/to/libdir/ ./configure --host=i586-mingw32msvc
Greetings
Matthias
