On Mon, Jul 29, 2013 at 09:20:24PM +0100, Jeremy Henty wrote:
>
> The link "lfs-support Archives"
> (http://linuxfromscratch.org/pipermail/lfs-support/) in "lfs-support
> Info Page" (http://linuxfromscratch.org/mailman/listinfo/lfs-support/)
> returns "Page not found!".
>
> Hang on, I guess that
On Mon, Jul 29, 2013 at 10:20:23PM +0200, Nio Wiklund wrote:
> On 2013-07-29 22:10, Jeremy Henty wrote:
> >
> > My build scripts for Linux run
> >
> > loadkeys -v -m /lib/kbd/keymaps/i386/qwerty/uk.map.gz > \
> > drivers/char/defkeymap.c
> >
> > before running make. I am 99% sure th
On 29/07/13 15:25, Bruce Dubbs wrote:
>
> We need a url that can be used with wget. I couldn't find one at junit.org.
Will this do the job?
https://github.com/junit-team/junit/archive/r4.11.tar.gz
David
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscra
On 2013-07-29 22:10, Jeremy Henty wrote:
>
> My build scripts for Linux run
>
> loadkeys -v -m /lib/kbd/keymaps/i386/qwerty/uk.map.gz > \
> drivers/char/defkeymap.c
>
> before running make. I am 99% sure that I copied that command from an
> old LFS, but the current version has no su
The link "lfs-support Archives"
(http://linuxfromscratch.org/pipermail/lfs-support/) in "lfs-support
Info Page" (http://linuxfromscratch.org/mailman/listinfo/lfs-support/)
returns "Page not found!".
Hang on, I guess that before I report this I should check the mailing
list archives ... **STACK L
My build scripts for Linux run
loadkeys -v -m /lib/kbd/keymaps/i386/qwerty/uk.map.gz > \
drivers/char/defkeymap.c
before running make. I am 99% sure that I copied that command from an
old LFS, but the current version has no such instruction. Does anyone
know why this changed? Do
>root:/sources/linux-3.10.2# make mrproper
>>make: gcc: Command not found
>
>When you encounter issues like these, don't rely on ldd.
>
>
>Rely on readelf.
>
>
>readelf -e /tools/bin/gcc | grep interpreter
>
>
>or any other binary.
>
>
>Especially when cross compiling, ldd isn't valid. Learn to u
On Jul 28, 2013, at 11:58 AM, Unix User wrote:
root:/sources/linux-3.10.2# make mrproper
make: gcc: Command not found
When you encounter issues like these, don't rely on ldd.
Rely on readelf.
readelf -e /tools/bin/gcc | grep interpreter
or any other binary.
Especially when cross compiling