All bundles need a little extra code in the GNUmakefile to ensure that MinGW32 targets (and possibly others) are notified of which dynamic libraries will be linked against. This patch does the necessary for TextConverters/RTF.
Stephen Brandon [EMAIL PROTECTED]
Index: gui/TextConverters/RTF/GNUmakefile =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/gui/TextConverters/RTF/GNUmakefile,v retrieving revision 1.1 diff -r1.1 GNUmakefile 35a36,42 > ifneq ($(GUI_LIB), nx) > RTFConverter_LIBRARIES_DEPEND_UPON = -lgnustep-gui $(FND_LIBS) $(OBJC_LIBS) > else > RTFConverter_LIBRARIES_DEPEND_UPON = $(FND_LIBS) > endif > RTFConverter_BUNDLE_LIBS += $(RTFConverter_LIBRARIES_DEPEND_UPON) >
