? make.patch Index: Documentation/README.MinGW =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/make/Documentation/README.MinGW,v retrieving revision 1.33 diff -w -u -p -r1.33 README.MinGW --- Documentation/README.MinGW 14 Nov 2002 09:07:38 -0000 1.33 +++ Documentation/README.MinGW 21 Nov 2002 14:02:20 -0000 @@ -195,14 +195,13 @@ libavcall.a, libavcall.la, libcallback.a libtrampoline.a and libvacall.a from C:\GNUstep\System\lib to C:\MinGW\lib. -Optional libraries ------------------- -There are some optional (but very strongly recommended) libraries you -can install to make GNUstep work better. libiconv - Needed for multilingual character support (unicode etc) +-------- + +This library is needed for multilingual character support (unicode +etc), but also used internally. Get the binary package from http://www.fh-frankfurt.de/~igor/projects/libxml @@ -211,6 +210,16 @@ libiconv cp lib/iconv.lib $GNUSTEP_SYSTEM_ROOT/Libraries/ix86/mingw32/libiconv.a cp lib/iconv.dll $GNUSTEP_SYSTEM_ROOT/Tools/ix86/mingw32/iconv.dll +Also, if you encountered the linking problems in one of the previous +steps, copy libiconv.a from +$GNUSTEP_SYSTEM_ROOT/Libraries/ix86/mingw32/ to C:\MinGW\lib. + +Optional libraries +------------------ + +There are some optional (but very strongly recommended) libraries you +can install to make GNUstep work better. + libtiff, libjpeg, and zlib Needed for image handling support in the GNUstep gui libary (not required for GNUstep-base, though zlib can be used by the base library). @@ -219,7 +228,7 @@ libtiff, libjpeg, and zlib http://prdownloads.sourceforge.net/gnuwin32/tiff-3.5.7-lib.zip http://prdownloads.sourceforge.net/gnuwin32/libjpeg-6b-lib.zip http://prdownloads.sourceforge.net/gnuwin32/libjpeg-6b-bin.zip - http://prdownloads.sourceforge.net/gnuwin32/zlib-61.1.4lib.zip + http://prdownloads.sourceforge.net/gnuwin32/zlib-1.1.4-lib.zip Unpack and install the header (.h) files in $GNUSTEP_SYSTEM_ROOT/Headers the library (.a) files in $GNUSTEP_SYSTEM_ROOT/Libraries/ix86/mingw32