Boost logo

Boost :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2003-01-22 12:37:10


> 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


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