# New Ticket Created by  [EMAIL PROTECTED] 
# Please include the string:  [perl #56012]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56012 >


Hi,
I have a bug using ccs make (/usr/ccs/bin/make). The following error 
happens when I run make. 
NOTE: /usr/xpg4/bin/make succeeds on the same host

$PATH = 
/usr/openwin/bin:/opt/perl588/bin:/bin:/usr/bin:/opt/boksm/bin:/opt/perl588/site/git-1.5.5/bin:/opt/perl588/site/postgres/bin:/opt/SUNWspro/bin:/usr/ccs/bin
uname -a == SunOS cmtnoc5-mx45 5.8 Generic_117350-38 sun4u sparc 
SUNW,Sun-Fire-V490

Compiling with:
xx.c
/opt/SUNWspro/bin/cc -I./include -D_REENTRANT -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAS_GETTEXT -g 
-DHAVE_COMPUTED_GOTO -KPIC -I. -o xx.o -c xx.c
perl tools/build/c2str.pl src/builtin.c > src/builtin.str
perl tools/build/c2str.pl src/debug.c > src/debug.str
perl tools/build/c2str.pl src/dynext.c > src/dynext.str
perl tools/build/c2str.pl src/exceptions.c > src/exceptions.str
perl tools/build/c2str.pl src/global.c > src/global.str
perl tools/build/c2str.pl src/global_setup.c > src/global_setup.str
perl tools/build/c2str.pl src/hll.c > src/hll.str
perl tools/build/c2str.pl src/inter_call.c > src/inter_call.str
perl tools/build/c2str.pl src/inter_cb.c > src/inter_cb.str
perl tools/build/c2str.pl src/inter_create.c > src/inter_create.str
perl tools/build/c2str.pl src/inter_misc.c > src/inter_misc.str
perl tools/build/c2str.pl src/io/io.c > src/io/io.str
perl tools/build/c2str.pl src/key.c > src/key.str
perl tools/build/c2str.pl src/library.c > src/library.str
perl tools/build/c2str.pl src/mmd.c > src/mmd.str
perl tools/build/c2str.pl src/packfile.c > src/packfile.str
perl tools/build/c2str.pl src/pmc.c > src/pmc.str
perl tools/build/c2str.pl src/oo.c > src/oo.str
perl tools/build/c2str.pl src/scheduler.c > src/scheduler.str
perl tools/build/c2str.pl src/spf_render.c > src/spf_render.str
perl tools/build/c2str.pl src/spf_vtable.c > src/spf_vtable.str
perl tools/build/c2str.pl src/sub.c > src/sub.str
perl tools/build/pmc2c.pl --vtable
perl tools/build/pmc2c.pl --dump src/pmc/default.pmc
perl tools/build/pmc2c.pl --c src/pmc/default.pmc
perl tools/build/c2str.pl src/pmc/default.c > src/pmc/default.str
perl tools/build/pmc2c.pl --dump src/pmc/null.pmc
perl tools/build/pmc2c.pl --c src/pmc/null.pmc
perl tools/build/c2str.pl src/pmc/null.c > src/pmc/null.str
perl tools/build/pmc2c.pl --dump src/pmc/env.pmc
perl tools/build/pmc2c.pl --c src/pmc/env.pmc
perl tools/build/c2str.pl src/pmc/env.c > src/pmc/env.str
perl tools/build/pmc2c.pl --dump src/pmc/key.pmc
perl tools/build/pmc2c.pl --c src/pmc/key.pmc
perl tools/build/c2str.pl src/pmc/key.c > src/pmc/key.str
perl tools/build/pmc2c.pl --dump src/pmc/random.pmc
perl tools/build/pmc2c.pl --c src/pmc/random.pmc
perl tools/build/c2str.pl src/pmc/random.c > src/pmc/random.str
perl tools/build/pmc2c.pl --dump src/pmc/unmanagedstruct.pmc
perl tools/build/pmc2c.pl --c src/pmc/unmanagedstruct.pmc
perl tools/build/c2str.pl src/pmc/unmanagedstruct.c > 
src/pmc/unmanagedstruct.str
perl tools/build/pmc2c.pl --dump src/pmc/managedstruct.pmc
perl tools/build/pmc2c.pl --c src/pmc/managedstruct.pmc
perl tools/build/c2str.pl src/pmc/managedstruct.c > 
src/pmc/managedstruct.str
perl tools/build/pmc2c.pl --dump src/pmc/delegate.pmc
perl tools/build/pmc2c.pl --c src/pmc/delegate.pmc
perl tools/build/c2str.pl src/pmc/delegate.c > src/pmc/delegate.str
perl tools/build/pmc2c.pl --dump src/pmc/fixedintegerarray.pmc
perl tools/build/pmc2c.pl --c src/pmc/fixedintegerarray.pmc
perl tools/build/pmc2c.pl --dump src/pmc/fixedpmcarray.pmc
perl tools/build/pmc2c.pl --dump src/pmc/resizablepmcarray.pmc
perl tools/build/pmc2c.pl --dump src/pmc/exception.pmc
perl tools/build/pmc2c.pl --c src/pmc/exception.pmc
perl tools/build/c2str.pl src/pmc/exception.c > src/pmc/exception.str
perl tools/build/pmc2c.pl --dump src/pmc/vtablecache.pmc
perl tools/build/pmc2c.pl --c src/pmc/vtablecache.pmc
perl tools/build/c2str.pl src/pmc/vtablecache.c > src/pmc/vtablecache.str
perl tools/build/pmc2c.pl --dump src/pmc/parrotio.pmc
perl tools/build/pmc2c.pl --c src/pmc/parrotio.pmc
perl tools/build/c2str.pl src/pmc/parrotio.c > src/pmc/parrotio.str
perl tools/build/pmc2c.pl --dump src/pmc/parrotlibrary.pmc
perl tools/build/pmc2c.pl --c src/pmc/parrotlibrary.pmc
perl tools/build/c2str.pl src/pmc/parrotlibrary.c > 
src/pmc/parrotlibrary.str
perl tools/build/pmc2c.pl --dump src/pmc/parrotinterpreter.pmc
perl tools/build/pmc2c.pl --c src/pmc/parrotinterpreter.pmc
perl tools/build/c2str.pl src/pmc/parrotinterpreter.c > 
src/pmc/parrotinterpreter.str
perl tools/build/pmc2c.pl --dump src/pmc/parrotthread.pmc
perl tools/build/pmc2c.pl --c src/pmc/parrotthread.pmc
perl tools/build/c2str.pl src/pmc/parrotthread.c > 
src/pmc/parrotthread.str
perl tools/build/pmc2c.pl --dump src/pmc/lexpad.pmc
perl tools/build/pmc2c.pl --c src/pmc/lexpad.pmc
perl tools/build/c2str.pl src/pmc/lexpad.c > src/pmc/lexpad.str
perl tools/build/pmc2c.pl --dump src/pmc/task.pmc
perl tools/build/pmc2c.pl --dump src/pmc/timer.pmc
perl tools/build/pmc2c.pl --c src/pmc/timer.pmc
perl tools/build/c2str.pl src/pmc/timer.c > src/pmc/timer.str
perl tools/build/pmc2c.pl --dump src/pmc/pointer.pmc
perl tools/build/pmc2c.pl --c src/pmc/pointer.pmc
perl tools/build/c2str.pl src/pmc/pointer.c > src/pmc/pointer.str
perl tools/build/pmc2c.pl --dump src/pmc/sub.pmc
perl tools/build/pmc2c.pl --c src/pmc/sub.pmc
perl tools/build/c2str.pl src/pmc/sub.c > src/pmc/sub.str
perl tools/build/pmc2c.pl --dump src/pmc/closure.pmc
perl tools/build/pmc2c.pl --c src/pmc/closure.pmc
perl tools/build/c2str.pl src/pmc/closure.c > src/pmc/closure.str
perl tools/build/pmc2c.pl --dump src/pmc/continuation.pmc
perl tools/build/pmc2c.pl --c src/pmc/continuation.pmc
perl tools/build/c2str.pl src/pmc/continuation.c > 
src/pmc/continuation.str
perl tools/build/pmc2c.pl --dump src/pmc/retcontinuation.pmc
perl tools/build/pmc2c.pl --c src/pmc/retcontinuation.pmc
perl tools/build/c2str.pl src/pmc/retcontinuation.c > 
src/pmc/retcontinuation.str
perl tools/build/pmc2c.pl --dump src/pmc/exception_handler.pmc
perl tools/build/pmc2c.pl --c src/pmc/exception_handler.pmc
perl tools/build/c2str.pl src/pmc/exception_handler.c > 
src/pmc/exception_handler.str
perl tools/build/pmc2c.pl --dump src/pmc/coroutine.pmc
perl tools/build/pmc2c.pl --c src/pmc/coroutine.pmc
perl tools/build/c2str.pl src/pmc/coroutine.c > src/pmc/coroutine.str
perl tools/build/pmc2c.pl --dump src/pmc/eval.pmc
perl tools/build/pmc2c.pl --c src/pmc/eval.pmc
perl tools/build/c2str.pl src/pmc/eval.c > src/pmc/eval.str
perl tools/build/pmc2c.pl --dump src/pmc/nci.pmc
perl tools/build/pmc2c.pl --c src/pmc/nci.pmc
perl tools/build/c2str.pl src/pmc/nci.c > src/pmc/nci.str
perl tools/build/pmc2c.pl --dump src/pmc/scalar.pmc
perl tools/build/pmc2c.pl --dump src/pmc/float.pmc
perl tools/build/pmc2c.pl --c src/pmc/float.pmc
perl tools/build/c2str.pl src/pmc/float.c > src/pmc/float.str
perl tools/build/pmc2c.pl --dump src/pmc/integer.pmc
perl tools/build/pmc2c.pl --c src/pmc/integer.pmc
perl tools/build/c2str.pl src/pmc/integer.c > src/pmc/integer.str
perl tools/build/pmc2c.pl --dump src/pmc/bigint.pmc
perl tools/build/pmc2c.pl --c src/pmc/bigint.pmc
perl tools/build/c2str.pl src/pmc/bigint.c > src/pmc/bigint.str
perl tools/build/pmc2c.pl --dump src/pmc/complex.pmc
perl tools/build/pmc2c.pl --c src/pmc/complex.pmc
perl tools/build/c2str.pl src/pmc/complex.c > src/pmc/complex.str
perl tools/build/pmc2c.pl --dump src/pmc/string.pmc
perl tools/build/pmc2c.pl --c src/pmc/string.pmc
perl tools/build/c2str.pl src/pmc/string.c > src/pmc/string.str
perl tools/build/pmc2c.pl --dump src/pmc/boolean.pmc
perl tools/build/pmc2c.pl --c src/pmc/boolean.pmc
perl tools/build/c2str.pl src/pmc/boolean.c > src/pmc/boolean.str
perl tools/build/pmc2c.pl --dump src/pmc/ref.pmc
perl tools/build/pmc2c.pl --c src/pmc/ref.pmc
perl tools/build/c2str.pl src/pmc/ref.c > src/pmc/ref.str
perl tools/build/pmc2c.pl --dump src/pmc/sharedref.pmc
perl tools/build/pmc2c.pl --c src/pmc/sharedref.pmc
perl tools/build/c2str.pl src/pmc/sharedref.c > src/pmc/sharedref.str
perl tools/build/pmc2c.pl --dump src/pmc/array.pmc
perl tools/build/pmc2c.pl --c src/pmc/array.pmc
perl tools/build/c2str.pl src/pmc/array.c > src/pmc/array.str
perl tools/build/c2str.pl src/pmc/fixedintegerarray.c > 
src/pmc/fixedintegerarray.str
perl tools/build/pmc2c.pl --dump src/pmc/intlist.pmc
perl tools/build/pmc2c.pl --c src/pmc/intlist.pmc
perl tools/build/c2str.pl src/pmc/intlist.c > src/pmc/intlist.str
perl tools/build/pmc2c.pl --dump src/pmc/iterator.pmc
perl tools/build/pmc2c.pl --c src/pmc/iterator.pmc
perl tools/build/c2str.pl src/pmc/iterator.c > src/pmc/iterator.str
perl tools/build/pmc2c.pl --dump src/pmc/sarray.pmc
perl tools/build/pmc2c.pl --c src/pmc/sarray.pmc
perl tools/build/c2str.pl src/pmc/sarray.c > src/pmc/sarray.str
perl tools/build/pmc2c.pl --dump src/pmc/fixedstringarray.pmc
perl tools/build/pmc2c.pl --c src/pmc/fixedstringarray.pmc
perl tools/build/c2str.pl src/pmc/fixedstringarray.c > 
src/pmc/fixedstringarray.str
perl tools/build/pmc2c.pl --dump src/pmc/multiarray.pmc
perl tools/build/pmc2c.pl --c src/pmc/multiarray.pmc
perl tools/build/c2str.pl src/pmc/multiarray.c > src/pmc/multiarray.str
perl tools/build/pmc2c.pl --dump src/pmc/hash.pmc
perl tools/build/pmc2c.pl --c src/pmc/hash.pmc
perl tools/build/c2str.pl src/pmc/hash.c > src/pmc/hash.str
perl tools/build/pmc2c.pl --dump src/pmc/orderedhash.pmc
perl tools/build/pmc2c.pl --c src/pmc/orderedhash.pmc
perl tools/build/c2str.pl src/pmc/orderedhash.c > src/pmc/orderedhash.str
perl tools/build/pmc2c.pl --dump src/pmc/tqueue.pmc
perl tools/build/pmc2c.pl --c src/pmc/tqueue.pmc
perl tools/build/c2str.pl src/pmc/tqueue.c > src/pmc/tqueue.str
perl tools/build/pmc2c.pl --dump src/pmc/os.pmc
perl tools/build/pmc2c.pl --c src/pmc/os.pmc
perl tools/build/c2str.pl src/pmc/os.c > src/pmc/os.str
perl tools/build/pmc2c.pl --dump src/pmc/file.pmc
perl tools/build/pmc2c.pl --c src/pmc/file.pmc
perl tools/build/c2str.pl src/pmc/file.c > src/pmc/file.str
perl tools/build/pmc2c.pl --dump src/pmc/addrregistry.pmc
perl tools/build/pmc2c.pl --c src/pmc/addrregistry.pmc
perl tools/build/c2str.pl src/pmc/addrregistry.c > 
src/pmc/addrregistry.str
perl tools/build/pmc2c.pl --dump src/pmc/bound_nci.pmc
perl tools/build/pmc2c.pl --c src/pmc/bound_nci.pmc
perl tools/build/c2str.pl src/pmc/bound_nci.c > src/pmc/bound_nci.str
perl tools/build/pmc2c.pl --dump src/pmc/capture.pmc
perl tools/build/pmc2c.pl --c src/pmc/capture.pmc
perl tools/build/c2str.pl src/pmc/capture.c > src/pmc/capture.str
perl tools/build/pmc2c.pl --dump src/pmc/class.pmc
perl tools/build/pmc2c.pl --c src/pmc/class.pmc
perl tools/build/c2str.pl src/pmc/class.c > src/pmc/class.str
perl tools/build/pmc2c.pl --dump src/pmc/codestring.pmc
perl tools/build/pmc2c.pl --c src/pmc/codestring.pmc
perl tools/build/c2str.pl src/pmc/codestring.c > src/pmc/codestring.str
perl tools/build/pmc2c.pl --dump src/pmc/deleg_pmc.pmc
perl tools/build/pmc2c.pl --c src/pmc/deleg_pmc.pmc
perl tools/build/c2str.pl src/pmc/deleg_pmc.c > src/pmc/deleg_pmc.str
perl tools/build/pmc2c.pl --dump src/pmc/enumerate.pmc
perl tools/build/pmc2c.pl --c src/pmc/enumerate.pmc
perl tools/build/c2str.pl src/pmc/enumerate.c > src/pmc/enumerate.str
perl tools/build/pmc2c.pl --dump src/pmc/eventhandler.pmc
perl tools/build/pmc2c.pl --c src/pmc/eventhandler.pmc
perl tools/build/c2str.pl src/pmc/eventhandler.c > 
src/pmc/eventhandler.str
perl tools/build/pmc2c.pl --dump src/pmc/exporter.pmc
perl tools/build/pmc2c.pl --c src/pmc/exporter.pmc
perl tools/build/c2str.pl src/pmc/exporter.c > src/pmc/exporter.str
perl tools/build/pmc2c.pl --dump src/pmc/fixedbooleanarray.pmc
perl tools/build/pmc2c.pl --c src/pmc/fixedbooleanarray.pmc
perl tools/build/c2str.pl src/pmc/fixedbooleanarray.c > 
src/pmc/fixedbooleanarray.str
perl tools/build/pmc2c.pl --dump src/pmc/fixedfloatarray.pmc
perl tools/build/pmc2c.pl --c src/pmc/fixedfloatarray.pmc
perl tools/build/c2str.pl src/pmc/fixedfloatarray.c > 
src/pmc/fixedfloatarray.str
perl tools/build/pmc2c.pl --c src/pmc/fixedpmcarray.pmc
perl tools/build/c2str.pl src/pmc/fixedpmcarray.c > 
src/pmc/fixedpmcarray.str
perl tools/build/pmc2c.pl --dump src/pmc/lexinfo.pmc
perl tools/build/pmc2c.pl --c src/pmc/lexinfo.pmc
perl tools/build/c2str.pl src/pmc/lexinfo.c > src/pmc/lexinfo.str
perl tools/build/pmc2c.pl --dump src/pmc/multisub.pmc
perl tools/build/pmc2c.pl --c src/pmc/multisub.pmc
perl tools/build/c2str.pl src/pmc/multisub.c > src/pmc/multisub.str
perl tools/build/pmc2c.pl --dump src/pmc/namespace.pmc
perl tools/build/pmc2c.pl --c src/pmc/namespace.pmc
perl tools/build/c2str.pl src/pmc/namespace.c > src/pmc/namespace.str
perl tools/build/pmc2c.pl --dump src/pmc/object.pmc
perl tools/build/pmc2c.pl --c src/pmc/object.pmc
perl tools/build/c2str.pl src/pmc/object.c > src/pmc/object.str
perl tools/build/pmc2c.pl --dump src/pmc/pair.pmc
perl tools/build/pmc2c.pl --c src/pmc/pair.pmc
perl tools/build/c2str.pl src/pmc/pair.c > src/pmc/pair.str
perl tools/build/pmc2c.pl --dump src/pmc/parrotrunningthread.pmc
perl tools/build/pmc2c.pl --c src/pmc/parrotrunningthread.pmc
perl tools/build/c2str.pl src/pmc/parrotrunningthread.c > 
src/pmc/parrotrunningthread.str
perl tools/build/pmc2c.pl --dump src/pmc/pccmethod_test.pmc
perl tools/build/pmc2c.pl --c src/pmc/pccmethod_test.pmc
perl tools/build/c2str.pl src/pmc/pccmethod_test.c > 
src/pmc/pccmethod_test.str
perl tools/build/pmc2c.pl --dump src/pmc/pmcproxy.pmc
perl tools/build/pmc2c.pl --c src/pmc/pmcproxy.pmc
perl tools/build/c2str.pl src/pmc/pmcproxy.c > src/pmc/pmcproxy.str
perl tools/build/pmc2c.pl --dump src/pmc/resizablebooleanarray.pmc
perl tools/build/pmc2c.pl --c src/pmc/resizablebooleanarray.pmc
perl tools/build/c2str.pl src/pmc/resizablebooleanarray.c > 
src/pmc/resizablebooleanarray.str
perl tools/build/pmc2c.pl --dump src/pmc/resizablefloatarray.pmc
perl tools/build/pmc2c.pl --c src/pmc/resizablefloatarray.pmc
perl tools/build/c2str.pl src/pmc/resizablefloatarray.c > 
src/pmc/resizablefloatarray.str
perl tools/build/pmc2c.pl --dump src/pmc/resizableintegerarray.pmc
perl tools/build/pmc2c.pl --c src/pmc/resizableintegerarray.pmc
perl tools/build/c2str.pl src/pmc/resizableintegerarray.c > 
src/pmc/resizableintegerarray.str
perl tools/build/pmc2c.pl --c src/pmc/resizablepmcarray.pmc
perl tools/build/c2str.pl src/pmc/resizablepmcarray.c > 
src/pmc/resizablepmcarray.str
perl tools/build/pmc2c.pl --dump src/pmc/resizablestringarray.pmc
perl tools/build/pmc2c.pl --c src/pmc/resizablestringarray.pmc
perl tools/build/c2str.pl src/pmc/resizablestringarray.c > 
src/pmc/resizablestringarray.str
perl tools/build/pmc2c.pl --dump src/pmc/role.pmc
perl tools/build/pmc2c.pl --c src/pmc/role.pmc
perl tools/build/c2str.pl src/pmc/role.c > src/pmc/role.str
perl tools/build/pmc2c.pl --c src/pmc/scalar.pmc
perl tools/build/c2str.pl src/pmc/scalar.c > src/pmc/scalar.str
perl tools/build/pmc2c.pl --dump src/pmc/scheduler.pmc
perl tools/build/pmc2c.pl --c src/pmc/scheduler.pmc
perl tools/build/c2str.pl src/pmc/scheduler.c > src/pmc/scheduler.str
perl tools/build/pmc2c.pl --dump src/pmc/schedulermessage.pmc
perl tools/build/pmc2c.pl --c src/pmc/schedulermessage.pmc
perl tools/build/c2str.pl src/pmc/schedulermessage.c > 
src/pmc/schedulermessage.str
perl tools/build/pmc2c.pl --dump src/pmc/slice.pmc
perl tools/build/pmc2c.pl --c src/pmc/slice.pmc
perl tools/build/c2str.pl src/pmc/slice.c > src/pmc/slice.str
perl tools/build/pmc2c.pl --dump src/pmc/stmlog.pmc
perl tools/build/pmc2c.pl --c src/pmc/stmlog.pmc
perl tools/build/c2str.pl src/pmc/stmlog.c > src/pmc/stmlog.str
perl tools/build/pmc2c.pl --dump src/pmc/stmref.pmc
perl tools/build/pmc2c.pl --c src/pmc/stmref.pmc
perl tools/build/c2str.pl src/pmc/stmref.c > src/pmc/stmref.str
perl tools/build/pmc2c.pl --dump src/pmc/stmvar.pmc
perl tools/build/pmc2c.pl --c src/pmc/stmvar.pmc
perl tools/build/c2str.pl src/pmc/stmvar.c > src/pmc/stmvar.str
perl tools/build/pmc2c.pl --c src/pmc/task.pmc
perl tools/build/c2str.pl src/pmc/task.c > src/pmc/task.str
perl tools/build/pmc2c.pl --dump src/pmc/undef.pmc
perl tools/build/pmc2c.pl --c src/pmc/undef.pmc
perl tools/build/c2str.pl src/pmc/undef.c > src/pmc/undef.str
perl tools/build/c2str.pl --all
src/string.c
src/ops/core_ops.c
src/ops/core_ops_switch.c
src/builtin.c
src/byteorder.c
src/charset.c
src/core_pmcs.c
src/cpu_dep.c
src/datatypes.c
src/debug.c
src/dynext.c
src/embed.c
src/encoding.c
src/events.c
src/exceptions.c
src/exit.c
src/extend.c
src/extend_vtable.c
src/gc/dod.c
src/gc/gc_gms.c
src/gc/gc_ims.c
src/gc/memory.c
src/gc/register.c
src/gc/smallobject.c
src/global.c
src/global_setup.c
src/hash.c
src/headers.c
src/hll.c
src/inter_call.c
src/inter_cb.c
src/inter_create.c
src/inter_misc.c
src/interpreter.c
src/inter_run.c
src/intlist.c
src/key.c
src/library.c
src/list.c
src/longopt.c
src/misc.c
src/mmd.c
src/nci.c
src/oo.c
src/packfile.c
"src/packfile.c", line 351: warning: argument #1 is incompatible with 
prototype:
        prototype: pointer to char : "/usr/include/sys/mman.h", line 154
        argument : pointer to long
