[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Problems compiling
- Subject: [ale] Problems compiling
- From: ChrisF at computone.com (Chris Fowler)
- Date: Fri, 29 Dec 2000 15:02:15 -0500
Help!
I need to compile gcc to run with libraies installed in a SDK on my system.
I compiled the following:
gcc
make
awk
binutils
shutils
fileutils
bash
as static.?? They are very big.
I then copied them to /SDK/bin.
Then chroot /SDK bin/sh
I then recompiled gcc 2.8.1 with the static utilities and have a good gcc.?? But it is static.?? I need it to be dynaic becasue I want to compile all these things again and have them linked to libs in /SDK/lib.
What did I do wrong?
Thanks,
Chris