[Vm-dev] [commit] r2239 - Replace malloc.h with stdlib.h in IA32ABI for FreeBSD.

Frank Shearar frank.shearar at angband.za.org
Fri Jul 16 20:23:38 UTC 2010


On 2010/07/16 21:49, Frank Shearar wrote:
>
>
>
>
> On 2010/07/16 21:02, commits at squeakvm.org wrote:
>>
>> Author: eliot
>> Date: 2010-07-16 12:02:00 -0700 (Fri, 16 Jul 2010)
>> New Revision: 2239
>>
>> Modified:
>> branches/Cog/platforms/Cross/plugins/IA32ABI/ia32abicc.c
>> Log:
>> Replace malloc.h with stdlib.h in IA32ABI for FreeBSD.
>>
>>
>> Modified: branches/Cog/platforms/Cross/plugins/IA32ABI/ia32abicc.c
>> ===================================================================
>
> OK, with these changes we now hit an error on:
>
> gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1
> -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1 -export-dynamic -c -o
> disabledPlugins.o disabledPlugins.c
> disabledPlugins.c:20: error: redefinition of 'vm_sound_OSS_exports'
> disabledPlugins.c:14: error: previous definition of
> 'vm_sound_OSS_exports' was here
> disabledPlugins.c:21: error: redefinition of 'vm_display_fbdev_exports'
> disabledPlugins.c:8: error: previous definition of
> 'vm_display_fbdev_exports' was here
> *** Error code 1
>
> I've attached the generated disabledPlugins.c.
>
> configure.txt shows the output of configure, and make-install.txt the
> output from running make install.

Sorry, THESE attachments show the above.

frank
-------------- next part --------------
Script started on Fri Jul 16 21:33:07 2010
/usr/home/frank/temp/src
checking sanity of generated src directory... okay
checking build system type... i386-unknown-freebsd7.3
checking host system type... i386-unknown-freebsd7.3

Configuring Squeak 3.9-7 (3.9a-7024) for i386-freebsd7.3

