Re: pbc install_config: howto install perl6 and languages?

2008-07-22 Thread Reini Urban
chromatic schrieb: On Tuesday 22 July 2008 08:13:06 Reini Urban wrote: Do they not work if it gets linked against parrot_config.o? They work if I keep the build_dir intact on my devel machine. But if a package it and install on a machine without the build_dir it fails. Or if I rename the build

Re: pbc install_config: howto install perl6 and languages?

2008-07-22 Thread chromatic
On Tuesday 22 July 2008 08:13:06 Reini Urban wrote: > > Do they not work if it gets linked against parrot_config.o? > > They work if I keep the build_dir intact on my devel machine. > But if a package it and install on a machine without the build_dir it > fails. Or if I rename the build_dir: > > I

Re: pbc install_config: howto install perl6 and languages?

2008-07-22 Thread Reini Urban
chromatic schrieb: On Tuesday 22 July 2008 04:43:59 Reini Urban wrote: Is there any reason to link against parrot_config.o instead of install_config.o? for testing only. make test and make smoke Do they not work if it gets linked against parrot_config.o? They work if I keep the build_dir

Re: pbc install_config: howto install perl6 and languages?

2008-07-22 Thread chromatic
On Tuesday 22 July 2008 04:43:59 Reini Urban wrote: > > Is there any reason to link against parrot_config.o instead of > > install_config.o? > for testing only. > make test and make smoke Do they not work if it gets linked against parrot_config.o? -- c

Re: pbc install_config: howto install perl6 and languages?

2008-07-22 Thread Reini Urban
2008/7/22 chromatic <[EMAIL PROTECTED]>: > On Monday 21 July 2008 13:48:41 Reini Urban wrote: > >> I did it now this way: >> >> pbc_to_exe accepts a 2nd optional arg. >> If it's --install the exe is prefixed with "installable_", and it's not >> linked against parrot_config.o but against install_con

Re: pbc install_config: howto install perl6 and languages?

2008-07-21 Thread chromatic
On Monday 21 July 2008 13:48:41 Reini Urban wrote: > I did it now this way: > > pbc_to_exe accepts a 2nd optional arg. > If it's --install the exe is prefixed with "installable_", and it's not > linked against parrot_config.o but against install_config.o > > This way I can produce installable lang

Re: pbc install_config: howto install perl6 and languages?

2008-07-21 Thread Reini Urban
Reini Urban schrieb: How is make install for the pbc_to_exe generated languages supposed to work? For the utils you simply link to a fixed install_config.o with fixed builddir. But the languages are generated from a .pir file with hardcoded, wrong builddir. I think about adding support for an o

pbc install_config: howto install perl6 and languages?

2008-07-21 Thread Reini Urban
How is make install for the pbc_to_exe generated languages supposed to work? For the utils you simply link to a fixed install_config.o with fixed builddir. But the languages are generated from a .pir file with hardcoded, wrong builddir. I think about adding support for an optional --install arg i