# New Ticket Created by Andy Dougherty
# Please include the string: [perl #42774]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42774 >
Unfortunately, Configure.pl --gc=libc doesn't compile. I don't know how
long it's been broken. I do I know *I* haven't tried it for a very long
time. Here's the error message I get
"src/gc/dod.c", line 462: undefined symbol: PObj_bufstart_external_FLAG
I don't see an obvious fix. For the moment, I'd recommend at least the
following patch to PLATFORMS. I'd also suspect it's worthwhile for an
x86/linux user to check whether the --optimize version is, in fact,
working.
--- parrot-current/PLATFORMS Tue Apr 17 19:15:19 2007
+++ parrot-patched/PLATFORMS Fri Apr 27 14:13:10 2007
@@ -59,10 +59,7 @@
YYYYMMDD The date tested.
Remarks:
-*1 need PATH=$PATH:$PWD/blib/lib to locate DLL
-The following configurations are also working on x86/linux (and possibly
+The following configuration is also working on x86/linux (and possibly
other platforms):
optimized build: perl Configure.pl --optimize
-system malloc: perl Configure.pl --gc=libc
-
--
Andy Dougherty [EMAIL PROTECTED]