checking whether make sets $(MAKE)... yes
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 as... as
checking for GNU as... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for BSD-compatible nm... /usr/bin/nm -B
checking for ln... ln
checking "size of int"... "okay"
checking "size of double"... "okay"
checking for 64-bit integer type... long long
checking how to run the C preprocessor... gcc -E
checking for egrep... 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 for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for void *... yes
checking size of void *... 4
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... (cached) 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/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd7.3 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/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) 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/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd7.3 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 f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 static flag -static works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd7.3 ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/filio.h usability... yes
checking sys/filio.h presence... yes
checking for sys/filio.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking features.h usability... no
checking features.h presence... no
checking for features.h... no
checking alloca.h usability... no
checking alloca.h presence... no
checking for alloca.h... no
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for socklen_t in sys/socket.h... yes
checking for atexit or on_exit... atexit
checking for tzset... yes
checking for gmtoff in struct tm... yes
checking for timezone and daylight variables... yes
checking for gethostname in unistd.h... yes
checking for yp_bind in -lnsl... no
checking for socket in -lsocket... no
checking for sin in -lm... yes
checking for pthread_create in -lpthread... yes
checking for _dyld_present... no
checking for dlfcn.h... (cached) yes
checking for dlopen... yes
checking for snprintf... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for working alloca.h... no
checking for alloca... yes
checking for i386 optimisation flags... (none)
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether we can compile gcc3x-cointerp.c... yes
checking for prefix to use for loadable modules... (none)
checking for compiler flags to force 32-bit addresses... 
checking whether byte ordering is bigendian... no
checking whether unaligned access to doubles is ok... yes
checking iconv.h usability... no
checking iconv.h presence... no
checking for iconv.h... no
checking for _dyld_present... (cached) no
checking for iconv_open in -liconv... no
checking for libiconv_open in -liconv... no
checking for nl_langinfo and CODESET... yes
checking for nanosleep... yes
checking for custom display support... no
******** disabling vm-display-custom
checking linux/fb.h usability... no
checking linux/fb.h presence... no
checking for linux/fb.h... no
******** disabling vm-display-fbdev
******** disabling vm-display-Quartz
checking for X... libraries /usr/local/lib, headers /usr/local/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDisplay in -lX11... yes
checking for XShmAttach in -lXext... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for glIsEnabled in -lGL... no
checking for Advanced Linux Sound Architecture... no
******** disabling vm-sound-ALSA
checking for custom sound support... no
******** disabling vm-sound-custom
checking for Mac OS X CoreAudio... no
******** disabling vm-sound-MacOSX
checking for Network Audio System... no
******** disabling vm-sound-NAS
checking for Open Sound System... no
******** disabling vm-sound-OSS
checking for SunOS/Solaris audio... no
******** disabling vm-sound-Sun
checking for MIDI support via ALSA... no
******** disabling MIDIPlugin
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking libutil.h usability... yes
checking libutil.h presence... yes
checking for libutil.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking for library containing openpty... -lutil
******** disabling PyBridge
checking for FFI support... requires libffi
checking ffi.h usability... no
checking ffi.h presence... no
checking for ffi.h... no
******** disabling SqueakFFIPrims
checking for unsetenv... yes
checking for UUID support... no
******** disabling UUIDPlugin
checking for XOpenDisplay in -lX11... (cached) yes
******** disabling vm-sound-OSS
******** disabling vm-display-fbdev
configure: creating ./config.status
config.status: creating mkconfig
config.status: creating make.cfg
config.status: creating make.int
config.status: creating make.ext
config.status: creating make.prg
config.status: creating inisqueak
config.status: creating squeak.sh
config.status: creating bin.squeak.sh
config.status: creating Makefile
config.status: creating config.h
config.status: executing default commands
creating vm/Makefile
creating vm-display-X11/Makefile
creating vm-display-null/Makefile
creating vm-sound-null/Makefile
creating ADPCMCodecPlugin/Makefile
creating AsynchFilePlugin/Makefile
creating B2DPlugin/Makefile
creating BitBltPlugin/Makefile
creating BMPReadWriterPlugin/Makefile
creating CroquetPlugin/Makefile
creating ZipPlugin/Makefile
creating DropPlugin/Makefile
creating DSAPrims/Makefile
creating FFTPlugin/Makefile
creating FileCopyPlugin/Makefile
creating FilePlugin/Makefile
creating FloatArrayPlugin/Makefile
creating FloatMathPlugin/Makefile
creating IA32ABI/Makefile
creating JoystickTabletPlugin/Makefile
creating JPEGReaderPlugin/Makefile
creating JPEGReadWriter2Plugin/Makefile
creating Klatt/Makefile
creating LargeIntegers/Makefile
creating Matrix2x3Plugin/Makefile
creating MiscPrimitivePlugin/Makefile
creating Mpeg3Plugin/Makefile
creating RePlugin/Makefile
creating SecurityPlugin/Makefile
creating SerialPlugin/Makefile
creating SocketPlugin/Makefile
creating SoundCodecPrims/Makefile
creating SoundGenerationPlugin/Makefile
creating SoundPlugin/Makefile
creating StarSqueakPlugin/Makefile
creating SurfacePlugin/Makefile
creating B3DAcceleratorPlugin/Makefile
creating LocalePlugin/Makefile
creating UnixOSProcessPlugin/Makefile

