Unix 3.7 gamma VM

Ned Konz ned at squeakland.org
Fri Mar 18 04:45:35 UTC 2005


[I don't think this'll get to the list; it doesn't want to let me post most of the time]

On Thursday 17 March 2005 2:08 pm, Ian Piumarta wrote:
> Folks,
>
> I thought I'd put out a 'gamma' before releasing the final 3.7.
> Archives of binaries and sources are available from the (new) usual
> place:
>
>      http://squeak.hpl.hp.com/unix/
>
> The same sources can be checked out from our Subversion repository, if
> you prefer:
>
>      svn co http://squeak.hpl.hp.com/svn/squeak/tags/unix-3.7g-6
>
> If there are no show-stoppers in the next 24 hours or so I'll promote
> it to 3.7-7 'final' and begin pulling in lots of new stuff for 3.8...

A question on module loading:

1. How come it insists on loading external modules when it
has internal ones already loaded (see LargeIntegers, etc.) below:?


Smalltalk listLoadedModules #('FT2Plugin 17 March 2005 (e)' 'CairoPlugin 17 March 2005 (e)'
 'LargeIntegers v1.3 5 July 2004 (e)' 'Matrix2x3Plugin 5 July 2004 (e)' 'FloatArrayPlugin 5 July 2004 (e)'
 'B2DPlugin 5 July 2004 (e)' 'BitBltPlugin 5 July 2004 (e)' 'SecurityPlugin 5 July 2004 (e)' 'FilePlugin 5 July 2004 (e)'
 'MiscPrimitivePlugin 5 July 2004 (e)')

Smalltalk listBuiltinModules  #('B2DPlugin 16 March 2005 (i)' 'BitBltPlugin 16 March 2005 (i)'
 'ZipPlugin 16 March 2005 (i)' 'FileCopyPlugin 16 March 2005 (i)' 'FilePlugin 16 March 2005 (i)' 
 'FloatArrayPlugin 16 March 2005 (i)' 'LargeIntegers v1.5 16 March 2005 (i)' 'Matrix2x3Plugin 16 March 2005 (i)'
 'MiscPrimitivePlugin 16 March 2005 (i)' 'RePlugin 16 March 2005 (i)' 'SecurityPlugin 16 March 2005 (i)'
 'SocketPlugin 16 March 2005 (i)')


I'm trying to run and debug from the directory just above the build directory:

#!/bin/sh
here=$PWD
build=bld
export SQUEAK_PLUGINS="${here}/${build}/%n/.libs/%n"
${here}/${build}/squeak  -plugins $SQUEAK_PLUGINS -vm-display-X11 -swapbtn -vm-sound-null "$@" squeak.image


I've attached the log from the sqUnixExternalPrims.c , if it'll help.

Thanks,
-- 
Ned Konz
http://bike-nomad.com/squeak/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: run.log
Type: text/x-log
Size: 27364 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20050317/66865d0b/run.bin


More information about the Vm-dev mailing list