Adrian Lambeck wrote:
So the question is: is that file installed properly to your --prefix
directory structure?
Maybe you are querying the wrong parrot too (the config paths and
settings gets compiled into the executable of parrot)?
It is installed properly and I am not querying but the pugs config is doing
it (correctly). First it does a chdir and then uses ./parrot (...). So I
think this is correct.
Fixed (r8839 / r8840).
$ perl Configure.pl --prefix=/home/lt/src/p-0.2.3
$ make && make install
$ cd ~/src/p-0.2.3
$ bin/parrot parrot-config.imc prefix
/home/lt/src/p-0.2.3
leo