Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 179383 Details for
Bug 256044
dev-scheme/plt-scheme-4.1.4 - make[5]: *** [xsrc/Window.cc] Segmentation fault
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Log of failed build
build.log (text/plain), 219.51 KB, created by
Dror Levin (RETIRED)
on 2009-01-22 21:35:03 UTC
(
hide
)
Description:
Log of failed build
Filename:
MIME Type:
Creator:
Dror Levin (RETIRED)
Created:
2009-01-22 21:35:03 UTC
Size:
219.51 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking plt-4.1.4-src-unix.tgz to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work >>>> Source unpacked in /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work >>>> Compiling source in /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4 ... > * econf: updating plt-4.1.4/src/mzscheme/gc/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating plt-4.1.4/src/mzscheme/gc/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating plt-4.1.4/src/wxcommon/jpeg/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating plt-4.1.4/src/wxcommon/jpeg/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating plt-4.1.4/src/foreign/gcc/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating plt-4.1.4/src/foreign/gcc/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating plt-4.1.4/src/lt/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating plt-4.1.4/src/lt/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-mred --enable-shared --disable-perl --disable-backtrace --enable-cairo --disable-llvm --enable-gl --disable-gprof --enable-xft --enable-xrender --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu >=== Shared libraries enabled >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for X... libraries , headers >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes >checking for cos in -lm... yes >checking for dlopen in -ldl... yes >checking for inline keyword... yes >checking for nl_langinfo (CODESET)... yes >checking for getaddrinfo... no >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking iconv.h usability... yes >checking iconv.h presence... yes >checking for iconv.h... yes >checking iconv is usable... yes >checking for mbsrtowcs... yes >checking for char... yes >checking size of char... 1 >checking for short... yes >checking size of short... 2 >checking for int... yes >checking size of int... 4 >checking for long... yes >checking size of long... 8 >checking for long long... yes >checking size of long long... 8 >checking for stack direction... down >checking whether byte ordering is bigendian... no >checking whether C++ compiler works... yes >checking whether new and new[] are different... yes >checking X11/Xlib.h usability... yes >checking X11/Xlib.h presence... yes >checking for X11/Xlib.h... yes >checking X11/Intrinsic.h usability... yes >checking X11/Intrinsic.h presence... yes >checking for X11/Intrinsic.h... yes >checking for XFlush in -lX11... yes >checking for XSyncQueryExtension in -lXext... yes >checking for XtDestroyWidget in -lXt... yes >checking for XmuInternAtom in -lXmu... yes >checking for vendorShellClassRec in -lXaw... yes >checking whether X11/XKBlib.h is available... yes >checking GL/glx.h usability... yes >checking GL/glx.h presence... yes >checking for GL/glx.h... yes >checking for glXChooseVisual in -lGL... yes >checking X11/extensions/Xrender.h usability... yes >checking X11/extensions/Xrender.h presence... yes >checking for X11/extensions/Xrender.h... yes >checking for XRenderQueryExtension in -lXrender... yes >Using pkg-config xft... >Xft flags: -I/usr/include/freetype2 >Xft libs: -lXft -lXrender -lfontconfig -lfreetype -lz -lX11 >Using pkg-config for Cairo... >Cairo flags: -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 >Cairo libs: -lcairo >checking for cairo_create in -lcairo... yes >checking cairo-xlib.h usability... yes >checking cairo-xlib.h presence... yes >checking for cairo-xlib.h... yes >checking png.h usability... yes >checking png.h presence... yes >checking for png.h... yes >checking for png_read_info in -lpng... yes >checking jpeglib.h usability... yes >checking jpeglib.h presence... yes >checking for jpeglib.h... yes >checking for jpeg_start_decompress in -ljpeg... yes >Configuring libtool >checking build system type... x86_64-unknown-linux-gnu >checking host system type... x86_64-unknown-linux-gnu >checking for gcc... gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ANSI C... none needed >checking for a sed that does not truncate output... /bin/sed >checking for egrep... grep -E >checking for ld used by gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking for BSD-compatible nm... /usr/bin/nm -B >checking whether ln -s works... yes >checking how to recognize dependent libraries... pass_all >checking how to run the C preprocessor... gcc -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking dlfcn.h usability... yes >checking dlfcn.h presence... yes >checking for dlfcn.h... yes >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking how to run the C++ preprocessor... g++ -E >checking for g77... no >checking for f77... no >checking for xlf... no >checking for frt... no >checking for pgf77... no >checking for fort77... no >checking for fl32... no >checking for af77... no >checking for f90... no >checking for xlf90... no >checking for pgf90... no >checking for epcf90... no >checking for f95... no >checking for fort... no >checking for xlf95... no >checking for ifc... no >checking for efc... no >checking for pgf95... no >checking for lf95... no >checking for gfortran... gfortran >checking whether we are using the GNU Fortran 77 compiler... yes >checking whether gfortran accepts -g... yes >checking the maximum length of command line arguments... 1572864 >checking command to parse /usr/bin/nm -B output from gcc object... ok >checking for objdir... .libs >checking for ar... ar >checking for ranlib... ranlib >checking for strip... strip >checking if gcc supports -fno-rtti -fno-exceptions... no >checking for gcc option to produce PIC... -fPIC >checking if gcc PIC flag -fPIC works... yes >checking if gcc static flag -static works... yes >checking if gcc supports -c -o file.o... yes >checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >configure: creating libtool >appending configuration tag "CXX" to libtool >checking for ld used by g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes >checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking for g++ option to produce PIC... -fPIC >checking if g++ PIC flag -fPIC works... yes >checking if g++ static flag -static works... yes >checking if g++ supports -c -o file.o... yes >checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >appending configuration tag "F77" to libtool >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking for gfortran option to produce PIC... -fPIC >checking if gfortran PIC flag -fPIC works... yes >checking if gfortran static flag -static works... yes >checking if gfortran supports -c -o file.o... yes >checking whether the gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >configure: creating ./config.status >config.status: creating Makefile >config.status: creating mzscheme/Makefile >config.status: creating mzscheme/src/Makefile >config.status: creating mzscheme/dynsrc/Makefile >config.status: creating mzscheme/gc/Makefile >config.status: creating mzscheme/sgc/Makefile >config.status: creating mzscheme/gc2/Makefile >config.status: creating foreign/Makefile >config.status: creating mred/Makefile >config.status: creating mred/wxs/Makefile >config.status: creating mred/wxme/Makefile >config.status: creating mred/gc2/Makefile >config.status: creating wxcommon/libpng/Makefile >config.status: creating wxcommon/zlib/Makefile >config.status: creating wxxt/src/Makefile >config.status: creating wxxt/src/x/Makefile >config.status: creating wxxt/utils/image/src/Makefile >config.status: creating wxxt/contrib/xpm/lib/Makefile >config.status: creating mzscheme/mzconfig.h >=== configuring in foreign/gcc/libffi (/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/foreign/gcc/libffi) >configure: running /bin/sh ./configure '--prefix=/usr' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--enable-mred' '--enable-shared' '--disable-perl' '--disable-backtrace' '--enable-cairo' '--disable-llvm' '--enable-gl' '--disable-gprof' '--enable-xft' '--enable-xrender' '--libdir=/usr/lib64' '--build=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-march=core2 -O3 -pipe -fomit-frame-pointer' 'LDFLAGS=-Wl,-O1' 'CXXFLAGS=-march=core2 -O3 -pipe -fomit-frame-pointer' '--enable-shared' '--disable-multilib' --cache-file=/dev/null --srcdir=. >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking target system type... x86_64-pc-linux-gnu >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for style of include used by make... GNU >checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3 >checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >checking the name lister (/usr/bin/nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking whether the shell understands some XSI constructs... yes >checking whether the shell understands "+="... yes >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... yes >checking whether to enable maintainer-specific portions of Makefiles... no >checking sys/mman.h usability... yes >checking sys/mman.h presence... yes >checking for sys/mman.h... yes >checking for mmap... yes >checking for sys/mman.h... (cached) yes >checking for mmap... (cached) yes >checking whether read-only mmap of a plain file works... yes >checking whether mmap from /dev/zero works... yes >checking for MAP_ANON(YMOUS)... yes >checking whether mmap with MAP_ANON(YMOUS) works... yes >checking for ANSI C header files... (cached) yes >checking for memcpy... yes >checking for working alloca.h... yes >checking for alloca... yes >checking for double... yes >checking size of double... 8 >checking for long double... yes >checking size of long double... 16 >checking whether byte ordering is bigendian... no >checking assembler .cfi pseudo-op support... yes >checking whether .eh_frame section should be read-only... yes >checking for __attribute__((visibility("hidden")))... yes >configure: creating ./config.status >config.status: creating include/Makefile >config.status: WARNING: include/Makefile.in seems to ignore the --datarootdir setting >config.status: creating include/ffi.h >config.status: creating Makefile >config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting >config.status: creating fficonfig.h >config.status: linking ./src/x86/ffitarget.h to include/ffitarget.h >config.status: executing default-1 commands >config.status: executing depfiles commands >config.status: executing libtool commands >config.status: executing include commands >config.status: executing src commands >>>> Installation targets: > executables : ${exec_prefix}/bin/... > Scheme code : /usr/lib64/plt/collects/... > core docs : /usr/share/doc/plt-scheme-4.1.4/... > C libraries : /usr/lib64/... > C headers : ${prefix}/include/plt/... > extra C objs : /usr/lib64/plt/... > man pages : /usr/share/man/... > where prefix = /usr > and datarootdir = ${prefix}/share > and exec_prefix = ${prefix} >make -j3 >make 3m >make[1]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src' >cd mzscheme; make 3m >make[2]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >make cgc >make[3]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >make common >make[4]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >make g-c >make[5]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >cd gc; make ../libmzgc.la >make[6]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc' >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./alloc.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./reclaim.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./allchblk.c >mkdir .libs > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./alloc.c -fPIC -DPIC -o .libs/alloc.o > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./reclaim.c -fPIC -DPIC -o .libs/reclaim.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./misc.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./allchblk.c -fPIC -DPIC -o .libs/allchblk.o >x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -o if_mach ./if_mach.c >x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -o if_not_there ./if_not_there.c >x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -o threadlibs ./threadlibs.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./os_dep.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./misc.c -fPIC -DPIC -o .libs/misc.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./headers.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./mark.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./os_dep.c -fPIC -DPIC -o .libs/os_dep.o >./os_dep.c: In function 'GC_disable_signals': >./os_dep.c:560: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:184) >./os_dep.c: In function 'GC_enable_signals': >./os_dep.c:569: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:184) > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./headers.c -fPIC -DPIC -o .libs/headers.o >./os_dep.c: In function 'GC_dirty_init': >./os_dep.c:2708: warning: assignment from incompatible pointer type >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./obj_map.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./blacklst.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./mark.c -fPIC -DPIC -o .libs/mark.o > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./obj_map.c -fPIC -DPIC -o .libs/obj_map.o > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./blacklst.c -fPIC -DPIC -o .libs/blacklst.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./finalize.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./new_hblk.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./dbg_mlc.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./finalize.c -fPIC -DPIC -o .libs/finalize.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./malloc.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./new_hblk.c -fPIC -DPIC -o .libs/new_hblk.o > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./dbg_mlc.c -fPIC -DPIC -o .libs/dbg_mlc.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./stubborn.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./checksums.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./stubborn.c -fPIC -DPIC -o .libs/stubborn.o > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./malloc.c -fPIC -DPIC -o .libs/malloc.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./solaris_threads.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./pthread_support.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./checksums.c -fPIC -DPIC -o .libs/checksums.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./pthread_stop_world.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./solaris_threads.c -fPIC -DPIC -o .libs/solaris_threads.o > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./pthread_support.c -fPIC -DPIC -o .libs/pthread_support.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./darwin_stop_world.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./typd_mlc.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./pthread_stop_world.c -fPIC -DPIC -o .libs/pthread_stop_world.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./ptr_chck.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./darwin_stop_world.c -fPIC -DPIC -o .libs/darwin_stop_world.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./mallocx.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./ptr_chck.c -fPIC -DPIC -o .libs/ptr_chck.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./solaris_pthreads.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./typd_mlc.c -fPIC -DPIC -o .libs/typd_mlc.o > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./mallocx.c -fPIC -DPIC -o .libs/mallocx.o > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./solaris_pthreads.c -fPIC -DPIC -o .libs/solaris_pthreads.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./gcj_mlc.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./specific.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./gc_dlopen.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./gcj_mlc.c -fPIC -DPIC -o .libs/gcj_mlc.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./backgraph.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./specific.c -fPIC -DPIC -o .libs/specific.o > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./gc_dlopen.c -fPIC -DPIC -o .libs/gc_dlopen.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./win32_threads.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./dyn_load.c > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./backgraph.c -fPIC -DPIC -o .libs/backgraph.o >rm -f mach_dep.lo >./if_mach MIPS IRIX5 /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -o mach_dep.lo ./mips_sgi_mach_dep.s >./if_mach MIPS RISCOS /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile as -o mach_dep.lo ./mips_ultrix_mach_dep.s >./if_mach MIPS ULTRIX /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile as -o mach_dep.lo ./mips_ultrix_mach_dep.s >./if_mach POWERPC DARWIN /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile as -o mach_dep.lo ./powerpc_darwin_mach_dep.s >./if_mach ALPHA LINUX /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -o mach_dep.lo ./alpha_mach_dep.S >./if_mach SPARC SUNOS5 /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -o mach_dep.lo ./sparc_mach_dep.S >./if_mach SPARC SUNOS4 /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile as -o mach_dep.lo ./sparc_sunos4_mach_dep.s >./if_mach SPARC OPENBSD /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile as -o mach_dep.lo ./sparc_sunos4_mach_dep.s >./if_mach SPARC NETBSD /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile as -o mach_dep.lo ./sparc_netbsd_mach_dep.s >./if_not_there mach_dep.lo /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./include ./mach_dep.c >^^^^Starting command^^^^ > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./win32_threads.c -fPIC -DPIC -o .libs/win32_threads.o >rm -f mach_dep1.lo >./if_mach IA64 "" /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile as -o mach_dep1.lo ./ia64_save_regs_in_stack.s >./if_not_there mach_dep1.lo /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./include ./mach_dep1.c >^^^^Starting command^^^^ > x86_64-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./dyn_load.c -fPIC -DPIC -o .libs/dyn_load.o > x86_64-pc-linux-gnu-gcc -c -I./include ./mach_dep.c -fPIC -DPIC -o .libs/mach_dep.o >rm -f mark_rts.lo >./if_mach ALPHA OSF1 /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -Wo,-notail ./mark_rts.c >./if_not_there mark_rts.lo /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 ./mark_rts.c >^^^^Starting command^^^^ > x86_64-pc-linux-gnu-gcc -c -I./include ./mach_dep1.c -fPIC -DPIC -o .libs/mach_dep1.o > x86_64-pc-linux-gnu-gcc -c -I./include -DNO_SIGNALS -march=core2 -O3 -pipe -fomit-frame-pointer -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 ./mark_rts.c -fPIC -DPIC -o .libs/mark_rts.o >./mark_rts.c: In function 'GC_approx_sp': >./mark_rts.c:386: warning: function returns address of local variable >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=link --tag=CC x86_64-pc-linux-gnu-gcc -release 4.1.4 -rpath /usr/lib64 -Wl,-O1 -ldl -lm -ldl -lm -rdynamic -o ../libmzgc.la alloc.lo reclaim.lo allchblk.lo misc.lo mach_dep.lo mach_dep1.lo os_dep.lo mark_rts.lo headers.lo mark.lo obj_map.lo blacklst.lo finalize.lo new_hblk.lo dbg_mlc.lo malloc.lo stubborn.lo checksums.lo solaris_threads.lo pthread_support.lo pthread_stop_world.lo darwin_stop_world.lo typd_mlc.lo ptr_chck.lo mallocx.lo solaris_pthreads.lo gcj_mlc.lo specific.lo gc_dlopen.lo backgraph.lo win32_threads.lo dyn_load.lo >mkdir ../.libs >gcc -shared .libs/alloc.o .libs/reclaim.o .libs/allchblk.o .libs/misc.o .libs/mach_dep.o .libs/mach_dep1.o .libs/os_dep.o .libs/mark_rts.o .libs/headers.o .libs/mark.o .libs/obj_map.o .libs/blacklst.o .libs/finalize.o .libs/new_hblk.o .libs/dbg_mlc.o .libs/malloc.o .libs/stubborn.o .libs/checksums.o .libs/solaris_threads.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/darwin_stop_world.o .libs/typd_mlc.o .libs/ptr_chck.o .libs/mallocx.o .libs/solaris_pthreads.o .libs/gcj_mlc.o .libs/specific.o .libs/gc_dlopen.o .libs/backgraph.o .libs/win32_threads.o .libs/dyn_load.o -ldl -lm -Wl,-O1 -Wl,-soname -Wl,libmzgc-4.1.4.so -o ../.libs/libmzgc-4.1.4.so >(cd ../.libs && rm -f libmzgc.so && ln -s libmzgc-4.1.4.so libmzgc.so) >creating ../libmzgc.la >(cd ../.libs && rm -f libmzgc.la && ln -s ../libmzgc.la libmzgc.la) >: ../libmzgc.la >make[6]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc' >make[5]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >make foreign-stuff >make[5]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >cd ../foreign; make all >make[6]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/foreign' >make foreign.lo >make[7]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/foreign' >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./../mzscheme -I./../mzscheme/include -I./../mzscheme/src -Igcc/libffi/include -c ./foreign.c -o foreign.lo >mkdir .libs > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./../mzscheme -I./../mzscheme/include -I./../mzscheme/src -Igcc/libffi/include -c ./foreign.c -fPIC -DPIC -o .libs/foreign.o >make[7]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/foreign' >make gcc/libffi/libffi_convenience.la >make[7]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/foreign' >cd gcc/libffi; make libffi_convenience.la >make[8]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/foreign/gcc/libffi' >depbase=`echo src/x86/ffi64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ > if /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/x86/ffi64.lo -MD -MP -MF "$depbase.Tpo" -c -o src/x86/ffi64.lo src/x86/ffi64.c; \ > then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi >/bin/sh ./libtool --mode=compile x86_64-pc-linux-gnu-gcc -I. -I./include -Iinclude -I./src -march=core2 -O3 -pipe -fomit-frame-pointer -c -o src/x86/unix64.lo src/x86/unix64.S >depbase=`echo src/x86/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ > if /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/x86/ffi.lo -MD -MP -MF "$depbase.Tpo" -c -o src/x86/ffi.lo src/x86/ffi.c; \ > then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -fPIC -DPIC -o src/x86/.libs/ffi64.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -fPIC -DPIC -o src/x86/.libs/ffi.o >libtool: compile: x86_64-pc-linux-gnu-gcc -I. -I./include -Iinclude -I./src -march=core2 -O3 -pipe -fomit-frame-pointer -c src/x86/unix64.S -fPIC -DPIC -o src/x86/.libs/unix64.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -o src/x86/ffi.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -I. -I./include -Iinclude -I./src -march=core2 -O3 -pipe -fomit-frame-pointer -c src/x86/unix64.S -o src/x86/unix64.o >/dev/null 2>&1 >/bin/sh ./libtool --mode=compile x86_64-pc-linux-gnu-gcc -I. -I./include -Iinclude -I./src -march=core2 -O3 -pipe -fomit-frame-pointer -c -o src/x86/sysv.lo src/x86/sysv.S >depbase=`echo src/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ > if /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/debug.lo -MD -MP -MF "$depbase.Tpo" -c -o src/debug.lo src/debug.c; \ > then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -fPIC -DPIC -o src/.libs/debug.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -o src/debug.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -I. -I./include -Iinclude -I./src -march=core2 -O3 -pipe -fomit-frame-pointer -c src/x86/sysv.S -fPIC -DPIC -o src/x86/.libs/sysv.o >libtool: compile: x86_64-pc-linux-gnu-gcc -I. -I./include -Iinclude -I./src -march=core2 -O3 -pipe -fomit-frame-pointer -c src/x86/sysv.S -o src/x86/sysv.o >/dev/null 2>&1 >depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ > if /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/prep_cif.lo -MD -MP -MF "$depbase.Tpo" -c -o src/prep_cif.lo src/prep_cif.c; \ > then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi >depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ > if /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/types.lo -MD -MP -MF "$depbase.Tpo" -c -o src/types.lo src/types.c; \ > then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi >depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ > if /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/raw_api.lo -MD -MP -MF "$depbase.Tpo" -c -o src/raw_api.lo src/raw_api.c; \ > then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -fPIC -DPIC -o src/.libs/prep_cif.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -fPIC -DPIC -o src/.libs/types.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -o src/types.o >/dev/null 2>&1 >depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ > if /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/java_raw_api.lo -MD -MP -MF "$depbase.Tpo" -c -o src/java_raw_api.lo src/java_raw_api.c; \ > then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -fPIC -DPIC -o src/.libs/raw_api.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -o src/raw_api.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -fPIC -DPIC -o src/.libs/java_raw_api.o >depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ > if /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/closures.lo -MD -MP -MF "$depbase.Tpo" -c -o src/closures.lo src/closures.c; \ > then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1 >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -fPIC -DPIC -o src/.libs/closures.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -o src/closures.o >/dev/null 2>&1 >/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -g -fexceptions -march=core2 -O3 -pipe -fomit-frame-pointer -Wl,-O1 -o libffi_convenience.la src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo >libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libffi_convenience.a src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o src/x86/.libs/sysv.o >libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libffi_convenience.a >libtool: link: creating libffi_convenience.la >libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" ) >make[8]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/foreign/gcc/libffi' >make[7]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/foreign' >make[6]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/foreign' >make[5]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >make[4]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >make dynlib >make[4]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >cd src; make mzheaders >make[5]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/src' >echo -n "#define SCHEME_PLATFORM_LIBRARY_SUBPATH " > schsys.h >./sysname >> schsys.h >make[5]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/src' >cd dynsrc; make dynlib >make[5]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/dynsrc' >make ../mzdyn.o >make[6]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/dynsrc' >x86_64-pc-linux-gnu-gcc -fPIC -march=core2 -O3 -pipe -fomit-frame-pointer -I./.. -I./../include -I./../src -DMZ_USES_SHARED_LIB -c ./mzdyn.c -o ../mzdyn.o >make[6]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/dynsrc' >make ../starter >make[6]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/dynsrc' >x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -I./.. -I./../include -I./../src -DMZ_USES_SHARED_LIB -o ../starter ./ustart.c >make[6]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/dynsrc' >make[5]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/dynsrc' >make[4]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >make mzlibrary >make[4]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >cd src; make all >make[5]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/src' >make mzheaders >make[6]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/src' >make[6]: Nothing to be done for `mzheaders'. >make[6]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/src' >make mzobjects >make[6]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/src' >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./salloc.c -o salloc.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./bignum.c -o bignum.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./bool.c -o bool.lo >mkdir .libs > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./bool.c -fPIC -DPIC -o .libs/bool.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./bignum.c -fPIC -DPIC -o .libs/bignum.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./builtin.c -o builtin.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./salloc.c -fPIC -DPIC -o .libs/salloc.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./char.c -o char.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./builtin.c -fPIC -DPIC -o .libs/builtin.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./complex.c -o complex.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./dynext.c -o dynext.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./char.c -fPIC -DPIC -o .libs/char.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./complex.c -fPIC -DPIC -o .libs/complex.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./env.c -o env.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./dynext.c -fPIC -DPIC -o .libs/dynext.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./error.c -o error.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./eval.c -o eval.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./env.c -fPIC -DPIC -o .libs/env.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./error.c -fPIC -DPIC -o .libs/error.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./eval.c -fPIC -DPIC -o .libs/eval.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./file.c -o file.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./fun.c -o fun.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./file.c -fPIC -DPIC -o .libs/file.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./fun.c -fPIC -DPIC -o .libs/fun.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./gmp/gmp.c -o gmp.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./gmp/gmp.c -fPIC -DPIC -o .libs/gmp.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./hash.c -o hash.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./jit.c -o jit.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./jit.c -fPIC -DPIC -o .libs/jit.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./hash.c -fPIC -DPIC -o .libs/hash.o >./jit.c: In function 'generate_direct_prim_tail_call': >./jit.c:1715: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_tail_call': >./jit.c:1753: warning: cast from pointer to integer of different size >./jit.c:1819: warning: cast from pointer to integer of different size >./jit.c:1835: warning: cast from pointer to integer of different size >./jit.c:1840: warning: cast from pointer to integer of different size >./jit.c:1842: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_direct_prim_non_tail_call': >./jit.c:1896: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_retry_call': >./jit.c:1935: warning: cast from pointer to integer of different size >./jit.c:1943: warning: cast from pointer to integer of different size >./jit.c:1978: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_non_tail_call': >./jit.c:2022: warning: cast from pointer to integer of different size >./jit.c:2081: warning: cast from pointer to integer of different size >./jit.c:2101: warning: cast from pointer to integer of different size >./jit.c:2120: warning: cast from pointer to integer of different size >./jit.c:2124: warning: cast from pointer to integer of different size >./jit.c:2131: warning: cast from pointer to integer of different size >./jit.c:2157: warning: cast from pointer to integer of different size >./jit.c:2171: warning: cast from pointer to integer of different size >./jit.c:2175: warning: cast from pointer to integer of different size >./jit.c:2206: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_app': >./jit.c:2713: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_arith': >./jit.c:3397: warning: cast from pointer to integer of different size >./jit.c:3543: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_inlined_unary': >./jit.c:4186: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_binary_char': >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4308: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4332: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4342: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c:4343: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_vector_op': >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4387: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c:4393: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_inlined_binary': >./jit.c:4588: warning: cast from pointer to integer of different size >./jit.c:4663: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_inlined_nary': >./jit.c:4813: warning: cast from pointer to integer of different size >./jit.c:4853: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_cons_alloc': >./jit.c:4902: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_vector_alloc': >./jit.c:4960: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_closure': >./jit.c:5086: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_case_closure': >./jit.c:5183: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_non_tail_mark_pos_prefix': >./jit.c:5229: warning: cast from pointer to integer of different size >./jit.c:5231: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_non_tail_mark_pos_suffix': >./jit.c:5237: warning: cast from pointer to integer of different size >./jit.c:5239: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_non_tail': >./jit.c:5264: warning: cast from pointer to integer of different size >./jit.c:5301: warning: cast from pointer to integer of different size >./jit.c: In function 'generate': >./jit.c:5483: warning: cast from pointer to integer of different size >./jit.c:5489: warning: cast from pointer to integer of different size >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./list.c -o list.lo >./jit.c:5523: warning: cast from pointer to integer of different size >./jit.c:5564: warning: cast from pointer to integer of different size >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./module.c -o module.lo >./jit.c:5609: warning: cast from pointer to integer of different size >./jit.c:5627: warning: cast from pointer to integer of different size >./jit.c:5630: warning: cast from pointer to integer of different size >./jit.c:5674: warning: cast from pointer to integer of different size >./jit.c:5720: warning: cast from pointer to integer of different size >./jit.c:5767: warning: cast from pointer to integer of different size >./jit.c:5912: warning: cast from pointer to integer of different size >./jit.c:6048: warning: cast from pointer to integer of different size >./jit.c:6050: warning: cast from pointer to integer of different size >./jit.c:6069: warning: cast from pointer to integer of different size >./jit.c:6117: warning: cast from pointer to integer of different size >./jit.c:6241: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_function_prolog': >./jit.c:6343: warning: cast from pointer to integer of different size >./jit.c: In function 'do_generate_common': >./jit.c:6438: warning: cast from pointer to integer of different size >./jit.c:6453: warning: cast from pointer to integer of different size >./jit.c:6489: warning: cast from pointer to integer of different size >./jit.c:6549: warning: cast from pointer to integer of different size >./jit.c:6604: warning: cast from pointer to integer of different size >./jit.c:6684: warning: cast from pointer to integer of different size >./jit.c:6693: warning: cast from pointer to integer of different size >./jit.c:6700: warning: cast from pointer to integer of different size >./jit.c:6725: warning: cast from pointer to integer of different size > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./module.c -fPIC -DPIC -o .libs/module.o >./jit.c:6736: warning: cast from pointer to integer of different size >./jit.c:6753: warning: cast from pointer to integer of different size >./jit.c:6770: warning: cast from pointer to integer of different size >./jit.c:6786: warning: cast from pointer to integer of different size >./jit.c:6834: warning: cast from pointer to integer of different size >./jit.c:6836: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6840: warning: cast from pointer to integer of different size >./jit.c:6853: warning: cast from pointer to integer of different size >./jit.c:6868: warning: cast from pointer to integer of different size >./jit.c:6897: warning: cast from pointer to integer of different size >./jit.c:6898: warning: cast from pointer to integer of different size >./jit.c:6916: warning: cast from pointer to integer of different size >./jit.c:6917: warning: cast from pointer to integer of different size >./jit.c:6936: warning: cast from pointer to integer of different size >./jit.c:6937: warning: cast from pointer to integer of different size >./jit.c:6978: warning: cast from pointer to integer of different size >./jit.c:6995: warning: cast from pointer to integer of different size >./jit.c:7114: warning: cast from pointer to integer of different size >./jit.c:7196: warning: cast from pointer to integer of different size >./jit.c:7207: warning: cast from pointer to integer of different size >./jit.c:7214: warning: cast from pointer to integer of different size >./jit.c: In function 'do_generate_closure': >./jit.c:7519: warning: cast from pointer to integer of different size >./jit.c: In function 'generate_case_lambda_dispatch': >./jit.c:7944: warning: cast from pointer to integer of different size > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./list.c -fPIC -DPIC -o .libs/list.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./mzrt.c -o mzrt.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./mzrt.c -fPIC -DPIC -o .libs/mzrt.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./network.c -o network.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./network.c -fPIC -DPIC -o .libs/network.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./numarith.c -o numarith.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./numarith.c -fPIC -DPIC -o .libs/numarith.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./number.c -o number.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./numcomp.c -o numcomp.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./number.c -fPIC -DPIC -o .libs/number.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./numcomp.c -fPIC -DPIC -o .libs/numcomp.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./numstr.c -o numstr.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./numstr.c -fPIC -DPIC -o .libs/numstr.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./places.c -o places.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./port.c -o port.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./places.c -fPIC -DPIC -o .libs/places.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./portfun.c -o portfun.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./port.c -fPIC -DPIC -o .libs/port.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./portfun.c -fPIC -DPIC -o .libs/portfun.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./print.c -o print.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./print.c -fPIC -DPIC -o .libs/print.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./rational.c -o rational.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./read.c -o read.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./regexp.c -o regexp.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./rational.c -fPIC -DPIC -o .libs/rational.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./read.c -fPIC -DPIC -o .libs/read.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./sema.c -o sema.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./regexp.c -fPIC -DPIC -o .libs/regexp.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./sema.c -fPIC -DPIC -o .libs/sema.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./setjmpup.c -o setjmpup.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./string.c -I. -o string.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./setjmpup.c -fPIC -DPIC -o .libs/setjmpup.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./struct.c -o struct.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./string.c -I. -fPIC -DPIC -o .libs/string.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./stxobj.c -o stxobj.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./struct.c -fPIC -DPIC -o .libs/struct.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./stxobj.c -fPIC -DPIC -o .libs/stxobj.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./symbol.c -o symbol.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./syntax.c -o syntax.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./symbol.c -fPIC -DPIC -o .libs/symbol.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./thread.c -o thread.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./syntax.c -fPIC -DPIC -o .libs/syntax.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./thread.c -fPIC -DPIC -o .libs/thread.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./type.c -o type.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./unwind/libunwind.c -o unwind.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./type.c -fPIC -DPIC -o .libs/type.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./vector.c -o vector.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./unwind/libunwind.c -fPIC -DPIC -o .libs/unwind.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -I./.. -I./../include -c ./vector.c -fPIC -DPIC -o .libs/vector.o >make[6]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/src' >make[5]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/src' >make libmzscheme.la >make[5]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=link --tag=CC x86_64-pc-linux-gnu-gcc -release 4.1.4 -rpath /usr/lib64 -Wl,-O1 -ldl -lm -ldl -lm -rdynamic -o libmzscheme.la src/*.lo ../foreign/foreign.lo ../foreign/gcc/libffi/libffi_convenience.la >gcc -shared src/.libs/bignum.o src/.libs/bool.o src/.libs/builtin.o src/.libs/char.o src/.libs/complex.o src/.libs/dynext.o src/.libs/env.o src/.libs/error.o src/.libs/eval.o src/.libs/file.o src/.libs/fun.o src/.libs/gmp.o src/.libs/hash.o src/.libs/jit.o src/.libs/list.o src/.libs/module.o src/.libs/mzrt.o src/.libs/network.o src/.libs/numarith.o src/.libs/number.o src/.libs/numcomp.o src/.libs/numstr.o src/.libs/places.o src/.libs/portfun.o src/.libs/port.o src/.libs/print.o src/.libs/rational.o src/.libs/read.o src/.libs/regexp.o src/.libs/salloc.o src/.libs/sema.o src/.libs/setjmpup.o src/.libs/string.o src/.libs/struct.o src/.libs/stxobj.o src/.libs/symbol.o src/.libs/syntax.o src/.libs/thread.o src/.libs/type.o src/.libs/unwind.o src/.libs/vector.o ../foreign/.libs/foreign.o -Wl,--whole-archive ../foreign/gcc/libffi/.libs/libffi_convenience.a -Wl,--no-whole-archive -ldl -lm -Wl,-O1 -Wl,-soname -Wl,libmzscheme-4.1.4.so -o .libs/libmzscheme-4.1.4.so >(cd .libs && rm -f libmzscheme.so && ln -s libmzscheme-4.1.4.so libmzscheme.so) >creating libmzscheme.la >(cd .libs && rm -f libmzscheme.la && ln -s ../libmzscheme.la libmzscheme.la) >: libmzscheme.la >make[5]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >make[4]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >make mzschemecgc >make[4]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -DINITIAL_COLLECTS_DIRECTORY='"'"`cd ./../../collects; pwd`"'"' -I. -I./include -c ./main.c -o main.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DMZ_USES_SHARED_LIB -DINITIAL_COLLECTS_DIRECTORY=\"/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects\" -I. -I./include -c ./main.c -fPIC -DPIC -o .libs/main.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=link --tag=CC x86_64-pc-linux-gnu-gcc -rpath /usr/lib64 -o mzschemecgc main.lo libmzscheme.la libmzgc.la -Wl,-O1 -ldl -lm -ldl -lm -rdynamic >x86_64-pc-linux-gnu-gcc -o .libs/mzschemecgc .libs/main.o -Wl,-O1 -rdynamic ./.libs/libmzscheme.so ./.libs/libmzgc.so -ldl -lm -Wl,--rpath -Wl,/usr/lib64 >creating mzschemecgc >make[4]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >make[3]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >cd gc2; make all >make[3]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2' >mkdir xsrc >make xsrc/precomp.h >make[4]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2' >env XFORM_PRECOMP=yes ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/precomp.h ./precomp.c >Copying tree... >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/./xform-mod.ss to xform-collects/xform/xform-mod.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/mzscheme.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/mzscheme.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/more-scheme.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/more-scheme.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/stx.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/stx.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/small-scheme.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/small-scheme.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/qq-and-or.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/qq-and-or.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/cond.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/cond.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/define-et-al.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/define-et-al.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/stxcase-scheme.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/stxcase-scheme.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/stxcase.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/stxcase.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/sc.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/sc.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/ellipses.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/ellipses.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/with-stx.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/with-stx.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/stxloc.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/stxloc.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/qqstx.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/qqstx.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/define.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/define.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/letstx-scheme.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/letstx-scheme.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/norm-define.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/norm-define.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/misc.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/misc.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/stxmz-body.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/stxmz-body.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/old-ds.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/old-ds.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/define-struct.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/define-struct.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/struct-info.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/struct-info.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/../stxparam.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/stxparam.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/../stxparam-exptime.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/stxparam-exptime.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/../private/stxparamkey.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/stxparamkey.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/../private/stxparam.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/stxparam.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/old-rp.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/old-rp.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/old-if.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/old-if.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/old-procs.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/old-procs.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/map.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/map.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/promise.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/promise.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/tcp.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/tcp.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/udp.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/udp.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzscheme/main.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzscheme/main.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/compiler/private/xform.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/compiler/private/xform.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/list.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/list.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/base.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/base.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/pre-base.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/pre-base.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/kw.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/kw.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/name.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/name.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/sort.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/sort.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/reqprov.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/reqprov.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/../require-transform.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/require-transform.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/../provide-transform.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/provide-transform.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/modbeg.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/modbeg.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/for.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/for.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/list.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/list.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/string.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/string.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/kw-file.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/kw-file.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/namespace.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/namespace.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/list.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/list.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/etc.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/etc.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/syntax/kerncase.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/syntax/kerncase.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/syntax/stx.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/syntax/stx.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/syntax/name.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/syntax/name.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/setup/main-collects.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/setup/main-collects.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/setup/dirs.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/setup/dirs.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/config/main.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/config/main.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/config/config.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/config/config.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/setup/configtab.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/setup/configtab.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/compiler/private/winutf16.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/compiler/private/winutf16.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/compiler/private/mach-o.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/compiler/private/mach-o.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/setup/path-relativize.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/setup/path-relativize.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/private/stxset.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/private/stxset.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/syntax/context.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/syntax/context.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/local.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/local.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/bool.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/bool.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/kw.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/kw.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/process.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/process.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/port.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/port.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/contract.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/contract.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/private/contract-arrow.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/private/contract-arrow.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/contract-opt-guts.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/contract-opt-guts.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/contract-guts.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/contract-guts.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/contract-helpers.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/contract-helpers.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/pretty.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/pretty.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/pretty.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/pretty.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/private/port.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/private/port.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/syntax/private/boundmap.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/syntax/private/boundmap.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/private/contract-arr-obj-helpers.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/private/contract-arr-obj-helpers.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/private/contract-arr-checks.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/private/contract-arr-checks.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/contract-opt.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/contract-opt.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/private/contract-object.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/private/contract-object.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/class-internal.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/class-internal.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/syntax/define.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/syntax/define.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/stxparam.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/stxparam.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/classidmap.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/classidmap.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/class-events.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/class-events.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/serialize-structs.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/serialize-structs.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/contract.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/contract.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/struct-info.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/struct-info.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/contract-arrow.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/contract-arrow.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/contract-ds.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/contract-ds.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/contract-ds-helpers.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/contract-ds-helpers.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/private/contract-basic-opters.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/private/contract-basic-opters.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzlib/cmdline.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzlib/cmdline.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/cmdline.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/cmdline.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/mzscheme/lang/reader.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/mzscheme/lang/reader.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/syntax/module-reader.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/syntax/module-reader.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/base/lang/reader.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/base/lang/reader.ss >Copying /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/collects/scheme/lang/reader.ss to /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2/xform-collects/scheme/lang/reader.ss >Compiling xform support... >Done making xform-collects. >make[4]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2' >make xobjects >make[4]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2' >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/salloc.c ./../src/salloc.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/bignum.c ./../src/bignum.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/bool.c ./../src/bool.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/builtin.c ./../src/builtin.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/char.c ./../src/char.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/complex.c ./../src/complex.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/dynext.c ./../src/dynext.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/env.c ./../src/env.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/error.c ./../src/error.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/eval.c ./../src/eval.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/file.c ./../src/file.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/fun.c ./../src/fun.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/hash.c ./../src/hash.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/jit.c ./../src/jit.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/list.c ./../src/list.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/module.c ./../src/module.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -DMZ_PRECISE_GC -c ./../src/mzrt.c -o mzrt.lo >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/network.c ./../src/network.c >mkdir .libs > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -DMZ_PRECISE_GC -c ./../src/mzrt.c -fPIC -DPIC -o .libs/mzrt.o >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/numarith.c ./../src/numarith.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/number.c ./../src/number.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/numcomp.c ./../src/numcomp.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/numstr.c ./../src/numstr.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/places.c ./../src/places.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/port.c ./../src/port.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/portfun.c ./../src/portfun.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/print.c ./../src/print.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/rational.c ./../src/rational.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/read.c ./../src/read.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/regexp.c ./../src/regexp.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/sema.c ./../src/sema.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/setjmpup.c ./../src/setjmpup.c >../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -I../src -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/string.c ./../src/string.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/struct.c ./../src/struct.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/stxobj.c ./../src/stxobj.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/symbol.c ./../src/symbol.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/syntax.c ./../src/syntax.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/thread.c ./../src/thread.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/type.c ./../src/type.c >env XFORM_USE_PRECOMP=xsrc/precomp.h ../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/vector.c ./../src/vector.c >../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -I../../foreign/gcc/libffi/include -I./../src/../../mzscheme/src" -o xsrc/foreign.c ./../src/../../foreign/foreign.c >../mzschemecgc -cqu ./xform.ss --setup . --cpp "x86_64-pc-linux-gnu-gcc -E -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o xsrc/main.c +D INITIAL_COLLECTS_DIRECTORY='"'"`cd ./../../../collects; pwd`"'"' ./../main.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/salloc.c -o salloc.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/bignum.c -o bignum.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/salloc.c -fPIC -DPIC -o .libs/salloc.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/bignum.c -fPIC -DPIC -o .libs/bignum.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/bool.c -o bool.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/builtin.c -o builtin.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/bool.c -fPIC -DPIC -o .libs/bool.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/char.c -o char.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/char.c -fPIC -DPIC -o .libs/char.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/builtin.c -fPIC -DPIC -o .libs/builtin.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/complex.c -o complex.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/dynext.c -o dynext.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/dynext.c -fPIC -DPIC -o .libs/dynext.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/env.c -o env.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/complex.c -fPIC -DPIC -o .libs/complex.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/error.c -o error.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/eval.c -o eval.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/env.c -fPIC -DPIC -o .libs/env.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/eval.c -fPIC -DPIC -o .libs/eval.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/error.c -fPIC -DPIC -o .libs/error.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/file.c -o file.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/fun.c -o fun.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/file.c -fPIC -DPIC -o .libs/file.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/fun.c -fPIC -DPIC -o .libs/fun.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/hash.c -o hash.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/hash.c -fPIC -DPIC -o .libs/hash.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/jit.c -o jit.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/jit.c -fPIC -DPIC -o .libs/jit.o >xsrc/jit.c: In function 'inline_alloc': >xsrc/jit.c:1363: warning: cast from pointer to integer of different size >xsrc/jit.c:1410: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_direct_prim_tail_call': >xsrc/jit.c:1816: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_tail_call': >xsrc/jit.c:1854: warning: cast from pointer to integer of different size >xsrc/jit.c:1911: warning: cast from pointer to integer of different size >xsrc/jit.c:1927: warning: cast from pointer to integer of different size >xsrc/jit.c:1930: warning: cast from pointer to integer of different size >xsrc/jit.c:1932: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_direct_prim_non_tail_call': >xsrc/jit.c:1983: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_retry_call': >xsrc/jit.c:2013: warning: cast from pointer to integer of different size >xsrc/jit.c:2018: warning: cast from pointer to integer of different size >xsrc/jit.c:2056: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_non_tail_call': >xsrc/jit.c:2097: warning: cast from pointer to integer of different size >xsrc/jit.c:2149: warning: cast from pointer to integer of different size >xsrc/jit.c:2169: warning: cast from pointer to integer of different size >xsrc/jit.c:2192: warning: cast from pointer to integer of different size >xsrc/jit.c:2199: warning: cast from pointer to integer of different size >xsrc/jit.c:2209: warning: cast from pointer to integer of different size >xsrc/jit.c:2237: warning: cast from pointer to integer of different size >xsrc/jit.c:2259: warning: cast from pointer to integer of different size >xsrc/jit.c:2266: warning: cast from pointer to integer of different size >xsrc/jit.c:2299: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_app': >xsrc/jit.c:2942: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_arith': >xsrc/jit.c:3649: warning: cast from pointer to integer of different size >xsrc/jit.c:3791: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_binary_char': >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4786: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4821: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4832: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c:4833: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_vector_op': >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4893: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c:4900: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_inlined_binary': >xsrc/jit.c:5163: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_inlined_nary': >xsrc/jit.c:5412: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_closure': >xsrc/jit.c:5648: warning: cast from pointer to integer of different size >xsrc/jit.c:5672: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_case_closure': >xsrc/jit.c:5816: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_non_tail_mark_pos_prefix': >xsrc/jit.c:5862: warning: cast from pointer to integer of different size >xsrc/jit.c:5864: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_non_tail_mark_pos_suffix': >xsrc/jit.c:5869: warning: cast from pointer to integer of different size >xsrc/jit.c:5871: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_non_tail': >xsrc/jit.c:5905: warning: cast from pointer to integer of different size >xsrc/jit.c:5951: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate': >xsrc/jit.c:6144: warning: cast from pointer to integer of different size >xsrc/jit.c:6151: warning: cast from pointer to integer of different size >xsrc/jit.c:6200: warning: cast from pointer to integer of different size >xsrc/jit.c:6243: warning: cast from pointer to integer of different size >xsrc/jit.c:6299: warning: cast from pointer to integer of different size >xsrc/jit.c:6314: warning: cast from pointer to integer of different size >xsrc/jit.c:6316: warning: cast from pointer to integer of different size >xsrc/jit.c:6380: warning: cast from pointer to integer of different size >xsrc/jit.c:6438: warning: cast from pointer to integer of different size >xsrc/jit.c:6488: warning: cast from pointer to integer of different size >xsrc/jit.c:6646: warning: cast from pointer to integer of different size >xsrc/jit.c:6818: warning: cast from pointer to integer of different size >xsrc/jit.c:6819: warning: cast from pointer to integer of different size >xsrc/jit.c:6838: warning: cast from pointer to integer of different size >xsrc/jit.c:6899: warning: cast from pointer to integer of different size >xsrc/jit.c:7024: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_function_prolog': >xsrc/jit.c:7114: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'do_generate_common': >xsrc/jit.c:7247: warning: cast from pointer to integer of different size >xsrc/jit.c:7266: warning: cast from pointer to integer of different size >xsrc/jit.c:7294: warning: cast from pointer to integer of different size >xsrc/jit.c:7349: warning: cast from pointer to integer of different size >xsrc/jit.c:7398: warning: cast from pointer to integer of different size >xsrc/jit.c:7481: warning: cast from pointer to integer of different size >xsrc/jit.c:7492: warning: cast from pointer to integer of different size >xsrc/jit.c:7502: warning: cast from pointer to integer of different size >xsrc/jit.c:7528: warning: cast from pointer to integer of different size >xsrc/jit.c:7541: warning: cast from pointer to integer of different size >xsrc/jit.c:7557: warning: cast from pointer to integer of different size >xsrc/jit.c:7577: warning: cast from pointer to integer of different size >xsrc/jit.c:7593: warning: cast from pointer to integer of different size >xsrc/jit.c:7627: warning: cast from pointer to integer of different size >xsrc/jit.c:7629: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7634: warning: cast from pointer to integer of different size >xsrc/jit.c:7643: warning: cast from pointer to integer of different size >xsrc/jit.c:7655: warning: cast from pointer to integer of different size >xsrc/jit.c:7688: warning: cast from pointer to integer of different size >xsrc/jit.c:7689: warning: cast from pointer to integer of different size >xsrc/jit.c:7709: warning: cast from pointer to integer of different size >xsrc/jit.c:7710: warning: cast from pointer to integer of different size >xsrc/jit.c:7730: warning: cast from pointer to integer of different size >xsrc/jit.c:7731: warning: cast from pointer to integer of different size >xsrc/jit.c:7775: warning: cast from pointer to integer of different size >xsrc/jit.c:7790: warning: cast from pointer to integer of different size >xsrc/jit.c:7908: warning: cast from pointer to integer of different size >xsrc/jit.c:7994: warning: cast from pointer to integer of different size >xsrc/jit.c:8005: warning: cast from pointer to integer of different size >xsrc/jit.c:8012: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_alloc_retry': >xsrc/jit.c:8218: warning: cast from pointer to integer of different size >xsrc/jit.c:8235: warning: cast from pointer to integer of different size >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/list.c -o list.lo >xsrc/jit.c: In function 'do_generate_closure': >xsrc/jit.c:8311: warning: cast from pointer to integer of different size >xsrc/jit.c: In function 'generate_case_lambda_dispatch': >xsrc/jit.c:8715: warning: cast from pointer to integer of different size > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/list.c -fPIC -DPIC -o .libs/list.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/module.c -o module.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/network.c -o network.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/module.c -fPIC -DPIC -o .libs/module.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/network.c -fPIC -DPIC -o .libs/network.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/numarith.c -o numarith.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/numarith.c -fPIC -DPIC -o .libs/numarith.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/number.c -o number.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/number.c -fPIC -DPIC -o .libs/number.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/numcomp.c -o numcomp.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/numcomp.c -fPIC -DPIC -o .libs/numcomp.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/numstr.c -o numstr.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/numstr.c -fPIC -DPIC -o .libs/numstr.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/places.c -o places.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/places.c -fPIC -DPIC -o .libs/places.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/port.c -o port.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/port.c -fPIC -DPIC -o .libs/port.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/portfun.c -o portfun.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/print.c -o print.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/portfun.c -fPIC -DPIC -o .libs/portfun.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/print.c -fPIC -DPIC -o .libs/print.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/rational.c -o rational.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/read.c -o read.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/rational.c -fPIC -DPIC -o .libs/rational.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/regexp.c -o regexp.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/regexp.c -fPIC -DPIC -o .libs/regexp.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/read.c -fPIC -DPIC -o .libs/read.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/sema.c -o sema.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/setjmpup.c -o setjmpup.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/sema.c -fPIC -DPIC -o .libs/sema.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/string.c -o string.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/setjmpup.c -fPIC -DPIC -o .libs/setjmpup.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/struct.c -o struct.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/string.c -fPIC -DPIC -o .libs/string.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/stxobj.c -o stxobj.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/struct.c -fPIC -DPIC -o .libs/struct.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/stxobj.c -fPIC -DPIC -o .libs/stxobj.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/symbol.c -o symbol.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/syntax.c -o syntax.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/symbol.c -fPIC -DPIC -o .libs/symbol.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/syntax.c -fPIC -DPIC -o .libs/syntax.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/thread.c -o thread.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/thread.c -fPIC -DPIC -o .libs/thread.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/type.c -o type.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/type.c -fPIC -DPIC -o .libs/type.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/vector.c -o vector.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/foreign.c -o foreign.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/main.c -o main.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/vector.c -fPIC -DPIC -o .libs/vector.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/main.c -fPIC -DPIC -o .libs/main.o > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -c xsrc/foreign.c -fPIC -DPIC -o .libs/foreign.o >make[4]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2' >make ../mzscheme3m >make[4]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2' >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -I./.. -c ./gc2.c -o gc2.lo > x86_64-pc-linux-gnu-gcc -march=core2 -O3 -pipe -fomit-frame-pointer -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -I./../include -I./.. -c ./gc2.c -fPIC -DPIC -o .libs/gc2.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=link --tag=CC x86_64-pc-linux-gnu-gcc -release 4.1.4 -rpath /usr/lib64 -Wl,-O1 -ldl -lm -ldl -lm -rdynamic -o ../libmzscheme3m.la salloc.lo bignum.lo bool.lo builtin.lo char.lo complex.lo dynext.lo env.lo error.lo eval.lo file.lo fun.lo hash.lo jit.lo list.lo module.lo mzrt.lo network.lo numarith.lo number.lo numcomp.lo numstr.lo places.lo port.lo portfun.lo print.lo rational.lo read.lo regexp.lo sema.lo setjmpup.lo string.lo struct.lo stxobj.lo symbol.lo syntax.lo thread.lo type.lo vector.lo foreign.lo ../src/gmp.lo ../src/unwind.lo ../../foreign/gcc/libffi/libffi_convenience.la gc2.lo >gcc -shared .libs/salloc.o .libs/bignum.o .libs/bool.o .libs/builtin.o .libs/char.o .libs/complex.o .libs/dynext.o .libs/env.o .libs/error.o .libs/eval.o .libs/file.o .libs/fun.o .libs/hash.o .libs/jit.o .libs/list.o .libs/module.o .libs/mzrt.o .libs/network.o .libs/numarith.o .libs/number.o .libs/numcomp.o .libs/numstr.o .libs/places.o .libs/port.o .libs/portfun.o .libs/print.o .libs/rational.o .libs/read.o .libs/regexp.o .libs/sema.o .libs/setjmpup.o .libs/string.o .libs/struct.o .libs/stxobj.o .libs/symbol.o .libs/syntax.o .libs/thread.o .libs/type.o .libs/vector.o .libs/foreign.o ../src/.libs/gmp.o ../src/.libs/unwind.o .libs/gc2.o -Wl,--whole-archive ../../foreign/gcc/libffi/.libs/libffi_convenience.a -Wl,--no-whole-archive -ldl -lm -Wl,-O1 -Wl,-soname -Wl,libmzscheme3m-4.1.4.so -o ../.libs/libmzscheme3m-4.1.4.so >(cd ../.libs && rm -f libmzscheme3m.so && ln -s libmzscheme3m-4.1.4.so libmzscheme3m.so) >creating ../libmzscheme3m.la >(cd ../.libs && rm -f libmzscheme3m.la && ln -s ../libmzscheme3m.la libmzscheme3m.la) >: ../libmzscheme3m.la >cd ..; /var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=link --tag=CC x86_64-pc-linux-gnu-gcc -rpath /usr/lib64 -o mzscheme3m gc2/main.lo libmzscheme3m.la -Wl,-O1 -ldl -lm -ldl -lm -rdynamic >x86_64-pc-linux-gnu-gcc -o .libs/mzscheme3m gc2/.libs/main.o -Wl,-O1 -rdynamic ./.libs/libmzscheme3m.so -ldl -lm -Wl,--rpath -Wl,/usr/lib64 >creating mzscheme3m >make[4]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2' >make[3]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2' >cd dynsrc; make dynlib3m >make[3]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/dynsrc' >make ../mzdyn3m.o >make[4]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/dynsrc' >x86_64-pc-linux-gnu-gcc -fPIC -march=core2 -O3 -pipe -fomit-frame-pointer -I./.. -I./../include -I./../src -DMZ_USES_SHARED_LIB -DMZ_PRECISE_GC -c ./mzdyn.c -o ../mzdyn3m.o >make[4]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/dynsrc' >make[3]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/dynsrc' >cd gc2; make ../mzscheme3m >make[3]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2' >make[3]: `../mzscheme3m' is up to date. >make[3]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme/gc2' >make[2]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mzscheme' >make mred-3m >make[2]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src' >cd mred; make 3m >make[3]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred' >make ext-libs >make[4]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred' >cd . >make[4]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred' >make wx_xt-min >make[4]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred' >cd ../wxxt/src/x; make min >make[5]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/wxxt/src/x' >cd ..; make min >make[6]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/wxxt/src' >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwTabString.lo ./XWidgets/xwTabString.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwTools3d.lo ./XWidgets/xwTools3d.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwscroll.lo ./XWidgets/xwscroll.c >mkdir XWidgets/.libs > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwTabString.c -fPIC -DPIC -o XWidgets/.libs/xwTabString.o > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwTools3d.c -fPIC -DPIC -o XWidgets/.libs/xwTools3d.o > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwscroll.c -fPIC -DPIC -o XWidgets/.libs/xwscroll.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwMenu.lo ./XWidgets/xwMenu.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwMultiList.lo ./XWidgets/xwMultiList.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwCommon.lo ./XWidgets/xwCommon.c > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwMenu.c -fPIC -DPIC -o XWidgets/.libs/xwMenu.o > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwMultiList.c -fPIC -DPIC -o XWidgets/.libs/xwMultiList.o > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwCommon.c -fPIC -DPIC -o XWidgets/.libs/xwCommon.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwFrame.lo ./XWidgets/xwFrame.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwBoard.lo ./XWidgets/xwBoard.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwLabel.lo ./XWidgets/xwLabel.c > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwFrame.c -fPIC -DPIC -o XWidgets/.libs/xwFrame.o > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwBoard.c -fPIC -DPIC -o XWidgets/.libs/xwBoard.o > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwLabel.c -fPIC -DPIC -o XWidgets/.libs/xwLabel.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwButton.lo ./XWidgets/xwButton.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwToggle.lo ./XWidgets/xwToggle.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwCanvas.lo ./XWidgets/xwCanvas.c > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwButton.c -fPIC -DPIC -o XWidgets/.libs/xwButton.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwEnforcer.lo ./XWidgets/xwEnforcer.c > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwToggle.c -fPIC -DPIC -o XWidgets/.libs/xwToggle.o > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwCanvas.c -fPIC -DPIC -o XWidgets/.libs/xwCanvas.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwGroup.lo ./XWidgets/xwGroup.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwRowCol.lo ./XWidgets/xwRowCol.c > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwEnforcer.c -fPIC -DPIC -o XWidgets/.libs/xwEnforcer.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwArrow.lo ./XWidgets/xwArrow.c > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwGroup.c -fPIC -DPIC -o XWidgets/.libs/xwGroup.o >./XWidgets/xwGroup.c: In function 'on_cb': >./XWidgets/xwGroup.c:121: warning: cast from pointer to integer of different size >./XWidgets/xwGroup.c: In function 'off_cb': >./XWidgets/xwGroup.c:153: warning: cast from pointer to integer of different size >./XWidgets/xwGroup.c: In function 'insert_child': >./XWidgets/xwGroup.c:450: warning: cast to pointer from integer of different size >./XWidgets/xwGroup.c:451: warning: cast to pointer from integer of different size > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwRowCol.c -fPIC -DPIC -o XWidgets/.libs/xwRowCol.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwSlider2.lo ./XWidgets/xwSlider2.c > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwArrow.c -fPIC -DPIC -o XWidgets/.libs/xwArrow.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwHScrollb.lo ./XWidgets/xwHScrollb.c >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwVScrollb.lo ./XWidgets/xwVScrollb.c > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwSlider2.c -fPIC -DPIC -o XWidgets/.libs/xwSlider2.o > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwHScrollb.c -fPIC -DPIC -o XWidgets/.libs/xwHScrollb.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwScrollbar.lo ./XWidgets/xwScrollbar.c > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwVScrollb.c -fPIC -DPIC -o XWidgets/.libs/xwVScrollb.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets -o XWidgets/xwScrollWin.lo ./XWidgets/xwScrollWin.c > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwScrollbar.c -fPIC -DPIC -o XWidgets/.libs/xwScrollbar.o > x86_64-pc-linux-gnu-gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I./XWidgets ./XWidgets/xwScrollWin.c -fPIC -DPIC -o XWidgets/.libs/xwScrollWin.o >make[6]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/wxxt/src' >cd ../../contrib/xpm/lib/; make >make[6]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/wxxt/contrib/xpm/lib' >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./data.c -o data.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./create.c -o create.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./misc.c -o misc.lo >mkdir .libs > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./data.c -fPIC -DPIC -o .libs/data.o > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./create.c -fPIC -DPIC -o .libs/create.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./rgb.c -o rgb.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./misc.c -fPIC -DPIC -o .libs/misc.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./scan.c -o scan.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./parse.c -o parse.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./rgb.c -fPIC -DPIC -o .libs/rgb.o > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./scan.c -fPIC -DPIC -o .libs/scan.o >./scan.c: In function 'ScanTransparentColor': >./scan.c:356: warning: incompatible implicit declaration of built-in function 'strdup' >./scan.c:362: warning: incompatible implicit declaration of built-in function 'strdup' >./scan.c: In function 'ScanOtherColors': >./scan.c:499: warning: incompatible implicit declaration of built-in function 'strdup' >./scan.c:510: warning: incompatible implicit declaration of built-in function 'strdup' >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./hashtab.c -o hashtab.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./parse.c -fPIC -DPIC -o .libs/parse.o >./parse.c: In function 'ParseColors': >./parse.c:372: warning: cast to pointer from integer of different size >./parse.c:454: warning: cast to pointer from integer of different size >./parse.c: In function 'ParsePixels': >./parse.c:616: warning: cast from pointer to integer of different size >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./WrFFrP.c -o WrFFrP.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./RdFToP.c -o RdFToP.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./hashtab.c -fPIC -DPIC -o .libs/hashtab.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrPFrDat.c -o CrPFrDat.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./RdFToP.c -fPIC -DPIC -o .libs/RdFToP.o > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./WrFFrP.c -fPIC -DPIC -o .libs/WrFFrP.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrDatFrP.c -o CrDatFrP.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./WrFFrI.c -o WrFFrI.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrPFrDat.c -fPIC -DPIC -o .libs/CrPFrDat.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./RdFToI.c -o RdFToI.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./WrFFrI.c -fPIC -DPIC -o .libs/WrFFrI.o > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrDatFrP.c -fPIC -DPIC -o .libs/CrDatFrP.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrIFrDat.c -o CrIFrDat.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrDatFrI.c -o CrDatFrI.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./RdFToI.c -fPIC -DPIC -o .libs/RdFToI.o > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrIFrDat.c -fPIC -DPIC -o .libs/CrIFrDat.o > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrDatFrI.c -fPIC -DPIC -o .libs/CrDatFrI.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrIFrBuf.c -o CrIFrBuf.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrPFrBuf.c -o CrPFrBuf.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrBufFrI.c -o CrBufFrI.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrPFrBuf.c -fPIC -DPIC -o .libs/CrPFrBuf.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrBufFrP.c -o CrBufFrP.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrIFrBuf.c -fPIC -DPIC -o .libs/CrIFrBuf.o > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrBufFrI.c -fPIC -DPIC -o .libs/CrBufFrI.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./RdFToDat.c -o RdFToDat.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrBufFrP.c -fPIC -DPIC -o .libs/CrBufFrP.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./WrFFrDat.c -o WrFFrDat.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./Attrib.c -o Attrib.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./RdFToDat.c -fPIC -DPIC -o .libs/RdFToDat.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrIFrP.c -o CrIFrP.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./WrFFrDat.c -fPIC -DPIC -o .libs/WrFFrDat.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrPFrI.c -o CrPFrI.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./Attrib.c -fPIC -DPIC -o .libs/Attrib.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./Image.c -o Image.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrIFrP.c -fPIC -DPIC -o .libs/CrIFrP.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./Info.c -o Info.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./Image.c -fPIC -DPIC -o .libs/Image.o > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./CrPFrI.c -fPIC -DPIC -o .libs/CrPFrI.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./RdFToBuf.c -o RdFToBuf.lo >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./WrFFrBuf.c -o WrFFrBuf.lo > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./Info.c -fPIC -DPIC -o .libs/Info.o > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./RdFToBuf.c -fPIC -DPIC -o .libs/RdFToBuf.o > x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.../../../../mzscheme/gc -I.../../../../wxxt/src/AIAI-include -I.../../../../wxxt/src -I.../../../../mred/wxme/ -I.../../../../mzscheme/include/ -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -march=core2 -O3 -pipe -fomit-frame-pointer -I../../../../mzscheme -c ./WrFFrBuf.c -fPIC -DPIC -o .libs/WrFFrBuf.o >/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/lt/libtool --mode=link --tag=CC x86_64-pc-linux-gnu-gcc -o libXpm.la data.lo create.lo misc.lo rgb.lo scan.lo parse.lo hashtab.lo WrFFrP.lo RdFToP.lo CrPFrDat.lo CrDatFrP.lo WrFFrI.lo RdFToI.lo CrIFrDat.lo CrDatFrI.lo CrIFrBuf.lo CrPFrBuf.lo CrBufFrI.lo CrBufFrP.lo RdFToDat.lo WrFFrDat.lo Attrib.lo CrIFrP.lo CrPFrI.lo Image.lo Info.lo RdFToBuf.lo WrFFrBuf.lo >ar cru .libs/libXpm.a .libs/data.o .libs/create.o .libs/misc.o .libs/rgb.o .libs/scan.o .libs/parse.o .libs/hashtab.o .libs/WrFFrP.o .libs/RdFToP.o .libs/CrPFrDat.o .libs/CrDatFrP.o .libs/WrFFrI.o .libs/RdFToI.o .libs/CrIFrDat.o .libs/CrDatFrI.o .libs/CrIFrBuf.o .libs/CrPFrBuf.o .libs/CrBufFrI.o .libs/CrBufFrP.o .libs/RdFToDat.o .libs/WrFFrDat.o .libs/Attrib.o .libs/CrIFrP.o .libs/CrPFrI.o .libs/Image.o .libs/Info.o .libs/RdFToBuf.o .libs/WrFFrBuf.o >ranlib .libs/libXpm.a >creating libXpm.la >(cd .libs && rm -f libXpm.la && ln -s ../libXpm.la libXpm.la) >: libXpm.la >make[6]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/wxxt/contrib/xpm/lib' >make[5]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/wxxt/src/x' >make[4]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred' >cd wxs; make ccsources >make[4]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred/wxs' >make[4]: Nothing to be done for `ccsources'. >make[4]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred/wxs' >cd gc2; make gen-deps >make[4]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred/gc2' >../../mzscheme/mzscheme3m -cqu "./gen-deps.ss" >make[4]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred/gc2' >cd gc2; make 3m >make[4]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred/gc2' >mkdir xsrc >make ../mred3m >make[5]: Entering directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred/gc2' >../../mzscheme/mzscheme3m -cqu ./../../mzscheme/gc2/xform.ss --setup ../../mzscheme/gc2 --cpp "x86_64-pc-linux-gnu-g++ -E -I./../../mzscheme/gc2 -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DNEWGC_BTC_ACCOUNT -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -I./../../wxxt/src/XWidgets -I./../../wxxt/src " -o xsrc/mrmain.cc +D INITIAL_COLLECTS_DIRECTORY='"'"`cd ./../../../collects; pwd`"'"' ./../mrmain.cxx >../../mzscheme/mzscheme3m -cqu ./../../mzscheme/gc2/xform.ss --setup ../../mzscheme/gc2 --cpp "x86_64-pc-linux-gnu-g++ -E -I./../../mzscheme/gc2 -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DNEWGC_BTC_ACCOUNT -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -I./../../wxxt/src/XWidgets -I./../../wxxt/src " -o xsrc/Window.cc ./../../wxxt/src/Windows/Window.cc >../../mzscheme/mzscheme3m -cqu ./../../mzscheme/gc2/xform.ss --setup ../../mzscheme/gc2 --cpp "x86_64-pc-linux-gnu-g++ -E -I./../../mzscheme/gc2 -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DNEWGC_BTC_ACCOUNT -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -I./../../wxxt/src/XWidgets -I./../../wxxt/src " -o xsrc/Button.cc ./../../wxxt/src/Windows/Button.cc >make[5]: *** [xsrc/Window.cc] Segmentation fault >make[5]: *** Waiting for unfinished jobs.... >make[5]: *** [xsrc/Button.cc] Segmentation fault >make[5]: *** [xsrc/mrmain.cc] Segmentation fault >make[5]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred/gc2' >make[4]: *** [3m] Error 2 >make[4]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred/gc2' >make[3]: *** [3m] Error 2 >make[3]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src/mred' >make[2]: *** [mred-3m] Error 2 >make[2]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src' >make[1]: *** [3m] Error 2 >make[1]: Leaving directory `/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/work/plt-4.1.4/src' >make: *** [all] Error 2 > [31;01m*[0m > [31;01m*[0m ERROR: dev-scheme/plt-scheme-4.1.4 failed. > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_compile > [31;01m*[0m environment, line 2397: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m emake || die "emake failed"; > [31;01m*[0m The die message: > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. > [31;01m*[0m A complete build log is located at '/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-scheme/plt-scheme-4.1.4/temp/environment'. > [31;01m*[0m
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 256044
: 179383