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: Duke Normandin
Subject: Re: [Help-smalltalk] OS X gst-remote problem
Date: Sat, 9 Jan 2010 10:15:48 -0700 (MST)
User-agent: Alpine 2.01 (OSX 1266 2009-07-14)

On Sat, 9 Jan 2010, Stefan Schmiedl wrote:

> 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.

Nice! and of course, I can wrap the 2 lines in ~/bin/build_gst.sh -
which is in my $PATH - with the additional line:

cd path/to/my_gst_clone

Thanks Stefan...
-- 
Duke
Turner Valley, Alberta, Canada




reply via email to

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