building an up to date VM for unix

Jimmie Houchin jhouchin at texoma.net
Sun Dec 21 15:33:57 UTC 2003


Martin Kuball wrote:
> Hi!
> 
> I'm trying to build an up to date VM. I searched the internet and found a 
> reference to the anonymous cvs repository on sourceforge. I checked out the 
> ned-branch, installed VMMaker in my 3.7 image and generated everything. Than 
> I noticed that there is no platform/unix/config/configure script and even no 
> configure.in. So what now?
> 
> Martin

Hello Martin,

The current Squeak sources use autoconf.

cd to the ../platform/unix/config directory.

In that directory do:   make

That will make your configure script.

The cd back to the ../bld  directory
that you created earlier.

Do your VMMaker config.

Then from the bld directory do:
../platforms/unix/config/configure

Then do:
make


Hope this gets you going.

Jimmie Houchin




More information about the Squeak-dev mailing list