LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Glibc Ton Of GNU/Hurd Crap Comes Up! (https://www.linuxquestions.org/questions/linux-from-scratch-13/glibc-ton-of-gnu-hurd-crap-comes-up-936248/)

Zssfssz 03-24-2012 05:27 PM

Glibc Ton Of GNU/Hurd Crap Comes Up!
 
1 Attachment(s)
This Has Already Been Run: (Multiple Times By Accedent)
Code:

case `uname -m` in i?86) echo "CFLAGS += -march=i486 -mtune=native" > configparms ;; esac
When Running This:
Code:

../glibc-2.14.1/configure --prefix=/tools --host=$LFS_TGT --build=$(../glibc-2.14.1/scripts/config.guess) --disable-profile --enable-add-ons --enable-kernel=2.6.25 --with-headers=/tools/include libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes
This Error Comes Up:
Code:

running configure fragment for sysdeps/mach/hurd
configure: WARNING: --prefix= (empty) is required for GNU/Hurd to work normally
checking Hurd header version... bad
configure: error: Hurd headers not installed or too old

Both Of The Recomended Patches Have Been Applied.
Building On x86_64 For i686
Book Version 7.1
Used Provided wget-list
Ubuntu 11.10
$LFS_TGT is i686-lfs-gnu

What Can I Do To Fix This?

config.log Attached.

spiky0011 03-24-2012 06:28 PM

Hi

This might have something to do with the tools directory created earlier chapter 4.3 or the toolchain, You mentioned you have run this multiple times did you start glibc from scratch each time by deleting glibc-build and glibc dir and untarring again

Zssfssz 03-24-2012 06:31 PM

Just After I Posted I Tried Deleting And Untarring And Doing The Command Only Once But It Didn't Work...
A Strange Thing I Just Noticed Was That After Issueing The First Command, No configparms File Was Created, Should I Just Use Nano And Do It Manualy?


All times are GMT -5. The time now is 08:32 PM.