# New Ticket Created by Lambeck # Please include the string: [perl #36812] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=36812 >
For the last 2 hours I tried to compile Pugs-2.6.9 against Parrot-0.2.2. It does not work because Pugs is not able to query the parrot config like this: ./parrot parrot-config.imc ldflags The I get : error:imcc:No such file or directory in file 'parrot-config.imc' line 53 Important to mention that I am using the installed version of parrot (make install). When I tell pugs to use the tree I compiled from there is no problem at all. I posted here because I think this is a "make install" issue of parrot but I was not able to figure out what to change in order to make pugs compile. Maybe this is a good opportunity to also fix the bug I reported earlier (#34379). I am not able to fix this myself because I am not into the way parrot does the install. Adrian