Boost logo

Boost :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2003-01-22 05:36:00


> 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>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk