[Vm-dev] Building a 64-bit VM for FreeBSD

Frank Shearar frank.shearar at angband.za.org
Wed Feb 11 19:36:04 UTC 2009


"Bert Freudenberg" <bert at freudenbergs.de> wrote:

> On 11.02.2009, at 19:32, Frank Shearar wrote:
> > OK. Does it matter that I'm running VMMaker on a Windows machine and
> > then
> > copying the resulting src/ over to a FreeBSD machine? (I'm thinking in
> > particular of line endings.)
>
> No. What I am wondering though is why you regenerate the sources at
> all. Did you change anything?

No; I'd tried simply checking out the squeakvm repository and compiling
that. That failed (see below), and so I thought that perhaps I'd _have_to_
have a 64 bit VM, that being the machine's architecture. (Also, the
lang/squeak port is explicitly marked as i386 only.)

> > I thought then I'd try compile the 3.10-4 straight as-is.
>
> Right. What's the problem with that?

Here's what I did:

cd ~/temp
mkdir bld
svn co http://squeakvm.org/svn/squeak/trunk/platforms

That checked out revision 1967.

cd ../bld
script configure.txt ../platforms/unix/config/configure

I've attached the resulting files.

frank
-------------- next part --------------
Script started on Wed Feb 11 19:30:37 2009
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/unix/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include   -c -o interp.o /usr/home/frank/temp/platforms/unix/src/vm/interp.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/unix/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include   -c -o sqNamedPrims.o /usr/home/frank/temp/platforms/Cross/vm/sqNamedPrims.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/unix/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include   -c -o sqVirtualMachine.o /usr/home/frank/temp/platforms/Cross/vm/sqVirtualMachine.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/unix/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include   -c -o aio.o /usr/home/frank/temp/platforms/unix/vm/aio.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/unix/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/unix/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include   -c -o osExports.o /usr/home/frank/temp/platforms/unix/vm/osExports.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/unix/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include   -c -o sqUnixExternalPrims.o /usr/home/frank/temp/platforms/unix/vm/sqUnixExternalPrims.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/unix/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include   -c -o sqUnixMemory.o /usr/home/frank/temp/platforms/unix/vm/sqUnixMemory.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/unix/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include   -c -o sqUnixCharConv.o /usr/home/frank/temp/platforms/unix/vm/sqUnixCharConv.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/unix/vm   -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include   -c -o sqUnixMain.o /usr/home/frank/temp/platforms/unix/vm/sqUnixMain.c
ar -rc vm.a interp.o sqNamedPrims.o sqVirtualMachine.o aio.o debug.o osExports.o  sqUnixExternalPrims.o sqUnixMemory.o sqUnixCharConv.o sqUnixMain.o
ranlib vm.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o ADPCMCodecPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c
ar -rc ADPCMCodecPlugin.a ADPCMCodecPlugin.o 
ranlib ADPCMCodecPlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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/platforms/unix/src/vm/intplugins/AsynchFilePlugin/AsynchFilePlugin.c
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/AsynchFilePlugin/AsynchFilePlugin.c: In function 'asyncFileValueOf':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/AsynchFilePlugin/AsynchFilePlugin.c:84: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/AsynchFilePlugin/AsynchFilePlugin.c: In function 'primitiveAsyncFileOpen':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/AsynchFilePlugin/AsynchFilePlugin.c:178: warning: cast from pointer to integer of different size
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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
/usr/home/frank/temp/platforms/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c: In function 'asyncFileOpen':
/usr/home/frank/temp/platforms/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c:192: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c: In function 'asyncFileReadResult':
/usr/home/frank/temp/platforms/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c:248: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c: In function 'asyncFileWriteStart':
/usr/home/frank/temp/platforms/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c:366: warning: cast to pointer from integer of different size
ar -rc AsynchFilePlugin.a AsynchFilePlugin.o sqUnixAsynchFile.o 
ranlib AsynchFilePlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o BMPReadWriterPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
ar -rc BMPReadWriterPlugin.a BMPReadWriterPlugin.o 
ranlib BMPReadWriterPlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o B2DPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c: In function 'bitmapValuebitsatXy':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:1336: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:1346: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c: In function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:3276: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:3277: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:3279: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:3296: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:3300: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:3301: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c: In function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:3618: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:3619: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:3621: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:3641: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:3645: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:3646: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c: In function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5017: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5018: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5019: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5020: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5021: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5022: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5024: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5025: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5026: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5027: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5028: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5029: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c: In function 'loadPointIntAtfrom':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5529: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c: In function 'loadPointShortAtfrom':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:5536: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c: In function 'shortRunLengthAtfrom':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:8381: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c: In function 'shortRunValueAtfrom':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:8390: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c: In function 'stepToNextBezierForwardat':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:8917: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:8918: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:8919: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:8920: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:8931: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:8932: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:8934: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:8935: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:8936: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:8937: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c: In function 'transformPointinto':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:9662: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:9662: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c:9662: warning: cast to pointer from integer of different size
ar -rc B2DPlugin.a B2DPlugin.o 
ranlib B2DPlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o BitBltPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/BitBltPlugin/BitBltPlugin.c
ar -rc BitBltPlugin.a BitBltPlugin.o 
ranlib BitBltPlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/CroquetPlugin   -c -o CroquetPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/CroquetPlugin/CroquetPlugin.c
ar -rc CroquetPlugin.a CroquetPlugin.o 
ranlib CroquetPlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o DSAPrims.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/DSAPrims/DSAPrims.c
ar -rc DSAPrims.a DSAPrims.o 
ranlib DSAPrims.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o ZipPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/ZipPlugin/ZipPlugin.c
ar -rc ZipPlugin.a ZipPlugin.o 
ranlib ZipPlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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/platforms/unix/src/vm/intplugins/DropPlugin/DropPlugin.c
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/DropPlugin/DropPlugin.c: In function 'setFileAccessCallback':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/DropPlugin/DropPlugin.c:206: warning: cast to pointer from integer of different size
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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
ar -rc DropPlugin.a DropPlugin.o sqUnixDragDrop.o 
ranlib DropPlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o FFTPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/FFTPlugin/FFTPlugin.c
ar -rc FFTPlugin.a FFTPlugin.o 
ranlib FFTPlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin   -c -o FilePlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/FilePlugin/FilePlugin.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o FloatArrayPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/FloatArrayPlugin/FloatArrayPlugin.c
ar -rc FloatArrayPlugin.a FloatArrayPlugin.o 
ranlib FloatArrayPlugin.a
gcc -O -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/FloatMathPlugin   -c -o FloatMathPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/FloatMathPlugin/FloatMathPlugin.c
gcc -O -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DNO_ISNAN=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o GeniePlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/GeniePlugin/GeniePlugin.c
ar -rc GeniePlugin.a GeniePlugin.o 
ranlib GeniePlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin   -c -o JPEGReadWriter2Plugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
In file included from /usr/home/frank/temp/platforms/unix/src/vm/intplugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c:30:
/usr/home/frank/temp/platforms/Cross/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.h:17:100: warning: no newline at end of file
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c: In function 'primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgr':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c:357: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c: In function 'primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c:554: warning: cast to pointer from integer of different size
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o JPEGReaderPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/JPEGReaderPlugin/JPEGReaderPlugin.c
ar -rc JPEGReaderPlugin.a JPEGReaderPlugin.o 
ranlib JPEGReaderPlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/JoystickTabletPlugin   -c -o JoystickTabletPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/JoystickTabletPlugin/JoystickTabletPlugin.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o Klatt.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/Klatt/Klatt.c
ar -rc Klatt.a Klatt.o 
ranlib Klatt.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o LargeIntegers.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/LargeIntegers/LargeIntegers.c
ar -rc LargeIntegers.a LargeIntegers.o 
ranlib LargeIntegers.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/LocalePlugin   -c -o LocalePlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/LocalePlugin/LocalePlugin.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/LocalePlugin   -c -o sqUnixLocale.o /usr/home/frank/temp/platforms/unix/plugins/LocalePlugin/sqUnixLocale.c
ar -rc LocalePlugin.a LocalePlugin.o sqUnixLocale.o 
ranlib LocalePlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o Matrix2x3Plugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/Matrix2x3Plugin/Matrix2x3Plugin.c
ar -rc Matrix2x3Plugin.a Matrix2x3Plugin.o 
ranlib Matrix2x3Plugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o MiscPrimitivePlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
ar -rc MiscPrimitivePlugin.a MiscPrimitivePlugin.o 
ranlib MiscPrimitivePlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/RePlugin   -c -o RePlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'allocateByteArrayAndSetRcvrExtraPtrFrom':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:113: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'allocateByteArrayAndSetRcvrPCREPtrFromPCRE':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:131: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'primPCRECompile':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:223: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:226: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:226: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:228: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:230: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'primPCREExec':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:268: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:276: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:276: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'primPCREExecfromto':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:322: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:330: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:330: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'primPCRENumSubPatterns':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:350: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:352: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'rcvrExtraPtr':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:372: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:374: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'rcvrPCREBufferPtr':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/RePlugin/RePlugin.c:398: warning: cast from pointer to integer of different size
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SecurityPlugin   -c -o SecurityPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/SecurityPlugin/SecurityPlugin.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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
/usr/home/frank/temp/platforms/unix/plugins/SecurityPlugin/sqUnixSecurity.c: In function 'ioGetSecureUserDirectory':
/usr/home/frank/temp/platforms/unix/plugins/SecurityPlugin/sqUnixSecurity.c:210: warning: cast to pointer from integer of different size
ar -rc SecurityPlugin.a SecurityPlugin.o sqUnixSecurity.o 
ranlib SecurityPlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SerialPlugin   -c -o SerialPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/SerialPlugin/SerialPlugin.c
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/SerialPlugin/SerialPlugin.c: In function 'primitiveSerialPortRead':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/SerialPlugin/SerialPlugin.c:166: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/SerialPlugin/SerialPlugin.c: In function 'primitiveSerialPortWrite':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/SerialPlugin/SerialPlugin.c:195: warning: cast from pointer to integer of different size
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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
/usr/home/frank/temp/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c: In function 'serialPortReadInto':
/usr/home/frank/temp/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c:271: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c: In function 'serialPortWriteFrom':
/usr/home/frank/temp/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c:305: warning: cast to pointer from integer of different size
ar -rc SerialPlugin.a SerialPlugin.o sqUnixSerial.o 
ranlib SerialPlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SocketPlugin   -c -o SocketPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/SocketPlugin/SocketPlugin.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims   -c -o SoundCodecPrims.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/SoundCodecPrims/SoundCodecPrims.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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
/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c: In function 'gsmEncode':
/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3879: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3879: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3879: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c: In function 'gsmDecode':
/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3902: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3902: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3902: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c: In function 'gsmInitState':
/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3912: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3913: warning: cast to pointer from integer of different size
ar -rc SoundCodecPrims.a SoundCodecPrims.o sqSoundCodecPluginBasicPrims.o 
ranlib SoundCodecPrims.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SoundGenerationPlugin   -c -o SoundGenerationPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/SoundGenerationPlugin/SoundGenerationPlugin.c
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/SoundPlugin   -c -o SoundPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/SoundPlugin/SoundPlugin.c
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/SoundPlugin/SoundPlugin.c: In function 'primitiveSoundInsertSamples':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/SoundPlugin/SoundPlugin.c:234: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/SoundPlugin/SoundPlugin.c: In function 'primitiveSoundPlaySamples':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/SoundPlugin/SoundPlugin.c:264: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/SoundPlugin/SoundPlugin.c: In function 'primitiveSoundRecordSamples':
/usr/home/frank/temp/platforms/unix/src/vm/intplugins/SoundPlugin/SoundPlugin.c:316: warning: cast from pointer to integer of different size
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o StarSqueakPlugin.o /usr/home/frank/temp/platforms/unix/src/vm/intplugins/StarSqueakPlugin/StarSqueakPlugin.c
ar -rc StarSqueakPlugin.a StarSqueakPlugin.o 
ranlib StarSqueakPlugin.a
gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN  -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/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 -DLSB_FIRST=1     -export-dynamic -c -o disabledPlugins.o disabledPlugins.c
/usr/home/frank/temp/platforms/unix/config/verstamp version.c gcc
gcc -g -O2 -DLSB_FIRST=1     -export-dynamic -c -o version.o version.c
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=link  gcc -g -O2 -DLSB_FIRST=1     -export-dynamic -R/usr/local/lib -o squeak vm/vm.a ADPCMCodecPlugin/ADPCMCodecPlugin.a AsynchFilePlugin/AsynchFilePlugin.a BMPReadWriterPlugin/BMPReadWriterPlugin.a B2DPlugin/B2DPlugin.a BitBltPlugin/BitBltPlugin.a CroquetPlugin/CroquetPlugin.a DSAPrims/DSAPrims.a ZipPlugin/ZipPlugin.a DropPlugin/DropPlugin.a FFTPlugin/FFTPlugin.a FilePlugin/FilePlugin.a FloatArrayPlugin/FloatArrayPlugin.a FloatMathPlugin/FloatMathPlugin.a GeniePlugin/GeniePlugin.a JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.a JPEGReaderPlugin/JPEGReaderPlugin.a JoystickTabletPlugin/JoystickTabletPlugin.a Klatt/Klatt.a LargeIntegers/LargeIntegers.a LocalePlugin/LocalePlugin.a Matrix2x3Plugin/Matrix2x3Plugin.a MiscPrimitivePlugin/MiscPrimitivePlugin.a RePlugin/RePlugin.a SecurityPlugin/SecurityPlugin.a SerialPlugin/SerialPlugin.a SocketPlugin/SocketPlugin.a SoundCodecPrims/SoundCodecPrims.a SoundGenerationPlugin/SoundGenerationPlugin.a SoundPlugin/SoundPlugin.a StarSqueakPlugin/StarSqueakPlugin.a SurfacePlugin/SurfacePlugin.a disabledPlugins.o version.o -lutil -lm  vm/vm.a
mkdir .libs
gcc -g -O2 -DLSB_FIRST=1 -o squeak disabledPlugins.o version.o -Wl,--export-dynamic  vm/vm.a ADPCMCodecPlugin/ADPCMCodecPlugin.a AsynchFilePlugin/AsynchFilePlugin.a BMPReadWriterPlugin/BMPReadWriterPlugin.a B2DPlugin/B2DPlugin.a BitBltPlugin/BitBltPlugin.a CroquetPlugin/CroquetPlugin.a DSAPrims/DSAPrims.a ZipPlugin/ZipPlugin.a DropPlugin/DropPlugin.a FFTPlugin/FFTPlugin.a FilePlugin/FilePlugin.a FloatArrayPlugin/FloatArrayPlugin.a FloatMathPlugin/FloatMathPlugin.a GeniePlugin/GeniePlugin.a JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.a JPEGReaderPlugin/JPEGReaderPlugin.a JoystickTabletPlugin/JoystickTabletPlugin.a Klatt/Klatt.a LargeIntegers/LargeIntegers.a LocalePlugin/LocalePlugin.a Matrix2x3Plugin/Matrix2x3Plugin.a MiscPrimitivePlugin/MiscPrimitivePlugin.a RePlugin/RePlugin.a SecurityPlugin/SecurityPlugin.a SerialPlugin/SerialPlugin.a SocketPlugin/SocketPlugin.a SoundCodecPrims/SoundCodecPrims.a SoundGenerationPlugin/SoundGenerationPlugin.a SoundPlugin/SoundPlugin.a StarSqueakPlugin/StarSqueakPlugin.a SurfacePlugin/SurfacePlugin.a -lutil -lm vm/vm.a -Wl,--rpath -Wl,/usr/local/lib

   text	   data	    bss	    dec	    hex	filename
 664992	  38808	 145000	 848800	  cf3a0	squeak

