On Wed, Apr 29, 2009 at 08:34:21AM -0400, Andy Dougherty wrote: > I haven't tried to use either, but I also can't imagine how you could > really test or develop either until TT #495 "[TODO] remove hardcoded path > from installable pbc_to_exe"
To fix this, MANIFEST.generated needs to include src/install_config.o, src/null_config.o, and src/parrot_config.o. The question is just where to put those three files. > and TT #540 "installed versions of > dynext/*.so still link to -lparrot in build directory" are fixed. Add "--disable-rpath" to your Configure.pl call. Cheers, Michael. -- Michael Schroeder [email protected] SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
