Also on OSX you should have to compile it in 32 bit arch.
Make sure you have all the dependency also  compile in 32 but.

Using macport just edit the file /opt/local/etc/macports/macports.conf
and uncomment the line:
build_arch                      i386

You may also face the bug
https://trac.macports.org/ticket/20284
and
http://trac.macports.org/ticket/24623

The ugly fast way to make it work is to hack the Makefile and force the 
architecture with 

CFLAGS=-m32 ... 
LDFLAGS=-arch i386 ...

Then when you compile gnu-smalltalk don't forget to make it 32 with:

./configure CFLAGS=-m32

HTH

        Mth




On May 2, 2010, at 2:35 PM, Paolo Bonzini wrote:

> On 05/02/2010 01:19 PM, [email protected] wrote:
>> Congratulations to all for the great great work!
>> 
>> Some days ago, I tried under osx:
>> Autoreconf -vi
>> ./configure
>> Make
>> Make install
>> 
>> But I can't see gst-browser
>> 
>> I'm missing something?
> 
> It means that you're lacking some of the prerequisites.  GTK+ is available 
> for Mac OS X at http://gtk-osx.sourceforge.net/ (I don't know where the 
> prebuilt frameworks are).
> 
> Paolo
> 
> 
> _______________________________________________
> help-smalltalk mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/help-smalltalk






___________________________________________________________________________
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com


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

Reply via email to