> OK, I updated the script to prefer using "whence" to detect things in the
> PATH. This should make it work for you. But to make sure could you see if
> "whence" works in AIX any better...
>
> whence xlc 2>/dev/null ; echo $?
> whence foo 2>/dev/null ; echo $?
>
> The expected result is:
>
> 0
> 1
>

sorry to disappoint you (and me)

biot:/home/tk/boost/boost/tools/build/jam_src> /bin/sh
biot:/home/tk/boost/boost/tools/build/jam_src> whence xlc
/usr/vacpp/bin/xlc
biot:/home/tk/boost/boost/tools/build/jam_src> echo $?
0
biot:/home/tk/boost/boost/tools/build/jam_src> which xlc
/usr/vacpp/bin/xlc
biot:/home/tk/boost/boost/tools/build/jam_src> echo $?
0


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to