Alexey Neyman wrote: >> if $READELF -S conftest.so | grep -F -e '.rel.dyn' -e '.rela.dyn' > >> /dev/null; then > > Yes, that works too. Updated patch attached. Perhaps you sent the wrong patch? Your patch still had '\|' in it, and '\|' is not portable in grep BREs.