Issue status update for http://smalltalk.gnu.org/project/issue/410 Post a follow up: http://smalltalk.gnu.org/project/comments/add/410

Project:      GNU Smalltalk
Version:      <none>
Component:    Build
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  dpollet
Updated by:   eligreen
Status:       active

By default, Mac OS 10.6's compilers will try to produce 64-bit
executables and genbc doesn't work. You can successfully build if
you're willing to generate 32-bit executables as per the instructions
on the wiki: http://smalltalk.gnu.org/node/223

If you're not interested in any of the Gtk stuff, you can simply
configure it with this command:
MAKE=gnumake CFLAGS='-m32' LDFLAGS='-arch i386' ./configure

I recommend building with gnumake, not make. If you want Gtk stuff,
check the wiki.




_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to