in reply to Re^4: libintl.a for Strawberry Perl
in 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 }