From: Paul Schmidt (prs_at_[hidden])
Date: 2003-07-30 13:38:03


--- In jamboost_at_[hidden], Christopher Currie <Christopher_at_C...>
wrote:
> Can you just paste the contents of your ee/hello/Jamfile? It might help
> lead us to the problem. I've got an idea of what might be going on, but

#jamfile for $(Top)ee/Hello

subproject ee/hello ;

exe hello
: hello.c crt0.s <lib>../init/init
: <instruction-set>ee <include>../include
;