Am Freitag, 18. August 2006 03:43 schrieb chromatic: > Hi there, > > Here's a patch for Build.PL that should avoid most of the pkg_config > troubles on platforms that don't have it. I still don't quite know what to > do on Windows when installing from outside of the Parrot tree.
You could always query parrot itself for it's configuration variables, see e.g.: tools/dev/src-t.sh. That is: the user would have to specify the location of the parrot executable. 2 further notes: - parrot.pc seems not to have all necessary Cflags - parrot-config should have some macro-ish queries that retrieve all necessary compile / link setting with one --option [1] I'd just ci and let it evolve. leo [1] http://rt.perl.org/rt3/Public/Bug/Display.html?id=32365 http://rt.perl.org/rt3/Public/Bug/Display.html?id=34356