Log Message: Fix three different interacting build problems: (1) don't ignore errors when building the examples; (2) build the examples *after* the library build, not *during* the library build; (3) don't try to compile the examples with "libtool --mode=link cc -c" as that flies like a particularly wingless brick. Closes PR 51502.