in reply to Re^4: libintl.a for Strawberry Perlin thread libintl.a for Strawberry Perl
What does that mean? Can you compile link ANY C program at all?
#include <string.h> int main(void){ char buf[10]; stpcpy(buf, "hello"); //sic } [download]