- static char *export_strings, *prev = ""; + static char *export_strings = 0, *prev = ""; This shouldn't be necessary. Is this to workaround a compiler bug? src/util/Makefile.in: That's my fault, sorry. I'll fix it if Derrick doesn't beat me to it.