Sven Joachim wrote: > Hi, > > DOSEMU from svn, revision 2060, fails to build here: > > ,---- > | make[2]: Entering directory `/usr/local/src/dosemu/src/plugin/translate/charsets' > | make[2]: *** No rule to make target `iconv.o', needed by `../../../../src/lib/libplugin_translate_charsets.a'. Stop. > `---- > > Regards, > Sven It look like Bart is working at some enhanced version with general charset conversion ;) Comparing with Makefile from older version, it seems as is shall be enough adjust it as: --- dosemu-1.4.0.1.err/src/plugin/translate/charsets/Makefile 2011-10-08 10:54:45.723669180 +0200 +++ dosemu-1.4.0.1/src/plugin/translate/charsets/Makefile 2011-10-08 11:12:21.044686523 +0200 @@ -7,7 +7,7 @@ top_builddir=../../../.. include $(top_builddir)/Makefile.conf -CFILES=ascii.c cp437.c cp850.c cp852.c GB2312.c ibm_ascii.c iconv.c iso2022.c \ +CFILES=ascii.c cp437.c cp850.c cp852.c GB2312.c ibm_ascii.c iso2022.c \ iso8859-1.c iso8859-2.c iso8859-3.c iso8859-4.c iso8859-5.c iso8859-6.c \ iso8859-7.c iso8859-8.c iso8859-9.c JIS0201.c JIS0208.c KSX1001.c multibyte.c \ utf8.c vt100.c -- To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html