At Thu, 13 Mar 2003 13:26:33 +0100 (CET),
Ronny V. Vindenes <[EMAIL PROTECTED]> wrote:
> 
> On 13 Mar 2003, Immanuel Litzroth wrote:
> 
> > 
> > I use stow for package management and I noticed that 
> > ./configure --prefix=/usr
> > make 
> > make install prefix=/usr/stow/alsa-lib
> > still installs the libraries in /usr/lib. Previous versions worked
> > installed in the correct place. Is this a bug?
> > Immanuel
> > 
> 
> IMHO it's a bug.

no, you need to specify exec_prefix, too.

        % make install prefix=/xxx exec_prefix=/xxx

> You can work around it by doing
> make install DESTDIR=/usr/stow/alsa-lib

it's much better, though the files will be installed under
/usr/stow/alsa-lib/usr/lib, etc.


Takashi


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to