Dagobert Michelsen <da...@op...> writes:
>
> 1. There is an unconditional addition of "-Wall" to CFLAGS breaking
> e.g. the Sun Studio compilation. This should either be tested for
> during autoconf time or set only on GCC compilers.
Right, I should have thought of that.
>> Broken Pipe
>> FAIL: ./examples/bigxml-embed
>
> This looks like to come from the termination for "yes":
I'm confused about this one, why is "yes" failing?
>> xargs: illegal option -- d
>> xargs: Usage: xargs: [-t] [-p] [-e[eofstr]] [-E eofstr] [-I replstr] [-i[replstr]] [-L #] [-l[#]] [-n # [-x]] [-s size] [cmd [args ...]]
>
> Solaris /usr/bin/xargs has to my knowledge no separator setting.
Okay, I've rewritten to use a while read loop. I hope Solaris read takes -r.
Noam
|