Re: [Alsa-user] Cross compile alsalib into a initrd directory

2007-09-25 Thread Thomas Giesel
John Haxby wrote: > Yes. "prefix" is used to indicate where you want things to be finally > installed. So, for example, one normally does "./configure --prefix > /usr" to have everything normally live under /usr. What you want, > however, is to install into /somewhere/initrd -- that's normally d

Re: [Alsa-user] Cross compile alsalib into a initrd directory

2007-09-24 Thread John Haxby
Thomas Giesel wrote: > > I am trying to cross-compile the alsa-lib. I want to do it in a clean > "configure - make - make install" way. It should be installed to > "/somewhere/initrd/usr" on my host, which will appear at "/usr" on my > target later. > > When I use prefix=/somewhere/initrd/usr it

[Alsa-user] Cross compile alsalib into a initrd directory

2007-09-21 Thread Thomas Giesel
All, I am trying to cross-compile the alsa-lib. I want to do it in a clean "configure - make - make install" way. It should be installed to "/somewhere/initrd/usr" on my host, which will appear at "/usr" on my target later. When I use prefix=/somewhere/initrd/usr it installs there, that's exa