On Friday 17 August 2007 15:52:36 James E Keenan wrote:

> Am not sure which .pbc files "under compilers/" you're referring to.
> When I search for *.pbc files in a pre-configuration state, this is what
> I get:
>
> [parrot] 505 $ fnsa . '*.pbc'
> ./t/native_pbc/integer_1.pbc
> ./t/native_pbc/integer_2.pbc
> ./t/native_pbc/integer_3.pbc
> ./t/native_pbc/integer_4.pbc
> ./t/native_pbc/number_1.pbc
> ./t/native_pbc/number_2.pbc
> ./t/native_pbc/number_3.pbc
> ./t/native_pbc/number_4.pbc
> ./t/native_pbc/number_5.pbc
> ./t/native_pbc/string_1.pbc
> ./t/native_pbc/string_2.pbc
>
> Are you referring to .pbc files which are created during configuration?
>   Or during build?

During build.  Before configuration, we should only have the root 
dependencies, not any files which depend on others (with the exception of the 
IMCC parser and lexer, which we have in the tree only to prevent everyone 
from having to install lex/flex or yacc/bison, and the native PBCs, because 
not everyone always uses x86).

-- c

Reply via email to