On 03/08/2015 10:45 PM, Karl Berry wrote: > If you don't know for sure about your platform, can you please try > compiling (and linking:) the following two-line C program? > > #include <string.h> > int main() { const char *a = strstr ("foo", "bar"); return 0; } Works on linux-powerpc. Thomas