3.10-4 #1 Wed Feb 11 19:31:01 UTC 2009 gcc 4.2.1
Squeak3.10beta of 22 July 2007 [latest update: #7159]
FreeBSD havnor.angband.za.org 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #2: Wed Sep  3 22:56:23 UTC 2008     root at potjie.internationalconspiracy.org:/usr/obj/usr/src/sys/POTJIE  amd64
default plugin location: /usr/local/lib/squeak/3.10-4/*.so

/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1 -g -O2 -DLSB_FIRST=1 -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include  -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/X11R6/include   -c -o sqUnixX11.lo /usr/home/frank/temp/platforms/unix/vm-display-X11/sqUnixX11.c
gcc -g -O2 -DLSB_FIRST=1 -g -O2 -DLSB_FIRST=1 -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin -I/usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin -I/usr/X11R6/include -c /usr/home/frank/temp/platforms/unix/vm-display-X11/sqUnixX11.c  -fPIC -DPIC -DPIC -o sqUnixX11.o
/usr/home/frank/temp/platforms/unix/vm-display-X11/sqUnixX11.c: In function 'display_ioSetCursorARGB':
/usr/home/frank/temp/platforms/unix/vm-display-X11/sqUnixX11.c:3947: warning: cast to pointer from integer of different size
mv -f sqUnixX11.o sqUnixX11.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1 -g -O2 -DLSB_FIRST=1 -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include  -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin  -I/usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin  -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin  -I/usr/X11R6/include   -c -o sqUnixMozilla.lo /usr/home/frank/temp/platforms/unix/vm-display-X11/sqUnixMozilla.c
gcc -g -O2 -DLSB_FIRST=1 -g -O2 -DLSB_FIRST=1 -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include -I/usr/home/frank/temp/platforms/Cross/plugins/FilePlugin -I/usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin -I/usr/X11R6/include -c /usr/home/frank/temp/platforms/unix/vm-display-X11/sqUnixMozilla.c  -fPIC -DPIC -DPIC -o sqUnixMozilla.o
mv -f sqUnixMozilla.o sqUnixMozilla.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=link  gcc -g -O2 -DLSB_FIRST=1 -g -O2 -DLSB_FIRST=1    -avoid-version -module -rpath /usr/local/lib/squeak/3.10-4 -o vm-display-X11.la sqUnixX11.lo sqUnixMozilla.lo -lXrender -lGL -lXext  -lSM -lICE  -L/usr/local/lib -R/usr/local/lib  -lm  -lX11
mkdir .libs
rm -fr .libs/vm-display-X11.la .libs/vm-display-X11.* .libs/vm-display-X11.*
(cd . && ln -s sqUnixX11.lo sqUnixX11.o)
(cd . && ln -s sqUnixMozilla.lo sqUnixMozilla.o)
gcc -shared  sqUnixX11.lo sqUnixMozilla.lo  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib  -L/usr/local/lib /usr/local/lib/libXrender.so -lGL /usr/local/lib/libXext.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so -lm /usr/local/lib/libX11.so  -Wl,-soname -Wl,vm-display-X11 -o .libs/vm-display-X11
creating vm-display-X11.la
(cd .libs && rm -f vm-display-X11.la && ln -s ../vm-display-X11.la vm-display-X11.la)
: vm-display-X11.la
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1 -Wall -Wno-unknown-pragmas -g -O2 -DLSB_FIRST=1 -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm   -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin -c -o sqUnixDisplayNull.lo /usr/home/frank/temp/platforms/unix/vm-display-null/sqUnixDisplayNull.c
gcc -g -O2 -DLSB_FIRST=1 -Wall -Wno-unknown-pragmas -g -O2 -DLSB_FIRST=1 -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin -c /usr/home/frank/temp/platforms/unix/vm-display-null/sqUnixDisplayNull.c  -fPIC -DPIC -DPIC -o sqUnixDisplayNull.o
mv -f sqUnixDisplayNull.o sqUnixDisplayNull.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=link  gcc -g -O2 -DLSB_FIRST=1 -Wall -Wno-unknown-pragmas -g -O2 -DLSB_FIRST=1 -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include    -avoid-version -module -rpath /usr/local/lib/squeak/3.10-4 -o vm-display-null.la sqUnixDisplayNull.lo 
mkdir .libs
rm -fr .libs/vm-display-null.la .libs/vm-display-null.* .libs/vm-display-null.*
(cd . && ln -s sqUnixDisplayNull.lo sqUnixDisplayNull.o)
gcc -shared  sqUnixDisplayNull.lo   -Wl,-soname -Wl,vm-display-null -o .libs/vm-display-null
creating vm-display-null.la
(cd .libs && rm -f vm-display-null.la && ln -s ../vm-display-null.la vm-display-null.la)
: vm-display-null.la
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o sqUnixSoundNull.lo /usr/home/frank/temp/platforms/unix/vm-sound-null/sqUnixSoundNull.c
gcc -g -O2 -DLSB_FIRST=1 -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -c /usr/home/frank/temp/platforms/unix/vm-sound-null/sqUnixSoundNull.c  -fPIC -DPIC -DPIC -o sqUnixSoundNull.o
mv -f sqUnixSoundNull.o sqUnixSoundNull.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=link  gcc -g -O2 -DLSB_FIRST=1     -avoid-version -module -rpath /usr/local/lib/squeak/3.10-4 -o vm-sound-null.la sqUnixSoundNull.lo 
mkdir .libs
rm -fr .libs/vm-sound-null.la .libs/vm-sound-null.* .libs/vm-sound-null.*
(cd . && ln -s sqUnixSoundNull.lo sqUnixSoundNull.o)
gcc -shared  sqUnixSoundNull.lo   -Wl,-soname -Wl,vm-sound-null -o .libs/vm-sound-null
creating vm-sound-null.la
(cd .libs && rm -f vm-sound-null.la && ln -s ../vm-sound-null.la vm-sound-null.la)
: vm-sound-null.la
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1 -Wall -Wno-unknown-pragmas -g -O2 -DLSB_FIRST=1 -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin   -c -o B3DAcceleratorPlugin.lo /usr/home/frank/temp/platforms/unix/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
gcc -g -O2 -DLSB_FIRST=1 -Wall -Wno-unknown-pragmas -g -O2 -DLSB_FIRST=1 -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin -c /usr/home/frank/temp/platforms/unix/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c  -fPIC -DPIC -DPIC -o B3DAcceleratorPlugin.o
/usr/home/frank/temp/platforms/unix/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c:114: warning: 'fetchLightSourceofObject' defined but not used
/usr/home/frank/temp/platforms/unix/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c:124: warning: 'getInterpreter' defined but not used
/usr/home/frank/temp/platforms/unix/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c:138: warning: 'halt' defined but not used
/usr/home/frank/temp/platforms/unix/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c:146: warning: 'msg' defined but not used
/usr/home/frank/temp/platforms/unix/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c:1044: warning: 'stackPrimitiveVertex' defined but not used
mv -f B3DAcceleratorPlugin.o B3DAcceleratorPlugin.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1 -Wall -Wno-unknown-pragmas -g -O2 -DLSB_FIRST=1 -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin   -c -o sqOpenGLRenderer.lo /usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.c
gcc -g -O2 -DLSB_FIRST=1 -Wall -Wno-unknown-pragmas -g -O2 -DLSB_FIRST=1 -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin -c /usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.c  -fPIC -DPIC -DPIC -o sqOpenGLRenderer.o
/usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.c: In function 'glRenderVertexBuffer':
/usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.c:811: warning: unused variable 'nFaces'
mv -f sqOpenGLRenderer.o sqOpenGLRenderer.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1 -Wall -Wno-unknown-pragmas -g -O2 -DLSB_FIRST=1 -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin   -c -o sqUnixOpenGL.lo /usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.c
gcc -g -O2 -DLSB_FIRST=1 -Wall -Wno-unknown-pragmas -g -O2 -DLSB_FIRST=1 -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/B3DAcceleratorPlugin -I/usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin -c /usr/home/frank/temp/platforms/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.c  -fPIC -DPIC -DPIC -o sqUnixOpenGL.o
mv -f sqUnixOpenGL.o sqUnixOpenGL.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=link  gcc -g -O2 -DLSB_FIRST=1 -Wall -Wno-unknown-pragmas -g -O2 -DLSB_FIRST=1 -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/local/include   -lXrender -lGL -lXext  -lSM -lICE  -L/usr/local/lib -R/usr/local/lib  -lm  -lX11 -avoid-version -module -rpath /usr/local/lib/squeak/3.10-4 -o B3DAcceleratorPlugin.la B3DAcceleratorPlugin.lo sqOpenGLRenderer.lo sqUnixOpenGL.lo 
mkdir .libs
rm -fr .libs/B3DAcceleratorPlugin.la .libs/B3DAcceleratorPlugin.* .libs/B3DAcceleratorPlugin.*
(cd . && ln -s B3DAcceleratorPlugin.lo B3DAcceleratorPlugin.o)
(cd . && ln -s sqOpenGLRenderer.lo sqOpenGLRenderer.o)
(cd . && ln -s sqUnixOpenGL.lo sqUnixOpenGL.o)
gcc -shared  B3DAcceleratorPlugin.lo sqOpenGLRenderer.lo sqUnixOpenGL.lo  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib  -L/usr/local/lib /usr/local/lib/libXrender.so -lGL /usr/local/lib/libXext.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so -lm /usr/local/lib/libX11.so  -Wl,-soname -Wl,B3DAcceleratorPlugin -o .libs/B3DAcceleratorPlugin
creating B3DAcceleratorPlugin.la
(cd .libs && rm -f B3DAcceleratorPlugin.la && ln -s ../B3DAcceleratorPlugin.la B3DAcceleratorPlugin.la)
: B3DAcceleratorPlugin.la
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D   -c -o Squeak3D.lo /usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c
gcc -g -O2 -DLSB_FIRST=1 -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D -c /usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c  -fPIC -DPIC -DPIC -o Squeak3D.o
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c: In function 'backClipValueFromto':
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1325: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1325: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1325: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1325: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1325: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1325: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c: In function 'bottomClipValueFromto':
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1329: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1329: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1329: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1329: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1329: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1329: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c: In function 'frontClipValueFromto':
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1728: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1728: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1728: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1728: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1728: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1728: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c: In function 'initialiseModule':
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1753: warning: assignment makes integer from pointer without a cast
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1754: warning: assignment makes integer from pointer without a cast
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c: In function 'leftClipValueFromto':
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1872: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1872: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1872: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1872: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1872: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:1872: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c: In function 'loadRasterizerState':
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2029: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2032: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c: In function 'rightClipValueFromto':
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2389: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2389: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2389: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2389: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2389: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2389: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c: In function 'topClipValueFromto':
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2641: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2641: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2641: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2641: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2641: warning: cast to pointer from integer of different size
/usr/home/frank/temp/platforms/unix/src/plugins/Squeak3D/Squeak3D.c:2641: warning: cast to pointer from integer of different size
mv -f Squeak3D.o Squeak3D.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D   -c -o b3dAlloc.lo /usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dAlloc.c
gcc -g -O2 -DLSB_FIRST=1 -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D -c /usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dAlloc.c  -fPIC -DPIC -DPIC -o b3dAlloc.o
mv -f b3dAlloc.o b3dAlloc.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D   -c -o b3dDraw.lo /usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dDraw.c
gcc -g -O2 -DLSB_FIRST=1 -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D -c /usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dDraw.c  -fPIC -DPIC -DPIC -o b3dDraw.o
mv -f b3dDraw.o b3dDraw.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D   -c -o b3dInit.lo /usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dInit.c
gcc -g -O2 -DLSB_FIRST=1 -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D -c /usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dInit.c  -fPIC -DPIC -DPIC -o b3dInit.o
mv -f b3dInit.o b3dInit.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D   -c -o b3dMain.lo /usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dMain.c
gcc -g -O2 -DLSB_FIRST=1 -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D -c /usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dMain.c  -fPIC -DPIC -DPIC -o b3dMain.o
mv -f b3dMain.o b3dMain.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D   -c -o b3dRemap.lo /usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dRemap.c
gcc -g -O2 -DLSB_FIRST=1 -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -I/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D -c /usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dRemap.c  -fPIC -DPIC -DPIC -o b3dRemap.o
/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dRemap.c: In function 'b3dValidateAndRemapState':
/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dRemap.c:226: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dRemap.c:226: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dRemap.c:227: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dRemap.c:227: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dRemap.c:228: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dRemap.c:228: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dRemap.c:229: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dRemap.c:229: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dRemap.c:267: warning: cast from pointer to integer of different size
/usr/home/frank/temp/platforms/Cross/plugins/Squeak3D/b3dRemap.c:267: warning: cast from pointer to integer of different size
mv -f b3dRemap.o b3dRemap.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=link  gcc -g -O2 -DLSB_FIRST=1     -avoid-version -module -rpath /usr/local/lib/squeak/3.10-4 -o Squeak3D.la Squeak3D.lo b3dAlloc.lo b3dDraw.lo b3dInit.lo b3dMain.lo b3dRemap.lo 
mkdir .libs
rm -fr .libs/Squeak3D.la .libs/Squeak3D.* .libs/Squeak3D.*
(cd . && ln -s Squeak3D.lo Squeak3D.o)
(cd . && ln -s b3dAlloc.lo b3dAlloc.o)
(cd . && ln -s b3dDraw.lo b3dDraw.o)
(cd . && ln -s b3dInit.lo b3dInit.o)
(cd . && ln -s b3dMain.lo b3dMain.o)
(cd . && ln -s b3dRemap.lo b3dRemap.o)
gcc -shared  Squeak3D.lo b3dAlloc.lo b3dDraw.lo b3dInit.lo b3dMain.lo b3dRemap.lo   -Wl,-soname -Wl,Squeak3D -o .libs/Squeak3D
creating Squeak3D.la
(cd .libs && rm -f Squeak3D.la && ln -s ../Squeak3D.la Squeak3D.la)
: Squeak3D.la
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o ClipboardExtendedPlugin.lo /usr/home/frank/temp/platforms/unix/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
gcc -g -O2 -DLSB_FIRST=1 -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -c /usr/home/frank/temp/platforms/unix/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c  -fPIC -DPIC -DPIC -o ClipboardExtendedPlugin.o
mv -f ClipboardExtendedPlugin.o ClipboardExtendedPlugin.lo
/usr/local/bin/bash /usr/home/frank/temp/bld/libtool --mode=compile  gcc -g -O2 -DLSB_FIRST=1  -DHAVE_CONFIG_H   -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm    -c -o sqUnixExtendedClipboard.lo /usr/home/frank/temp/platforms/unix/plugins/ClipboardExtendedPlugin/sqUnixExtendedClipboard.c
gcc -g -O2 -DLSB_FIRST=1 -DHAVE_CONFIG_H -I/usr/home/frank/temp/bld -I/usr/home/frank/temp/platforms/unix/vm -I/usr/home/frank/temp/platforms/Cross/vm -I/usr/home/frank/temp/platforms/unix/src/vm -c /usr/home/frank/temp/platforms/unix/plugins/ClipboardExtendedPlugin/sqUnixExtendedClipboard.c  -fPIC -DPIC -DPIC -o sqUnixExtendedClipboard.o
/usr/home/frank/temp/platforms/unix/plugins/ClipboardExtendedPlugin/sqUnixExtendedClipboard.c:31:21: error: X11/Xlib.h: No such file or directory
/usr/home/frank/temp/platforms/unix/plugins/ClipboardExtendedPlugin/sqUnixExtendedClipboard.c:32:22: error: X11/Xatom.h: No such file or directory
/usr/home/frank/temp/platforms/unix/plugins/ClipboardExtendedPlugin/sqUnixExtendedClipboard.c:42: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
/usr/home/frank/temp/platforms/unix/plugins/ClipboardExtendedPlugin/sqUnixExtendedClipboard.c: In function 'sqPasteboardCopyItemFlavorDataformatformatLength':
/usr/home/frank/temp/platforms/unix/plugins/ClipboardExtendedPlugin/sqUnixExtendedClipboard.c:123: warning: cast from pointer to integer of different size
*** Error code 1

Stop in /usr/home/frank/temp/bld/ClipboardExtendedPlugin.
*** Error code 1

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

Script done on Wed Feb 11 19:31:10 2009
-------------- next part --------------
Script started on Wed Feb 11 19:29:24 2009
using built-in src directory
/usr/home/frank/temp/platforms/unix/src
checking sanity of generated src directory... okay
checking build system type... amd64-unknown-freebsd7.0
checking host system type... amd64-unknown-freebsd7.0

Configuring Squeak 3.10-4 (3.10-7159) for amd64-freebsd7.0

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 ISO C89... 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
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for long long... yes
checking size of long long... 8
checking for void *... yes
checking size of void *... 8
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 recognize 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 xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
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.0 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.0 ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
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 _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 amd64 optimisation flags... (none)
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether we can gnuify interp.c... no
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... no
checking whether doubles are stored in Squeak order... no
checking for --hash-style option... no
******** disabling vm-display-Quartz
checking for X... libraries /usr/local/lib, headers /usr/local/include
checking whether -R must be followed by a space... no
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 GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking for glIsEnabled in -lGL... yes
checking X11/extensions/Xrender.h usability... yes
checking X11/extensions/Xrender.h presence... yes
checking for X11/extensions/Xrender.h... yes
checking for XRenderQueryVersion in -lXrender... 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
checking for Advanced Linux Sound Architecture... no
******** disabling vm-sound-ALSA
checking for Mac OS X CoreAudio... no
******** disabling vm-sound-MacOSX
checking for Network Audio System... no
******** disabling vm-sound-NAS
checking for Advanced Linux Sound Architecture... no
******** disabling vm-sound-OSS
checking for SunOS/Solaris audio... no
******** disabling vm-sound-Sun
checking for custom sound support... no
******** disabling vm-sound-custom
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 pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for DBUS... gnome-config: not found
no
******** disabling DBusPlugin
checking for GSTREAMER... gnome-config: not found
no
******** disabling GStreamerPlugin
checking for MIDI support via ALSA... no
******** disabling MIDIPlugin
checking for Ogg Vorbis and Speex support... no
******** disabling OggPlugin
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
checking for PANGOCAIRO... gnome-config: not found
no
******** disabling RomePlugin
checking for FREETYPE... yes
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 UUID support... no
******** disabling UUIDPlugin
checking for unsetenv... yes
checking for pthread_kill in -lpthread... yes
checking for VideoForLinux support... no
******** disabling VideoForLinuxPlugin
checking for XOpenDisplay in -lX11... (cached) yes
configure: creating ./config.status
config.status: creating mkconfig
config.status: creating make.cfg
config.status: WARNING:  ../platforms/unix/config/make.cfg.in seems to ignore the --datarootdir setting
config.status: creating make.int
config.status: creating make.ext
config.status: creating make.prg
config.status: creating inisqueak
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 BMPReadWriterPlugin/Makefile
creating B2DPlugin/Makefile
creating BitBltPlugin/Makefile
creating CroquetPlugin/Makefile
creating DSAPrims/Makefile
creating ZipPlugin/Makefile
creating DropPlugin/Makefile
creating FFTPlugin/Makefile
creating FilePlugin/Makefile
creating FloatArrayPlugin/Makefile
creating FloatMathPlugin/Makefile
creating GeniePlugin/Makefile
creating JPEGReadWriter2Plugin/Makefile
creating JPEGReaderPlugin/Makefile
creating JoystickTabletPlugin/Makefile
creating Klatt/Makefile
creating LargeIntegers/Makefile
creating LocalePlugin/Makefile
creating Matrix2x3Plugin/Makefile
creating MiscPrimitivePlugin/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 Squeak3D/Makefile
creating ClipboardExtendedPlugin/Makefile
creating FileCopyPlugin/Makefile
creating ImmX11Plugin/Makefile
creating KedamaPlugin/Makefile
creating KedamaPlugin2/Makefile
creating Mpeg3Plugin/Makefile
creating PseudoTTYPlugin/Makefile
creating AioPlugin/Makefile
creating UnixOSProcessPlugin/Makefile
creating XDisplayControlPlugin/Makefile

Script done on Wed Feb 11 19:29:37 2009


More information about the Vm-dev mailing list