From: M. R. B. <mr...@0x...> - 2001-09-08 14:54:31
|
* Renegade Muskrat <dra...@sp...> on Sat, Sep 08, 2001: > > This sort of makes sense. I originally configured glibc with > --prefix=${PREFIX}/${TARGET} (where PREFIX is /usr/local/sh-linux and > TARGET is sh-linux). So then should i still set install_root to > /usr/local/sh-linux/sh-linux (which is the same as the configure prefix i > originally used) and prefix to an empty string? > Check out the "Building LinuxSH from Scratch" document on linuxsh.sourceforge.net and adapt the glibc section to your needs. You always configure --prefix to ${PREFIX}, and when installing, install_root is ${PREFIX}/${TARGET} - not the other way around ;). M. R. |