Pavel Sanda wrote: > I guess this is related, after running autogen.sh: > > 3rdparty/libiconv/Makefile.am: error: object 'relocatable.$(OBJEXT)' > created by '1.14/libcharset/lib/relocatable.c' and > '1.14/lib/relocatable.c' Makefile:445: recipe for target 'Makefile.in' > failed make: *** [Makefile.in] Error 1
This is strange. When I run make it does not descend into 3rdparty, since this directory is not listed in the SUBDIRS variable in top level Makefile.am. This is the intended behaviour. Did you run configure after autogen.sh? I assume the error happens when calling make? Georg