> So it could be that the "hash" command doesn't work in AIX as I expected.

To check I first go to a sh (I'm in ksh by default) to check if my PATH is 
propagated. The 'which' shows indeed that this is the case. However the 
'hash' command has a zero-return (I did not know it but I suppose it's 
supposed to return a non-zero or ...?)

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



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

Reply via email to