Boost logo

Boost :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2003-01-10 03:18:51


On Thursday 09 January 2003 22:37, Rene Rivera wrote:
> [2003-01-09] David Abrahams wrote:
> OK that seems like a good idea. I'll add generic Unix cc toolset for
> building bjam.

tried it but :

harry:/home/tk/boost/boost/tools/build/jam_src >./build.sh
###
### Could not find a suitable toolset.
###
### You can specify the toolset as the argument, i.e.:
### ./build.sh gcc
###
### Toolsets supported by this script are:
### acc, como, darwin, gcc, intel-linux, kcc, kylix, mipspro,
### sunpro, tru64cxx, vacpp
### A special toolset; cc, is available which is used as a fallback
### when a more specific toolset is not available and the cc command
### detected.
###

and when doing ./build.sh cc
harry:/home/tk/boost/boost/tools/build/jam_src >./build.sh cc
###
### Using 'cc' toolset.
###
rm -rf bootstrap.cc
mkdir bootstrap.cc
cc -o bootstrap.cc/jam0 command.c compile.c execnt.c execunix.c execvms.c
expand.c filent.c fileos2.c fileunix.c filevms.c glob.c hash.c hdrmacro.c
headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c newstr.c option.c
parse.c pathunix.c pathvms.c regexp.c rules.c scan.c search.c subst.c
timestamp.c variable.c modules.c strings.c filesys.c builtins.c pwd.c
command.c:
compile.c:
execnt.c:
execunix.c:
execvms.c:
expand.c:
filent.c:
fileos2.c:
fileunix.c:
filevms.c:
glob.c:
hash.c:
hdrmacro.c:
headers.c:
jam.c:
jambase.c:
jamgram.c:
Warning 612: "y.tab.c", line 521 # Label 'yynewerror' has no uses.
    yynewerror:
    ^^^^^^^^^^^
Warning 612: "y.tab.c", line 526 # Label 'yyerrlab' has no uses.
    yyerrlab:
    ^^^^^^^^^
lists.c:
make.c:
make1.c:
newstr.c:
option.c:
parse.c:
pathunix.c:
pathvms.c:
regexp.c:
rules.c:
scan.c:
search.c:
subst.c:
timestamp.c:
variable.c:
modules.c:
strings.c:
filesys.c:
builtins.c:
pwd.c:
./bootstrap.cc/jam0 -f build.jam --toolset=cc --toolset-root=
build.jam:103: in module scope
*** argument error
* rule toolset ( name command : opt.out + : opt.define + : release-flags * :
debug-flags * : linklibs * )
* called with: ( metrowerks : -o : -D : -subsystem console -runtime
staticsingle -opt full -inline auto -inline level=8 : -subsystem console
-runtime staticsingle -O0 -inline off )
* missing argument command
build.jam:39:see definition of rule 'toolset' being called

This is probably because yacc is still used
>
> But for aCC, can one of you tell what the output of 'uname' is. At least I
> can test that in this case.
harry:/home/tk/boost/boost/tools/build/jam_src >uname -a
HP-UX harry B.11.22 U ia64 1850224727 unlimited-user license
harry:/home/tk/boost/boost/tools/build/jam_src >uname
HP-UX


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