help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: [bug] Build failure on Mac OS X 10.6.1


From: Eli Green
Subject: [Help-smalltalk] Re: [bug] Build failure on Mac OS X 10.6.1
Date: Tue, 13 Oct 2009 06:35:27 -0700

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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]