Script done on Fri Jul 16 21:33:25 2010
-------------- next part --------------
Script started on Fri Jul 16 21:33:25 2010
"Makefile", line 270: warning: duplicate script for target "cogit.o" ignored
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o gcc3x-cointerp.o /usr/home/frank/temp/src/vm/gcc3x-cointerp.c
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c:1341: warning: initialization from incompatible pointer type
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c:1440: warning: initialization from incompatible pointer type
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c:1458: warning: initialization from incompatible pointer type
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c:1491: warning: initialization from incompatible pointer type
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c: In function 'interpret':
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c:1870: warning: ignoring asm-specifier for non-static local variable 'currentBytecode'
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c:1872: warning: ignoring asm-specifier for non-static local variable 'localIP'
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c:1874: warning: ignoring asm-specifier for non-static local variable 'localSP'
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c: In function 'callbackEnter':
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c:10546: warning: assignment discards qualifiers from pointer target type
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c:10547: warning: assignment discards qualifiers from pointer target type
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c: In function 'highBit':
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c:17394: warning: left shift count >= width of type
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c:17395: warning: right shift count >= width of type
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c: In function 'primitiveClockLogAddresses':
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c:24274: warning: passing argument 1 of 'positive32BitIntegerFor' makes integer from pointer without a cast
/usr/home/frank/temp/src/vm/gcc3x-cointerp.c:24275: warning: passing argument 1 of 'positive32BitIntegerFor' makes integer from pointer without a cast
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o cogit.o /usr/home/frank/temp/src/vm/cogit.c
/usr/home/frank/temp/src/vm/cogit.c: In function 'addressIsInFixups':
/usr/home/frank/temp/src/vm/cogit.c:1705: warning: comparison of distinct pointer types lacks a cast
/usr/home/frank/temp/src/vm/cogit.c:1705: warning: comparison of distinct pointer types lacks a cast
/usr/home/frank/temp/src/vm/cogit.c: In function 'methodFor':
/usr/home/frank/temp/src/vm/cogit.c:10819: warning: comparison of distinct pointer types lacks a cast
/usr/home/frank/temp/src/vm/cogit.c:10824: warning: comparison of distinct pointer types lacks a cast
/usr/home/frank/temp/src/vm/cogit.c:10825: warning: comparison of distinct pointer types lacks a cast
/usr/home/frank/temp/unixbuild/mkNamedPrims.sh /usr/home/frank/temp/unixbuild/bld/plugins.int >/usr/home/frank/temp/unixbuild/bld/sqNamedPrims.h
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o sqNamedPrims.o /usr/home/frank/temp/platforms/Cross/vm/sqNamedPrims.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o sqVirtualMachine.o /usr/home/frank/temp/platforms/Cross/vm/sqVirtualMachine.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o sqHeapMap.o /usr/home/frank/temp/platforms/Cross/vm/sqHeapMap.c
/usr/home/frank/temp/platforms/Cross/vm/sqHeapMap.c: In function 'heapMapAtWordPut':
/usr/home/frank/temp/platforms/Cross/vm/sqHeapMap.c:81: warning: incompatible implicit declaration of built-in function 'memset'
/usr/home/frank/temp/platforms/Cross/vm/sqHeapMap.c: In function 'clearHeapMap':
/usr/home/frank/temp/platforms/Cross/vm/sqHeapMap.c:99: warning: incompatible implicit declaration of built-in function 'memset'
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o sqExternalSemaphores.o /usr/home/frank/temp/platforms/Cross/vm/sqExternalSemaphores.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o sqTicker.o /usr/home/frank/temp/platforms/Cross/vm/sqTicker.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o aio.o /usr/home/frank/temp/platforms/unix/vm/aio.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o debug.o /usr/home/frank/temp/platforms/unix/vm/debug.c
/usr/home/frank/temp/platforms/unix/vm/debug.c: In function '__sq_assert':
/usr/home/frank/temp/platforms/unix/vm/debug.c:21: warning: incompatible implicit declaration of built-in function 'abort'
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o osExports.o /usr/home/frank/temp/platforms/unix/vm/osExports.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o sqUnixExternalPrims.o /usr/home/frank/temp/platforms/unix/vm/sqUnixExternalPrims.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o sqUnixMemory.o /usr/home/frank/temp/platforms/unix/vm/sqUnixMemory.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o sqUnixCharConv.o /usr/home/frank/temp/platforms/unix/vm/sqUnixCharConv.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o sqUnixMain.o /usr/home/frank/temp/platforms/unix/vm/sqUnixMain.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o sqUnixVMProfile.o /usr/home/frank/temp/platforms/unix/vm/sqUnixVMProfile.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o sqUnixHeartbeat.o /usr/home/frank/temp/platforms/unix/vm/sqUnixHeartbeat.c
/usr/home/frank/temp/platforms/unix/vm/sqUnixHeartbeat.c:355: warning: 'struct siginfo' declared inside parameter list
/usr/home/frank/temp/platforms/unix/vm/sqUnixHeartbeat.c:355: warning: its scope is only this definition or declaration, which is probably not what you want
/usr/home/frank/temp/platforms/unix/vm/sqUnixHeartbeat.c:460: warning: 'struct siginfo' declared inside parameter list
/usr/home/frank/temp/platforms/unix/vm/sqUnixHeartbeat.c: In function 'ioInitHeartbeat':
/usr/home/frank/temp/platforms/unix/vm/sqUnixHeartbeat.c:526: warning: passing argument 3 of 'pthread_create' from incompatible pointer type
/usr/home/frank/temp/platforms/unix/vm/sqUnixHeartbeat.c:532: warning: assignment from incompatible pointer type
/usr/home/frank/temp/platforms/unix/vm/sqUnixHeartbeat.c:544: warning: assignment from incompatible pointer type
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/src/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/local/include   -c -o sqUnixThreads.o /usr/home/frank/temp/platforms/unix/vm/sqUnixThreads.c
ar -rc vm.a gcc3x-cointerp.o cogit.o sqNamedPrims.o sqVirtualMachine.o sqHeapMap.o sqExternalSemaphores.o sqTicker.o aio.o debug.o osExports.o  sqUnixExternalPrims.o sqUnixMemory.o sqUnixCharConv.o sqUnixMain.o  sqUnixVMProfile.o sqUnixHeartbeat.o sqUnixThreads.o
ranlib vm.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o ADPCMCodecPlugin.o /usr/home/frank/temp/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c
ar -rc ADPCMCodecPlugin.a ADPCMCodecPlugin.o 
ranlib ADPCMCodecPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/AsynchFilePlugin -I/usr/home/frank/temp/platforms/unix/plugins/AsynchFilePlugin   -c -o AsynchFilePlugin.o /usr/home/frank/temp/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/AsynchFilePlugin -I/usr/home/frank/temp/platforms/unix/plugins/AsynchFilePlugin   -c -o sqUnixAsynchFile.o /usr/home/frank/temp/platforms/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c
ar -rc AsynchFilePlugin.a AsynchFilePlugin.o sqUnixAsynchFile.o 
ranlib AsynchFilePlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o B2DPlugin.o /usr/home/frank/temp/src/plugins/B2DPlugin/B2DPlugin.c
/usr/home/frank/temp/src/plugins/B2DPlugin/B2DPlugin.c: In function 'stepToFirstBezierInat':
/usr/home/frank/temp/src/plugins/B2DPlugin/B2DPlugin.c:10990: warning: assignment makes integer from pointer without a cast
/usr/home/frank/temp/src/plugins/B2DPlugin/B2DPlugin.c: In function 'stepToNextBezier':
/usr/home/frank/temp/src/plugins/B2DPlugin/B2DPlugin.c:11333: warning: assignment makes integer from pointer without a cast
/usr/home/frank/temp/src/plugins/B2DPlugin/B2DPlugin.c: In function 'stepToNextBezierInat':
/usr/home/frank/temp/src/plugins/B2DPlugin/B2DPlugin.c:11414: warning: assignment makes integer from pointer without a cast
/usr/home/frank/temp/src/plugins/B2DPlugin/B2DPlugin.c: In function 'stepToNextWideBezierInat':
/usr/home/frank/temp/src/plugins/B2DPlugin/B2DPlugin.c:11529: warning: assignment makes integer from pointer without a cast
/usr/home/frank/temp/src/plugins/B2DPlugin/B2DPlugin.c:11559: warning: assignment makes integer from pointer without a cast
ar -rc B2DPlugin.a B2DPlugin.o 
ranlib B2DPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o BitBltPlugin.o /usr/home/frank/temp/src/plugins/BitBltPlugin/BitBltPlugin.c
ar -rc BitBltPlugin.a BitBltPlugin.o 
ranlib BitBltPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o BMPReadWriterPlugin.o /usr/home/frank/temp/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
ar -rc BMPReadWriterPlugin.a BMPReadWriterPlugin.o 
ranlib BMPReadWriterPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/CroquetPlugin   -c -o CroquetPlugin.o /usr/home/frank/temp/src/plugins/CroquetPlugin/CroquetPlugin.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/CroquetPlugin   -c -o tribox.o /usr/home/frank/temp/platforms/Cross/plugins/CroquetPlugin/tribox.c
ar -rc CroquetPlugin.a CroquetPlugin.o tribox.o 
ranlib CroquetPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o ZipPlugin.o /usr/home/frank/temp/src/plugins/ZipPlugin/ZipPlugin.c
ar -rc ZipPlugin.a ZipPlugin.o 
ranlib ZipPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/DropPlugin  -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin -c -o DropPlugin.o /usr/home/frank/temp/src/plugins/DropPlugin/DropPlugin.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/DropPlugin  -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin -c -o sqUnixDragDrop.o /usr/home/frank/temp/platforms/unix/plugins/DropPlugin/sqUnixDragDrop.c
/usr/home/frank/temp/platforms/unix/plugins/DropPlugin/sqUnixDragDrop.c: In function 'dropRequestFileHandle':
/usr/home/frank/temp/platforms/unix/plugins/DropPlugin/sqUnixDragDrop.c:74: warning: passing argument 2 of 'sqFileOpen' makes pointer from integer without a cast
ar -rc DropPlugin.a DropPlugin.o sqUnixDragDrop.o 
ranlib DropPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o DSAPrims.o /usr/home/frank/temp/src/plugins/DSAPrims/DSAPrims.c
ar -rc DSAPrims.a DSAPrims.o 
ranlib DSAPrims.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o FFTPlugin.o /usr/home/frank/temp/src/plugins/FFTPlugin/FFTPlugin.c
ar -rc FFTPlugin.a FFTPlugin.o 
ranlib FFTPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FileCopyPlugin   -c -o FileCopyPlugin.o /usr/home/frank/temp/src/plugins/FileCopyPlugin/FileCopyPlugin.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FileCopyPlugin   -c -o sqUnixFileCopyPlugin.o /usr/home/frank/temp/platforms/unix/plugins/FileCopyPlugin/sqUnixFileCopyPlugin.c
ar -rc FileCopyPlugin.a FileCopyPlugin.o sqUnixFileCopyPlugin.o 
ranlib FileCopyPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin   -c -o FilePlugin.o /usr/home/frank/temp/src/plugins/FilePlugin/FilePlugin.c
/usr/home/frank/temp/src/plugins/FilePlugin/FilePlugin.c: In function 'primitiveFileStdioHandles':
/usr/home/frank/temp/src/plugins/FilePlugin/FilePlugin.c:876: warning: passing argument 1 of 'sqFileStdioHandlesInto' from incompatible pointer type
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin   -c -o sqFilePluginBasicPrims.o /usr/home/frank/temp/platforms/Cross/plugins/FilePlugin/sqFilePluginBasicPrims.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin   -c -o sqUnixFile.o /usr/home/frank/temp/platforms/unix/plugins/FilePlugin/sqUnixFile.c
ar -rc FilePlugin.a FilePlugin.o sqFilePluginBasicPrims.o sqUnixFile.o 
ranlib FilePlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o FloatArrayPlugin.o /usr/home/frank/temp/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
ar -rc FloatArrayPlugin.a FloatArrayPlugin.o 
ranlib FloatArrayPlugin.a
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o FloatMathPlugin.o /usr/home/frank/temp/src/plugins/FloatMathPlugin/FloatMathPlugin.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o acos.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/acos.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o acosh.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/acosh.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o asin.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/asin.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o asinh.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/asinh.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o atan.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/atan.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o atan2.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/atan2.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o atanh.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/atanh.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o copysign.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/copysign.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o cos.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/cos.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o cosh.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/cosh.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o exp.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/exp.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o expm1.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/expm1.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o finite.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/finite.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o fmod.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/fmod.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o hypot.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/hypot.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o isnan.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/isnan.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o k_cos.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/k_cos.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o k_rem_pio2.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/k_rem_pio2.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o k_sin.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/k_sin.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o k_tan.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/k_tan.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o ldexp.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/ldexp.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o log.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/log.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o log10.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/log10.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o log1p.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/log1p.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o modf.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/modf.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o pow.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/pow.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o rem_pio2.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/rem_pio2.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o rint.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/rint.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o scalb.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/scalb.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o scalbn.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/scalbn.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o sin.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/sin.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o sinh.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/sinh.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o sqrt.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/sqrt.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o tan.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/tan.c
gcc -O -fomit-frame-pointer -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o tanh.o /usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin/tanh.c
ar -rc FloatMathPlugin.a FloatMathPlugin.o acos.o acosh.o asin.o asinh.o atan.o atan2.o atanh.o copysign.o cos.o cosh.o exp.o expm1.o finite.o fmod.o hypot.o isnan.o k_cos.o k_rem_pio2.o k_sin.o k_tan.o ldexp.o log.o log10.o log1p.o modf.o pow.o rem_pio2.o rint.o scalb.o scalbn.o sin.o sinh.o sqrt.o tan.o tanh.o 
ranlib FloatMathPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI   -c -o IA32ABI.o /usr/home/frank/temp/src/plugins/IA32ABI/IA32ABI.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI   -c -o ia32abicc.o /usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/ia32abicc.c
In file included from /usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/ia32abicc.c:128:
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/dabusiness.h: In function 'callIA32IntegralReturn':
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/dabusiness.h:60: warning: incompatible implicit declaration of built-in function 'memcpy'
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/dabusiness.h:90: warning: incompatible implicit declaration of built-in function 'memcpy'
In file included from /usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/ia32abicc.c:137:
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/dabusiness.h: In function 'callIA32FloatReturn':
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/dabusiness.h:60: warning: incompatible implicit declaration of built-in function 'memcpy'
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/dabusiness.h:90: warning: incompatible implicit declaration of built-in function 'memcpy'
In file included from /usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/ia32abicc.c:146:
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/dabusiness.h: In function 'callIA32DoubleReturn':
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/dabusiness.h:60: warning: incompatible implicit declaration of built-in function 'memcpy'
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/dabusiness.h:90: warning: incompatible implicit declaration of built-in function 'memcpy'
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/ia32abicc.c: In function 'thunkEntry':
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/ia32abicc.c:184: warning: incompatible implicit declaration of built-in function 'printf'
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/ia32abicc.c:229: warning: incompatible implicit declaration of built-in function 'memcpy'
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/ia32abicc.c: In function 'allocateExecutablePage':
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/ia32abicc.c:279: warning: assignment makes pointer from integer without a cast
/usr/home/frank/temp/platforms/Cross/plugins/IA32ABI/ia32abicc.c:282: warning: incompatible implicit declaration of built-in function 'memset'
ar -rc IA32ABI.a IA32ABI.o ia32abicc.o 
ranlib IA32ABI.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JoystickTabletPlugin   -c -o JoystickTabletPlugin.o /usr/home/frank/temp/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JoystickTabletPlugin   -c -o sqUnixJoystickTablet.o /usr/home/frank/temp/platforms/unix/plugins/JoystickTabletPlugin/sqUnixJoystickTablet.c
ar -rc JoystickTabletPlugin.a JoystickTabletPlugin.o sqUnixJoystickTablet.o 
ranlib JoystickTabletPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o JPEGReaderPlugin.o /usr/home/frank/temp/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
ar -rc JPEGReaderPlugin.a JPEGReaderPlugin.o 
ranlib JPEGReaderPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o JPEGReadWriter2Plugin.o /usr/home/frank/temp/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
In file included from /usr/home/frank/temp/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c:36:
/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.h:17:100: warning: no newline at end of file
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o Error.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/Error.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jcapimin.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jcapimin.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jcapistd.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jcapistd.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jccoefct.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jccoefct.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jccolor.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jccolor.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jcdctmgr.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jcdctmgr.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jchuff.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jchuff.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jcinit.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jcinit.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jcmainct.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jcmainct.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jcmarker.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jcmarker.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jcmaster.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jcmaster.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jcomapi.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jcomapi.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jcparam.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jcparam.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jcphuff.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jcphuff.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jcprepct.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jcprepct.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jcsample.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jcsample.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jctrans.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jctrans.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdapimin.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdapimin.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdapistd.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdapistd.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdatadst.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdatadst.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdatasrc.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdatasrc.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdcoefct.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdcoefct.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdcolor.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdcolor.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jddctmgr.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jddctmgr.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdhuff.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdhuff.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdinput.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdinput.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdmainct.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdmainct.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdmarker.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdmarker.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdmaster.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdmaster.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdmerge.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdmerge.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdphuff.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdphuff.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdpostct.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdpostct.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdsample.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdsample.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jdtrans.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jdtrans.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jerror.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jerror.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jfdctflt.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jfdctflt.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jfdctfst.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jfdctfst.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jfdctint.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jfdctint.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jidctflt.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jidctflt.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jidctfst.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jidctfst.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jidctint.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jidctint.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jidctred.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jidctred.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jmemdatadst.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jmemdatadst.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jmemdatasrc.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jmemdatasrc.c
/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jmemdatasrc.c:201:2: warning: no newline at end of file
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jmemmgr.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jmemmgr.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jmemnobs.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jmemnobs.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jquant1.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jquant1.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jquant2.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jquant2.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o jutils.o /usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/jutils.c
ar -rc JPEGReadWriter2Plugin.a JPEGReadWriter2Plugin.o Error.o jcapimin.o jcapistd.o jccoefct.o jccolor.o jcdctmgr.o jchuff.o jcinit.o jcmainct.o jcmarker.o jcmaster.o jcomapi.o jcparam.o jcphuff.o jcprepct.o jcsample.o jctrans.o jdapimin.o jdapistd.o jdatadst.o jdatasrc.o jdcoefct.o jdcolor.o jddctmgr.o jdhuff.o jdinput.o jdmainct.o jdmarker.o jdmaster.o jdmerge.o jdphuff.o jdpostct.o jdsample.o jdtrans.o jerror.o jfdctflt.o jfdctfst.o jfdctint.o jidctflt.o jidctfst.o jidctint.o jidctred.o jmemdatadst.o jmemdatasrc.o jmemmgr.o jmemnobs.o jquant1.o jquant2.o jutils.o 
ranlib JPEGReadWriter2Plugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o Klatt.o /usr/home/frank/temp/src/plugins/Klatt/Klatt.c
ar -rc Klatt.a Klatt.o 
ranlib Klatt.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o LargeIntegers.o /usr/home/frank/temp/src/plugins/LargeIntegers/LargeIntegers.c
ar -rc LargeIntegers.a LargeIntegers.o 
ranlib LargeIntegers.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o Matrix2x3Plugin.o /usr/home/frank/temp/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
ar -rc Matrix2x3Plugin.a Matrix2x3Plugin.o 
ranlib Matrix2x3Plugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o MiscPrimitivePlugin.o /usr/home/frank/temp/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
ar -rc MiscPrimitivePlugin.a MiscPrimitivePlugin.o 
ranlib MiscPrimitivePlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o Mpeg3Plugin.o /usr/home/frank/temp/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
/usr/home/frank/temp/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c: In function 'primitiveMPEG3CheckSig':
/usr/home/frank/temp/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c:312: warning: passing argument 2 of 'sqFilenameFromString' makes integer from pointer without a cast
/usr/home/frank/temp/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c: In function 'primitiveMPEG3Open':
/usr/home/frank/temp/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c:754: warning: passing argument 2 of 'sqFilenameFromString' makes integer from pointer without a cast
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o getpicture.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/getpicture.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o headers.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/headers.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o idct.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/idct.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o macroblocks.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/macroblocks.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o mmxtest.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/mmxtest.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o motion.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/motion.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o mpeg3video.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o output.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/output.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o reconstruct.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/reconstruct.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o seek.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/seek.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o slice.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/slice.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o vlc.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/vlc.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o dct.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio/dct.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o header.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio/header.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o layer1.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio/layer1.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o layer2.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio/layer2.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o layer3.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio/layer3.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o mpeg3audio.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o pcm.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio/pcm.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o synthesizers.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio/synthesizers.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o tables.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio/tables.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o bitstream.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o changesForSqueak.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c
/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c: In function 'memoryAllocate':
/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c:74: warning: incompatible implicit declaration of built-in function 'calloc'
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o libmpeg3.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/libmpeg3.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o mpeg3atrack.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o mpeg3demux.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o mpeg3io.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o mpeg3title.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H -DNOPTHREADS -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/audio -I/usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video   -c -o mpeg3vtrack.o /usr/home/frank/temp/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3vtrack.c
ar -rc Mpeg3Plugin.a Mpeg3Plugin.o getpicture.o headers.o idct.o macroblocks.o mmxtest.o motion.o  mpeg3video.o output.o reconstruct.o seek.o slice.o vlc.o dct.o header.o layer1.o layer2.o layer3.o mpeg3audio.o pcm.o  synthesizers.o tables.o bitstream.o changesForSqueak.o libmpeg3.o mpeg3atrack.o  mpeg3demux.o mpeg3io.o mpeg3title.o mpeg3vtrack.o
ranlib Mpeg3Plugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/RePlugin   -c -o RePlugin.o /usr/home/frank/temp/src/plugins/RePlugin/RePlugin.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/RePlugin   -c -o chartables.o /usr/home/frank/temp/platforms/Cross/plugins/RePlugin/chartables.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/RePlugin   -c -o get.o /usr/home/frank/temp/platforms/Cross/plugins/RePlugin/get.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/RePlugin   -c -o pcre.o /usr/home/frank/temp/platforms/Cross/plugins/RePlugin/pcre.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/RePlugin   -c -o study.o /usr/home/frank/temp/platforms/Cross/plugins/RePlugin/study.c
ar -rc RePlugin.a RePlugin.o chartables.o get.o pcre.o study.o 
ranlib RePlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SecurityPlugin   -c -o SecurityPlugin.o /usr/home/frank/temp/src/plugins/SecurityPlugin/SecurityPlugin.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SecurityPlugin   -c -o sqUnixSecurity.o /usr/home/frank/temp/platforms/unix/plugins/SecurityPlugin/sqUnixSecurity.c
ar -rc SecurityPlugin.a SecurityPlugin.o sqUnixSecurity.o 
ranlib SecurityPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SerialPlugin   -c -o SerialPlugin.o /usr/home/frank/temp/src/plugins/SerialPlugin/SerialPlugin.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SerialPlugin   -c -o sqUnixSerial.o /usr/home/frank/temp/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c
ar -rc SerialPlugin.a SerialPlugin.o sqUnixSerial.o 
ranlib SerialPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SocketPlugin   -c -o SocketPlugin.o /usr/home/frank/temp/src/plugins/SocketPlugin/SocketPlugin.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SocketPlugin   -c -o sqUnixSocket.o /usr/home/frank/temp/platforms/unix/plugins/SocketPlugin/sqUnixSocket.c
ar -rc SocketPlugin.a SocketPlugin.o sqUnixSocket.o 
ranlib SocketPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims   -c -o SoundCodecPrims.o /usr/home/frank/temp/src/plugins/SoundCodecPrims/SoundCodecPrims.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims   -c -o sqSoundCodecPluginBasicPrims.o /usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c
ar -rc SoundCodecPrims.a SoundCodecPrims.o sqSoundCodecPluginBasicPrims.o 
ranlib SoundCodecPrims.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SoundGenerationPlugin   -c -o SoundGenerationPlugin.o /usr/home/frank/temp/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SoundGenerationPlugin   -c -o sqOldSoundPrims.o /usr/home/frank/temp/platforms/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c
/usr/home/frank/temp/platforms/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:7:1: warning: "byteAt" redefined
In file included from /usr/home/frank/temp/platforms/Cross/vm/sq.h:19,
                 from /usr/home/frank/temp/platforms/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:3:
