Ron Blaschke wrote:
Paul Cochrane wrote:
I don't know if it's of much help, but I too am getting the Cygwin
build barfing when miniparrot goes to build
runtime/parrot/include/config.fpmc.

I think that's actually a good sign. Try adding the absolute path to F<blib/lib> and try again. If this is working please see my previous post in this thread about library loading.

Sorry, I guess there was some mental PATH overloading going on. Try adding the absolute path to F<blib/lib> to PATH.

    export PATH=/path/to/parrot/blib/lib:$PATH

And then "make."

Ron

Reply via email to