> Strange. You could replace the .IGLOBALS_CONFIG_HASH with it's value (6) > (and drop the .include line) and try to track down what's wrong with: > > $ bin/parrot parrot-config.imc prefix
I did that - and the same with line 56 concerning iterator.pasm because that also did not work. Afterwards it is working. > And or course compare (again) these files, 'make realclean; perl > Configure.pl --prefix=... ; make && make install' again. There is no difference at all between these files (as I expected since I made the patches myself). But now I found the error - it did not work because I used a different "--prefix" in Configure. This has to do with the gentoo portage system. The whole compilation is run in a sandbox and afterwards copied to the final location. I gave the sandbox location to Configure and that is obviously wrong since parrot seems to be using the prefix to find the absolute location of the files to include. I found this out by moving my svn-installed copy to another location than "prefix" and got the same error. Thanks for your help. Now I can move on to integrate pugs and mod_parrot. Adrian