On Sat, 9 Jan 2010, Stefan Schmiedl wrote: > On Sat, 9 Jan 2010 07:46:44 -0700 (MST) > Duke Normandin <[email protected]> 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 _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