"src/packfile.c", line 878: warning: argument #1 is incompatible with 
prototype:
        prototype: pointer to char : "/usr/include/sys/mman.h", line 154
        argument : pointer to long
src/packout.c
src/pic_jit.c
src/pic.c
src/platform.c
src/pmc_freeze.c
src/pmc.c
src/runops_cores.c
src/scheduler.c
src/spf_render.c
src/spf_vtable.c
src/stack_common.c
src/stacks.c
src/stm/backend.c
src/stm/waitlist.c
src/string_primitives.c
src/sub.c
src/thread.c
src/trace.c
src/tsq.c
src/utils.c
src/vtables.c
src/warnings.c
src/packfile/pf_items.c
"src/packfile/pf_items.c", line 870: warning: assignment type mismatch:
        pointer to function(pointer to unsigned char, pointer to const 
unsigned char) returning void "=" pointer to function(pointer to unsigned 
char, pointer to unsigned char) returning void
src/ops/core_ops_cg.c
src/ops/core_ops_cgp.c
src/gc/resources.c
src/charset/ascii.c
src/charset/binary.c
src/charset/iso-8859-1.c
src/charset/tables.c
src/charset/unicode.c
src/io/io.c
src/io/io_buf.c
src/io/io_layers.c
src/io/io_unix.c
src/io/io_utf8.c
src/io/io_mmap.c
src/io/io_win32.c
src/io/io_stdio.c
src/io/io_string.c
src/io/io_passdown.c
src/pmc/default.c
src/pmc/null.c
src/pmc/env.c
src/pmc/key.c
src/pmc/random.c
src/pmc/unmanagedstruct.c
src/pmc/managedstruct.c
src/pmc/delegate.c
src/pmc/exception.c
src/pmc/vtablecache.c
src/pmc/parrotio.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/parrotlibrary.c
src/pmc/parrotinterpreter.c
src/pmc/parrotthread.c
src/pmc/lexpad.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/timer.c
src/pmc/pointer.c
src/pmc/sub.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/closure.c
src/pmc/continuation.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/retcontinuation.c
src/pmc/exception_handler.c
src/pmc/coroutine.c
src/pmc/eval.c
src/pmc/nci.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/float.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/integer.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/bigint.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/complex.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/string.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/boolean.c
src/pmc/ref.c
src/pmc/sharedref.c
src/pmc/array.c
src/pmc/fixedintegerarray.c
src/pmc/intlist.c
src/pmc/iterator.c
src/pmc/sarray.c
src/pmc/fixedstringarray.c
src/pmc/multiarray.c
src/pmc/hash.c
src/pmc/orderedhash.c
src/pmc/tqueue.c
src/pmc/os.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/file.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/addrregistry.c
src/pmc/bound_nci.c
src/pmc/capture.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/class.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/codestring.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/deleg_pmc.c
src/pmc/enumerate.c
src/pmc/eventhandler.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/exporter.c
src/pmc/fixedbooleanarray.c
src/pmc/fixedfloatarray.c
src/pmc/fixedpmcarray.c
src/pmc/lexinfo.c
src/pmc/multisub.c
src/pmc/namespace.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/object.c
src/pmc/pair.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/parrotrunningthread.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/pccmethod_test.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/pmcproxy.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/resizablebooleanarray.c
src/pmc/resizablefloatarray.c
src/pmc/resizableintegerarray.c
src/pmc/resizablepmcarray.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/resizablestringarray.c
src/pmc/role.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/scalar.c
src/pmc/scheduler.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/schedulermessage.c
src/pmc/slice.c
src/pmc/stmlog.c
src/pmc/stmref.c
src/pmc/stmvar.c
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
"/home/j911649/PARROT/solaris8/tools/build/../../lib/Parrot/Pmc2c/PCCMETHOD.pm",
 
