Squeak for UnixWare

Chris Reuter cgreuter at calum.csclub.uwaterloo.ca
Fri May 29 12:44:00 UTC 1998


> 
> Chris,
> 
> > 2) Edit interp.c and comment out the line:
> >    #include "sqMachDep.h"  /* needed only by the JIT virtual machine */
> Alternatively, you could define __GNUC__ (like in cc -D__GNUC___ -oSqueak
> *.c). That's how I do it for the AIX. You probably won't be needing steps 2
> to 4 then ;-).
> 
> Cheers, Reinier.


Oh my.  I actually managed to get it working with just:

   cc -D__GNUC__ -o Squeak *.c -lX11 -lXext -lm -lsocket -lnsl

I still like makefiles better, though.  I had to rerun the above
several times before I could get it to link correctly, though.



		       --Chris





More information about the Squeak-dev mailing list