The parser now also needs to link with mysnprintf.o.
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 68ad6e3..93023f2 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -191,6 +191,7 @@
 PARSER_OBJS=	$(POBJS) Parser/myreadline.o
 
 PGOBJS=		\
+		Python/mysnprintf.o \
 		Parser/firstsets.o \
 		Parser/grammar.o \
 		Parser/pgen.o \