line 465: warning: statement not reached
src/pmc/task.c
src/pmc/undef.c
src/encodings/fixed_8.c
src/encodings/ucs2.c
src/encodings/utf16.c
src/encodings/utf8.c
compilers/imcc/imcparser.c
compilers/imcc/imclexer.c
compilers/imcc/imc.c
compilers/imcc/main.c
compilers/imcc/symreg.c
compilers/imcc/instructions.c
compilers/imcc/cfg.c
compilers/imcc/reg_alloc.c
compilers/imcc/sets.c
compilers/imcc/debug.c
compilers/imcc/optimizer.c
compilers/imcc/pbc.c
compilers/imcc/parser_util.c
compilers/imcc/pcc.c
perl -MExtUtils::Command -e mkpath blib/lib
ar cr blib/lib/libparrot.a  src/string.o   src/ops/core_ops.o 
src/ops/core_ops_switch.o   src/builtin.o  src/byteorder.o  src/charset.o 
src/core_pmcs.o  src/cpu_dep.o  src/datatypes.o  src/debug.o  src/dynext.o 
 src/embed.o  src/encoding.o  src/events.o  src/exceptions.o  src/exit.o 
src/extend.o  src/extend_vtable.o  src/gc/dod.o  src/gc/gc_gms.o 
src/gc/gc_ims.o  src/gc/memory.o  src/gc/register.o  src/gc/smallobject.o 
src/global.o  src/global_setup.o  src/hash.o  src/headers.o  src/hll.o 
src/inter_call.o   src/inter_cb.o   src/inter_create.o   src/inter_misc.o  
src/interpreter.o   src/inter_run.o   src/intlist.o  src/key.o 
src/library.o  src/list.o  src/longopt.o  src/misc.o  src/mmd.o  src/nci.o 
 src/oo.o  src/packfile.o  src/packout.o  src/pic_jit.o  src/pic.o 
