Hi Mehmet,
you might have run into a Garbage-Collector bug. Try
parrot --no-gc main.pir 'x' 'identifier'
I had similar problems using PGE::P6Regex. '--no-gc' helped.
Regards,
Kiwi
Hi Leo,
I had the link error on Cygwin and on Linux (Debian). The reason for
this problem with compile error is in following definitions in Makefile:
LINKFLAGS = -s -L/usr/local/lib
ALL_PARROT_LIBS = -L/cygdrive/c/Documents\ and\
Settings/khull/work/dev/parrot/trunk/blib/lib -lparrot $(
Hi Hugues,
I've had the same error on my notebook. It was because I had installed
('make install') a former parrot version and the linker tried to link to
/usr/local/lib/libparrot.so because
this is in search-path before 'local' blib/lib/libparrot.so. Removing
/usr/local/lib/libparrot.* worked for