Hi Sander, i tried again with the standard (Solaris 5.10) grep
the error is more or less the same, it change only in the grep usage message
# gmake CC jlibtool.c HEADER src/include/attributes.h /bin/sh: ATTRIBUTE: not found Usage: grep -hblcnsviw pattern file . . . /bin/sh: VALUE: not found Usage: grep -hblcnsviw pattern file . . . HEADER src/include/features.h /bin/sh: s,#[\\t ]*ifdef[\\t ]*" $2 "$,#if "$3 ",g;s,#[\\t ]*ifndef[\\t ]*" $2 "$,#if !"$3 ",g;s,defined(" $2 ")," $3 ",g;"}: not found gmake: *** [src/include/autoconf.sed] Error 1 Usage: grep -hblcnsviw pattern file . . .
I haven't got it working on a Solaris 10 yet, But during compile, it is trying to find the right grep for me: checking for grep that handles long lines and -e... /usr/xpg4/bin/grep checking for egrep... /usr/xpg4/bin/grep -E Can you chek what that says for you? Perhaps you can use the above grep?