3 quick compiling questions

I got a few queries about compiling via Cygwin under windows. I know the basic
drill: ./configure, make, make install.

  1. When compiling SDL_draw-1.2.1 I get this error:

ltconfig: you must specify a host type if you use --no-verify' Tryltconfig --help’ for more information.
configure: error: libtool configure failed
make: *** [config.status] Error 1

  1. When compiling SDL_image-1.2.3, SDL_mixer-1.2.5, SDL_net-1.2.5 I get:

*** Warning: This library needs some functionality provided by -lmingw32.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it. generating symbol list for `libSDL_net.la’

  1. Compiling SDL_ttf-2.0.6 I get:

checking for freetype-config… no
configure: error:
*** Unable to find FreeType2 library (http://www.freetype.org/)

Help!