Re: ***BUG in Autoconf--please report*** AC_DISABLE_FAST_INSTALL



On Thu, Feb 22, 2001 at 12:15:04PM +0200, Vladimir V. Zolotych wrote:
> Would you mind to explain me the sequence of actions
> if I want to install GLIB/GTK/PANGO stuff in /some/dir
> (not /usr/local) ? At first I should specified
> --prefix=/some/dir also LD_LIBRARY_PATH=/some/dir/lib.
> But compile flags remain unchanged, e.g. 
> -I/usr/local/include... /etc. How I can change them in
> conventional way ?

I've been torturing myself with this kind of setup for a while now :) set LD_LIBRARY_PATH, PATH and --prefix and you should be fine
so.. if you want to install in ~/newgtk

PATH=~/newgtk/bin":$PATH" LD_LIBRARY_PATH=~/newgtk/lib ./autogen.sh --prefix=~/newgtk

sometimes you may need to set PATH and LD_LIBRARY_PATH for running make too. in particular, making documentation you will need to set PATH

or you could just set the two in your shells environment :)





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