The attached patch adds libiconv to the linked files in the VRF makefile to prevent an undefined symbol.
The following line should also be added to config/win32.mak:
ICONV_LINKLIB = $(LIBDIR)/static/iconv.lib
Additionally, it'd be nice if an ICONV_INCLUDE variable was also added to win32.make.
Log in to post a comment.
The following line should also be added to config/win32.mak:
ICONV_LINKLIB = $(LIBDIR)/static/iconv.lib
Additionally, it'd be nice if an ICONV_INCLUDE variable was also added to win32.make.