Oon,

MacOS X ships with an older version of glibtoolize (version 1.5).  You
may need to install the more recent version using MacPorts (that is
what I have done anyway).

I used a symlink to glibtoolize in a local bin directory, but there are
probably better ways...

        mkdir ~/bin

Add to the PATH variable...

        export PATH=~/bin:$PATH

Make the symlink...

        cd bin
        ln -s /opt/local/bin/glibtoolize libtoolize


On Sat, 28 Mar 2009 19:06:34 +0000
"Oon Arfiandwi" <oo.if...@gmail.com> wrote:

> 
> Hi All,
> 
> I try to build barry from git.
> I got problem with libtoolize
> When buildgen.sh,
> On macosx I just found glibtoolize.
> 
> Anyone have the tricks?
> 
> Thank you.
> 
> .
> -- 
> regards,
> Oon Arfiandwi
> .
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Barry-devel mailing list
> Barry-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/barry-devel


-- 
Josh Kropf <j...@slashdev.ca>

------------------------------------------------------------------------------
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to