ok here we go...
On Apr 18, 2005, at 3:32 PM, Brian O'Keefe wrote:
4. I have installed libtool1.5 at /usr/bin/libtool.1.5, you can also usr /sw/bin/glibtool
(Is this a typo 'usr /sw/bin/glibtool' and should be 'use /sw/bin...' ? If I choose to install libtool into /usr how do I do so? fink has already
installed 'libtoo1.5' so can I use that somehow? What directory would it be in and how do I modify the instructions below to use that installation? Currently using either '/usr or /sw gets me nothing)
[I know there are more elegant ways to do this, but it worked this way so ...], type as follows:
cp /usr/bin/libtool /usr/bin/libtool.bup
cp /usr/bin/libtool.1.5 /usr/bin/libtool
you can
cp /usr/bin/libtool /usr/bin/libtool.bup cp /sw/bin/glibtool /usr/bin/libtool
[be sure and restore the original after installing by cp /usr/bin/libtool.bup /usr/bin/libtool ]
5. type as follows
cd planner
(How do I modify the following assuming that I get libtool into the /sw/bin directory?)
setenv PKG_CONFIG_PATH "/usr/local/lib/pkgconfig:/sw/lib/pkgconfig"
setenv ACLOCAL_PATH "/usr/local/share/aclocal:/sw/share/aclocal"
do the above and both should work fine
good luck :)
Patrick
Alessandra & Assoc. Intl. Dallas * Ft. Worth, Texas U.S.A. (214) 335-0278 http://homepage.mac.com/adijedi/
"... since any reasonable person would choose a Mac over a PC, Apple"s market share does provide us with an accurate reading of the percentage of reasonable people in our society." - Roger Ebert
------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
