40c40 < '-Werror=declaration-after-statement' => 1, --- > '-Werror=declaration-after-statement' => 0, 54c54 < '-Wlogical-op' => 1, --- > '-Wlogical-op' => 0, 100,105c100,104 < 'HAS_GETTEXT' => 1, < 'HAS_GLUT' => '4', < 'HAS_GMP' => 1, < 'HAS_OPENGL' => 1, < 'HAS_PCRE' => 1, < 'HAS_READLINE' => 1, --- > 'HAS_GETTEXT' => 0, > 'HAS_GLUT' => 0, > 'HAS_OPENGL' => 0, > 'HAS_PCRE' => 0, > 'HAS_READLINE' => 0, 108,110d106 < 'HAS_i386_gcc_cmpxchg_c' => '1', < 'HAS_i386_mmx' => '1', < 'HAS_i386_sse' => '1', 113d108 < 'PARROT_HAS_DLINFO' => 1, 122c117 < 'archname' => 'i686-linux', --- > 'archname' => 'x86_64-dragonfly-thread-multi', 125d119 < 'backtrace' => 1, 131c125 < 'byteorder' => '1234', --- > 'byteorder' => '12345678', 134c128 < 'cc_build_call_frames' => '-DCAN_BUILD_CALL_FRAMES', --- > 'cc_build_call_frames' => '', 141,142c135,136 < 'cc_shared' => '-fPIC', < 'ccflags' => ' -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT', --- > 'cc_shared' => '-DPIC -fPIC', > 'ccflags' => '-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -pipe -I/usr/pkg/include -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull', 147,148c141,142 < 'clock_best' => '-DCLOCK_BEST=CLOCK_PROCESS_CPUTIME_ID', < 'configdate' => 'Sat Oct 17 01:23:39 2009 GMT', --- > 'clock_best' => '-DCLOCK_BEST=CLOCK_PROF', > 'configdate' => 'Thu Oct 15 12:01:56 2009 GMT', 155,156c149,150 < 'cpuarch' => 'i386', < 'ctags' => 'ctags', --- > 'cpuarch' => 'amd64', > 'ctags' => 'exctags', 176,179c170,171 < 'gccversion' => '4.3', < 'glibc' => 2, < 'glut' => 'define', < 'glut_brand' => 'freeglut', --- > 'gccversion' => '4.1', > 'glibc' => undef, 181,182c173 < 'gmp' => 'define', < 'has___sighandler_t' => 'define', --- > 'has___sighandler_t' => undef, 185,187c176,177 < 'has_exec_protect' => 0, < 'has_gdbm' => 1, < 'has_glut' => '4', --- > 'has_gdbm' => 0, > 'has_glut' => 0, 190c180 < 'has_opengl' => 1, --- > 'has_opengl' => 0, 200,201c190,191 < 'hugefloatvalsize' => 12, < 'hugeintval' => 'long long', --- > 'hugefloatvalsize' => 16, > 'hugeintval' => 'long', 203,205d192 < 'i386_has_gcc_cmpxchg_c' => '1', < 'i386_has_mmx' => '1', < 'i386_has_sse' => '1', 207d193 < 'i_assert' => 'define', 209,211c195,197 < 'i_crypt' => 'define', < 'i_db' => undef, < 'i_dbm' => 'define', --- > 'i_crypt' => undef, > 'i_db' => 'define', > 'i_dbm' => undef, 219,221c205 < 'i_gdbm' => 'define', < 'i_gdbm_ndbm' => 'define', < 'i_gdbmndbm' => undef, --- > 'i_gdbm' => undef, 223c207 < 'i_ieeefp' => undef, --- > 'i_ieeefp' => 'define', 226c210 < 'i_libutil' => undef, --- > 'i_libutil' => 'define', 231d214 < 'i_mallocmalloc' => undef, 234,235c217,218 < 'i_mntent' => 'define', < 'i_ndbm' => undef, --- > 'i_mntent' => undef, > 'i_ndbm' => 'define', 248c231 < 'i_shadow' => 'define', --- > 'i_shadow' => undef, 260c243 < 'i_sysfilio' => undef, --- > 'i_sysfilio' => 'define', 269d251 < 'i_syspoll' => 'define', 274c256 < 'i_syssockio' => undef, --- > 'i_syssockio' => 'define', 276c258 < 'i_sysstatfs' => 'define', --- > 'i_sysstatfs' => undef, 285c267 < 'i_sysvfs' => 'define', --- > 'i_sysvfs' => undef, 289c271 < 'i_time' => 'define', --- > 'i_time' => undef, 291c273 < 'i_ustat' => 'define', --- > 'i_ustat' => undef, 293c275 < 'i_values' => 'define', --- > 'i_values' => undef, 297,298c279,280 < 'icu_dir' => '/usr', < 'icu_shared' => '-lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm', --- > 'icu_dir' => '/usr/pkg', > 'icu_shared' => ' -Wl,-R/usr/pkg/lib -lpthread -lm -L/usr/pkg/lib -licuuc -licudata -lpthread -lm ', 307c289 < 'int8_t' => 'long long', --- > 'int8_t' => undef, 312c294 < 'intvalsize' => 4, --- > 'intvalsize' => 8, 317,319c299,301 < 'jitcpu' => 'i386', < 'jitcpuarch' => 'i386', < 'jitosname' => 'linux', --- > 'jitcpu' => 'amd64', > 'jitcpuarch' => 'amd64', > 'jitosname' => 'dragonfly', 322c304 < 'ld_load_flags' => '-shared -O2 -L/usr/local/lib -fstack-protector -fPIC', --- > 'ld_load_flags' => '-Wl,-R/usr/pkg/lib -shared ', 324,325c306,307 < 'ld_share_flags' => '-shared -O2 -L/usr/local/lib -fstack-protector -fPIC', < 'ldflags' => ' -fstack-protector -L/usr/local/lib', --- > 'ld_share_flags' => '-Wl,-R/usr/pkg/lib -shared ', > 'ldflags' => '-Wl,-R/usr/pkg/lib -pthread -Wl,-E ', 337,338c319,320 < 'libs' => '-lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp -lreadline ', < 'link' => 'cc', --- > 'libs' => '-lm -lcrypt -lpthread', > 'link' => 'g++', 340,341c322,323 < 'link_dynamic' => '-Wl,-E', < 'linkflags' => ' -fstack-protector -L/usr/local/lib -Wl,-E', --- > 'link_dynamic' => ' -Wl,-R/usr/pkg/lib/perl5/5.10.0/x86_64-dragonfly-thread-multi/CORE', > 'linkflags' => '-Wl,-R/usr/pkg/lib -pthread -Wl,-E ', 345,346c327,328 < 'longsize' => 4, < 'make' => 'make', --- > 'longsize' => 8, > 'make' => 'gmake', 348c330 < 'make_c' => 'make -C', --- > 'make_c' => 'gmake -C', 365,368c347,349 < 'opcode_t_size' => 4, < 'opengl' => 'define', < 'opengl_lib' => '-lglut -lGLU -lGL', < 'openssl_version' => '0.9.8g', --- > 'opcode_t_size' => 8, > 'opengl_lib' => '', > 'openssl_version' => '0.9.8k', 371c352 < 'osname' => 'linux', --- > 'osname' => 'dragonfly', 373,375c354,356 < 'perl' => '/usr/local/bin/perl', < 'perl_inc' => '/usr/local/lib/perl5/5.10.1/i686-linux/CORE', < 'perldoc' => '/usr/local/bin/perldoc', --- > 'perl' => 'perl', > 'perl_inc' => '/usr/pkg/lib/perl5/5.10.0/x86_64-dragonfly-thread-multi/CORE', > 'perldoc' => '/usr/pkg/lib/perl5/bin/perldoc', 379c360 < 'pod2man' => '/usr/local/bin/pod2man', --- > 'pod2man' => '/usr/pkg/lib/perl5/bin/pod2man', 382,383c363,364 < 'ptrcast' => 'int', < 'ptrsize' => 4, --- > 'ptrcast' => 'long', > 'ptrsize' => 8, 385,386c366 < 'readline' => 'define', < 'revision' => '41891', --- > 'revision' => '41881', 389,391c369,371 < 'rpath' => '-Wl,-rpath=', < 'rpath_blib' => '-Wl,-rpath=/home/user/parrot/blib/lib', < 'rpath_lib' => '-Wl,-rpath=/usr/local/lib', --- > 'rpath' => '-Wl,-R', > 'rpath_blib' => '-Wl,-R/home/user/parrot/blib/lib', > 'rpath_lib' => '-Wl,-R/usr/local/lib', 407c387 < 'va_ptr_type' => 'stack', --- > 'va_ptr_type' => 'register', 514d493 < 'TEMP_generated' => 'config/auto/cpu/i386/memcpy_mmx.c config/auto/cpu/i386/memcpy_sse.c config/auto/cpu/i386/test_gcc_cmpxchg_c.in', 516,521d494 < #define PARROT_HAS_GETTEXT 1 < #define PARROT_HAS_GLUT 1 < #define PARROT_HAS_GMP 1 < #define PARROT_HAS_OPENGL 1 < #define PARROT_HAS_PCRE 1 < #define PARROT_HAS_READLINE 1 523,526c496 < #define PARROT_HAS_THREADS 1 < #define PARROT_HAS_I386_GCC_CMPXCHG_C 1 < #define PARROT_HAS_I386_MMX 1 < #define PARROT_HAS_I386_SSE 1', --- > #define PARROT_HAS_THREADS 1', 528d497 < #define PARROT_HAS_HEADER_ASSERT 1 530,532c499,501 < #define PARROT_HAS_HEADER_CRYPT 1 < #undef PARROT_HAS_HEADER_DB < #define PARROT_HAS_HEADER_DBM 1 --- > #undef PARROT_HAS_HEADER_CRYPT > #define PARROT_HAS_HEADER_DB 1 > #undef PARROT_HAS_HEADER_DBM 540,542c509 < #define PARROT_HAS_HEADER_GDBM 1 < #define PARROT_HAS_HEADER_GDBM_NDBM 1 < #undef PARROT_HAS_HEADER_GDBMNDBM --- > #undef PARROT_HAS_HEADER_GDBM 544c511 < #undef PARROT_HAS_HEADER_IEEEFP --- > #define PARROT_HAS_HEADER_IEEEFP 1 547c514 < #undef PARROT_HAS_HEADER_LIBUTIL --- > #define PARROT_HAS_HEADER_LIBUTIL 1 552d518 < #undef PARROT_HAS_HEADER_MALLOCMALLOC 555,556c521,522 < #define PARROT_HAS_HEADER_MNTENT 1 < #undef PARROT_HAS_HEADER_NDBM --- > #undef PARROT_HAS_HEADER_MNTENT > #define PARROT_HAS_HEADER_NDBM 1 569c535 < #define PARROT_HAS_HEADER_SHADOW 1 --- > #undef PARROT_HAS_HEADER_SHADOW 581c547 < #undef PARROT_HAS_HEADER_SYSFILIO --- > #define PARROT_HAS_HEADER_SYSFILIO 1 590d555 < #define PARROT_HAS_HEADER_SYSPOLL 1 595c560 < #undef PARROT_HAS_HEADER_SYSSOCKIO --- > #define PARROT_HAS_HEADER_SYSSOCKIO 1 597c562 < #define PARROT_HAS_HEADER_SYSSTATFS 1 --- > #undef PARROT_HAS_HEADER_SYSSTATFS 606c571 < #define PARROT_HAS_HEADER_SYSVFS 1 --- > #undef PARROT_HAS_HEADER_SYSVFS 610c575 < #define PARROT_HAS_HEADER_TIME 1 --- > #undef PARROT_HAS_HEADER_TIME 612c577 < #define PARROT_HAS_HEADER_USTAT 1 --- > #undef PARROT_HAS_HEADER_USTAT 614c579 < #define PARROT_HAS_HEADER_VALUES 1 --- > #undef PARROT_HAS_HEADER_VALUES