src/platform.o  src/pmc_freeze.o  src/pmc.o  src/runops_cores.o 
src/scheduler.o  src/spf_render.o  src/spf_vtable.o  src/stack_common.o 
src/stacks.o  src/stm/backend.o  src/stm/waitlist.o 
src/string_primitives.o  src/sub.o  src/thread.o  src/trace.o  src/tsq.o 
src/utils.o  src/vtables.o  src/warnings.o   src/packfile/pf_items.o 
src/ops/core_ops_cg.o src/ops/core_ops_cgp.o   src/atomic/sparc_v9.o 
src/gc/resources.o  src/charset/ascii.o src/charset/binary.o 
src/charset/iso-8859-1.o src/charset/tables.o src/charset/unicode.o 
src/io/io.o  src/io/io_buf.o  src/io/io_layers.o  src/io/io_unix.o 
src/io/io_utf8.o  src/io/io_mmap.o  src/io/io_win32.o  src/io/io_stdio.o 
src/io/io_string.o  src/io/io_passdown.o  src/pmc/default.o src/pmc/null.o 
src/pmc/env.o src/pmc/key.o src/pmc/random.o src/pmc/unmanagedstruct.o 
src/pmc/managedstruct.o src/pmc/delegate.o src/pmc/exception.o 
src/pmc/vtablecache.o src/pmc/parrotio.o src/pmc/parrotlibrary.o 
src/pmc/parrotinterpreter.o src/pmc/parrotthread.o src/pmc/lexpad.o 
src/pmc/timer.o src/pmc/pointer.o src/pmc/sub.o src/pmc/closure.o 
src/pmc/continuation.o src/pmc/retcontinuation.o 
src/pmc/exception_handler.o src/pmc/coroutine.o src/pmc/eval.o 
src/pmc/nci.o src/pmc/float.o src/pmc/integer.o src/pmc/bigint.o 
src/pmc/complex.o src/pmc/string.o src/pmc/boolean.o src/pmc/ref.o 
src/pmc/sharedref.o src/pmc/array.o src/pmc/fixedintegerarray.o 
src/pmc/intlist.o src/pmc/iterator.o src/pmc/sarray.o 
src/pmc/fixedstringarray.o src/pmc/multiarray.o src/pmc/hash.o 
src/pmc/orderedhash.o src/pmc/tqueue.o src/pmc/os.o src/pmc/file.o 
src/pmc/addrregistry.o src/pmc/bound_nci.o src/pmc/capture.o 
src/pmc/class.o src/pmc/codestring.o src/pmc/deleg_pmc.o 
src/pmc/enumerate.o src/pmc/eventhandler.o src/pmc/exporter.o 
src/pmc/fixedbooleanarray.o src/pmc/fixedfloatarray.o 
src/pmc/fixedpmcarray.o src/pmc/lexinfo.o src/pmc/multisub.o 
src/pmc/namespace.o src/pmc/object.o src/pmc/pair.o 
src/pmc/parrotrunningthread.o src/pmc/pccmethod_test.o src/pmc/pmcproxy.o 
src/pmc/resizablebooleanarray.o src/pmc/resizablefloatarray.o 
src/pmc/resizableintegerarray.o src/pmc/resizablepmcarray.o 
src/pmc/resizablestringarray.o src/pmc/role.o src/pmc/scalar.o 
src/pmc/scheduler.o src/pmc/schedulermessage.o src/pmc/slice.o 
src/pmc/stmlog.o src/pmc/stmref.o src/pmc/stmvar.o src/pmc/task.o 
src/pmc/undef.o  src/encodings/fixed_8.o src/encodings/ucs2.o 
src/encodings/utf16.o src/encodings/utf8.o  compilers/imcc/imcparser.o 
compilers/imcc/imclexer.o  compilers/imcc/imc.o  compilers/imcc/main.o 
compilers/imcc/symreg.o  compilers/imcc/instructions.o 
compilers/imcc/cfg.o  compilers/imcc/reg_alloc.o  compilers/imcc/sets.o 
compilers/imcc/debug.o  compilers/imcc/optimizer.o  compilers/imcc/pbc.o 
compilers/imcc/parser_util.o  compilers/imcc/pcc.o
: blib/lib/libparrot.a
src/main.c
src/null_config.c
/opt/SUNWspro/bin/CC -o miniparrot src/main.o \
     -L/home/j911649/PARROT/solaris8/blib/lib -lparrot  -lsocket -lnsl 
