Dan Nicholson wrote: > > I think this means you're probably missing the glibc devel package. I > don't know what it's called on Ubuntu/Debian. Possibly libc6-devel? > > Dan
Install build-essential. That will give you libc6-dev, gcc, g++ and make $ sudo apt-get update && sudo apt-get install build-essential Michiel Ubuntu 7.04 feisty -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
