Ineiev wrote: > gcc -std=gnu11 -g -O2 -o grep grep.o libgrep.a > ../lib/libgreputils.a -lintl ../lib/libgreputils.a -liconv > ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_init > and so on.
Yeowch. This looks like a serious problem on AIX -- grep won't build at at all. And it's in the pthreadlib configuration code, which I don't pretend to understand. Why does grep care about pthreadlib at all?
