On Sun, 24 Jan 2010, Paolo Bonzini wrote:

> On 01/24/2010 05:10 AM, Duke Normandin wrote:
> > Hello list...
> >
> > Still haven't been able to compile GST from git sources ;( but life
> > goes one...
>
> You can post another message with the details.
>

Hangs at this line in compilation:

ln -s -f /Users/dnormandin/smalltalk/packages/blox/browser/bear.gif 
/var/folders/3k/3kS2YndQER8R40CHtT+S4U+++TM/-Tmp-/gstar-os3xe2/BLOXBrowser/bear.gif

I'm using this script to build:

--------------------------------
#!/bin/bash
# script to re-build GNU-SmallTalk from the git repository

cd ~/smalltalk
echo "sourcing my_build_env ..."

source ./my_build_env

echo "building GNU-Smalltalk ..."

autoreconf -vi ; ./configure ; make ; make install
-------------------------------

01:10 pm >> cat smalltalk/my_build_env
export LIBTOOLIZE=/opt/local/bin/glibtoolize

--
duke




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

Reply via email to