help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] OS X gst-remote problem


From: Stefan Schmiedl
Subject: Re: [Help-smalltalk] OS X gst-remote problem
Date: Sat, 9 Jan 2010 17:59:25 +0100

On Sat, 9 Jan 2010 07:46:44 -0700 (MST)
Duke Normandin <address@hidden> wrote:

> But! I suppose inserting the above in my .bash_profile would hose and
> MacPort builds that uses /usr/bin/libtool - the one from Apple? Is
> there a way to point *only* your GST code (from git) to the
> /opt/local/ tree?

$ cd my_gst_clone
$ cat > .my_build_env
export LIBTOOLIZE=/opt/local/bin/glibtoolize
^D

Now you can do

$ source .my_build_env
$ autoreconf -vi ; ./configure ; make ; make install

whenever you want to build gst

s.




reply via email to

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