[Planner Dev] Re: [Fink-devel] Success! -> Planner on Darwin/FreeBSD/OSX



[many lists removed]
P.A.A. wrote:
Excellent!

Thanks Richard & all at imendio for your help, Planner works wonderfully.

9. next tricky part: try typing "./autogen.sh --enable-python=no" , if it works, great, if you get a libtool requirement not met then you will need to install the latest version of libtool but first make a backup copy of your current /usr/bin/libtool. After running autogen as above then copy the backup back to /usr/bin/libtool, before typing make, otherwise strange errors happen.

On Mac OS X /usr/bin/libtool is not GNU libtool, it is apple's shared library helper, which was inherited from NeXT, you can download and build it if you want, it is part of the cctools project. If you install GNU libtool in /usr you will break your toolchain and will not be able to build shared libraries.

I suggest instead that you use fink to install automake1.9 (1,9,2) autoconf2.5 (2.5.9) and libtool14 (GNU libtool-1.5.10) and then run autogen.sh, do not mess with apple installed stuff in /usr.

Peter
--
Peter O'Gorman - http://www.pogma.com



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