hi, recently I had a good look at Parrot's Makefile to figure out what link flags I need to link PIRC against libparrot. This worked out quite well, and I'm now able to link in libparrot so PIRC can now call all Parrot functions. (the only major thing that needs to be done to get rid of IMCC is generate PBC from the PASM assembly instructions that are being generated)
However, I'm on windows, and don't have a linux box. My request, then, is as follows: could anybody on linux check out whether s/he can build PIRC (in compilers/pirc/new) and link against libparrot? I'd like to know that it can work on Linux as well. I put the commands that I'm using in the README file (but that's for MSVC on windows), but I don't have any knowledge on how to do this on linux. thanks in advance, kjs