I've run in to a small problem trying to compile Blackbox 0.61.1 on a Tru64 4.0 alpha-server. This installation lacks snprintf()/vsnprintf(), but as far as I understand Blackbox provide these systemcalls through bsd-sprintf which is comes with Blackbox. But for some reason this apparently isn't sufficient: During linking I get this errormessage: /usr/bin/ld: Unresolved: snprintf(char *, unsigned long, char const *,...) collect2: ld returned 1 exit status *** Exit 1 Stop. I've tried to figure out why this happens, but I'm at a loss here. I use gcc 2.95.2.
