Squeak on Solaris x86

Chris Reuter cgreuter at calum.csclub.uwaterloo.ca
Tue Jul 28 02:40:45 UTC 1998




Hi all,

On Saturday, I got Squeak 2.0 working on a Pentium running Solaris
2.5.1.  The build was trivial.  I added the following to
GNUmakefile.conf and ran make. 


ifeq ($(MACHINE)-$(SYSTEM),                             i86pc-solaris)
  CC=           gcc
  CCFLAGS:=     -O2 -g $(PROFILE)
  INCDIRS=      -I/usr/openwin/include
  LDO=          ld -r
  LD=           gcc
  LDFLAGS:=     $(PROFILE)
  LIBDIRS=      -L/usr/openwin/lib -R/usr/openwin/lib
  LIBS=         -lX11 -lXext -lm -lsocket -lnsl
  GNU=          gnu-
  GAWK=         gawk
endif


The above is an almost exact clone of the SPARC entry with a different
ID and the -R link option added.


				--Chris





More information about the Squeak-dev mailing list