-ldl -lm -lpthread -lrt -lintl -L/usr/lib -L/usr/ccs/lib 
-L/opt/SUNWspro/prod/lib/v8plus -L/opt/SUNWspro/prod/lib -L/lib 
-L/usr/local/lib  -xlibmieee src/null_config.o
Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross 
your fingers
./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc
perl tools/build/parrot_config_c.pl > \
    src/parrot_config.c
src/parrot_config.c
/opt/SUNWspro/bin/CC -o parrot \
    src/main.o  -L/home/j911649/PARROT/solaris8/blib/lib -lparrot -lsocket 
-lnsl -ldl -lm -lpthread -lrt -lintl -L/usr/lib -L/usr/ccs/lib 
-L/opt/SUNWspro/prod/lib/v8plus -L/opt/SUNWspro/prod/lib -L/lib 
-L/usr/local/lib  -xlibmieee  \
    src/parrot_config.o
./parrot -o runtime/parrot/include/parrotlib.pbc 
runtime/parrot/library/parrotlib.pir
mksh: Fatal error in reader: Loop detected when expanding macro value 
`$(PERL) -e 'chdir shift @ARGV; system q{$(MAKE)}, @ARGV; exit $$? >> 8;''
Current working directory /home/j911649/PARROT/solaris8

Generally, this communication is for informational purposes only
and it is not intended as an offer or solicitation for the purchase
or sale of any financial instrument or as an official confirmation
of any transaction. In the event you are receiving the offering
materials attached below related to your interest in hedge funds or
private equity, this communication may be intended as an offer or
solicitation for the purchase or sale of such fund(s).  All market
prices, data and other information are not warranted as to
completeness or accuracy and are subject to change without notice.
Any comments or statements made herein do not necessarily reflect
those of JPMorgan Chase & Co., its subsidiaries and affiliates.

This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED. Although this transmission and any
attachments are believed to be free of any virus or other defect
that might affect any computer system into which it is received and
opened, it is the responsibility of the recipient to ensure that it
is virus free and no responsibility is accepted by JPMorgan Chase &
Co., its subsidiaries and affiliates, as applicable, for any loss
or damage arising in any way from its use. If you received this
transmission in error, please immediately contact the sender and
destroy the material in its entirety, whether in electronic or hard
copy format. Thank you.
Please refer to http://www.jpmorgan.com/pages/disclosures for
disclosures relating to UK legal entities.

Reply via email to