GNU Smalltalk 2.95h on Mac OS X 10.3.9
GNU Smalltalk version 2.95h (the latest release candidate) didn’t compile out-of-the-box on Mac OS X 10.3.9 for me. The two changes that were required were:
- change the header file includes in
socketx.h
to the older way of getting the prototypes for
select(2)
- change part of a
.section
declaration in
darwin\_closure.S
to remove mention of the
live\_support
section attribute.
After these changes, gst compiles and runs well for me on my OS X 10.3.9 box.
