On Mon, 3 Jul 2000, Mo DeJong wrote:

> if test -n "$GCC"; then
>   AC_MSG_CHECKING([if the compiler understands -pipe])
>   OLDCC="$CC"  
>   CC="$CC -pipe"
>   AC_TRY_COMPILE(,,
>     AC_MSG_RESULT(yes),
>     CC="$OLDCC"
>     AC_MSG_RESULT(no))
> fi

My concern is, on some platforms gcc -pipe just silently fails to create
an output file but does not return an error code.

-- 
Peter Eisentraut                  Sernanders vaeg 10:115
[EMAIL PROTECTED]                   75262 Uppsala
http://yi.org/peter-e/            Sweden

Reply via email to