/usr/home/frank/temp/platforms/Cross/vm/sqMemoryAccess.h:111:1: warning: this is the location of the previous definition
/usr/home/frank/temp/platforms/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:8:1: warning: "byteAtput" redefined
/usr/home/frank/temp/platforms/Cross/vm/sqMemoryAccess.h:112:1: warning: this is the location of the previous definition
/usr/home/frank/temp/platforms/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:9:1: warning: "longAt" redefined
/usr/home/frank/temp/platforms/Cross/vm/sqMemoryAccess.h:115:1: warning: this is the location of the previous definition
/usr/home/frank/temp/platforms/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:10:1: warning: "longAtput" redefined
/usr/home/frank/temp/platforms/Cross/vm/sqMemoryAccess.h:116:1: warning: this is the location of the previous definition
ar -rc SoundGenerationPlugin.a SoundGenerationPlugin.o sqOldSoundPrims.o 
ranlib SoundGenerationPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SoundPlugin   -c -o SoundPlugin.o /usr/home/frank/temp/src/plugins/SoundPlugin/SoundPlugin.c
/usr/home/frank/temp/src/plugins/SoundPlugin/SoundPlugin.c: In function 'primitiveSetDefaultSoundPlayer':
/usr/home/frank/temp/src/plugins/SoundPlugin/SoundPlugin.c:324: warning: assignment makes integer from pointer without a cast
/usr/home/frank/temp/src/plugins/SoundPlugin/SoundPlugin.c: In function 'primitiveSetDefaultSoundRecorder':
/usr/home/frank/temp/src/plugins/SoundPlugin/SoundPlugin.c:355: warning: assignment makes integer from pointer without a cast
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SoundPlugin   -c -o sqUnixSound.o /usr/home/frank/temp/platforms/unix/plugins/SoundPlugin/sqUnixSound.c
ar -rc SoundPlugin.a SoundPlugin.o sqUnixSound.o 
ranlib SoundPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm    -c -o StarSqueakPlugin.o /usr/home/frank/temp/src/plugins/StarSqueakPlugin/StarSqueakPlugin.c
ar -rc StarSqueakPlugin.a StarSqueakPlugin.o 
ranlib StarSqueakPlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/unixbuild/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SurfacePlugin   -c -o SurfacePlugin.o /usr/home/frank/temp/platforms/Cross/plugins/SurfacePlugin/SurfacePlugin.c
ar -rc SurfacePlugin.a SurfacePlugin.o 
ranlib SurfacePlugin.a
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1     -export-dynamic -c -o disabledPlugins.o disabledPlugins.c
disabledPlugins.c:20: error: redefinition of 'vm_sound_OSS_exports'
disabledPlugins.c:14: error: previous definition of 'vm_sound_OSS_exports' was here
disabledPlugins.c:21: error: redefinition of 'vm_display_fbdev_exports'
disabledPlugins.c:8: error: previous definition of 'vm_display_fbdev_exports' was here
*** Error code 1

Stop in /usr/home/frank/temp/unixbuild/bld.

Script done on Fri Jul 16 21:34:42 2010


More information about the Vm-dev mailing list