On 26/03/06, Sean Sieger <[EMAIL PROTECTED]> wrote: > On 3/25/06, Nick Glencross <[EMAIL PROTECTED]> wrote: > > > Is it possible that a 'make install' has previously been done on this > > computer, so that there is a libparrot in /usr/local/lib? > > Yep; compiling now.
Great. The problem is caused because Configure extracts compile flags from Perl, and on some distributions Perl specifies -L/usr/local/lib as a linker flag, which has the potential to pick up a bogus old parrot library if it has been previously installed. Nick