http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511
--- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot
Uni-Bielefeld.DE> 2011-06-27 16:43:12 UTC ---
Dave,
> The problem is type invokes the sh-posix shell and it aliases type
> to 'whence -v'.
>
> 599 (hiauly1)dave> /bin/sh
> $ whence -v gnatmake
> gnatmake is /opt/gnu/gcc/gcc-4.5/bin/gnatmake
> $ whence gnatmake
> /opt/gnu/gcc/gcc-4.5/bin/gnatmake
could you please run the exact commands used in the run_acats which
function and report the results:
type -p gnatmake 2>/dev/null
echo $?
type gnatmake 2>/dev/null
echo $?
whence gnatmake 2>/dev/null
echo $?
Thanks.
Rainer