[Clfs-dev] eglibc headers build

Joe Ciccone jciccone at gmail.com
Tue Aug 10 18:28:15 PDT 2010


On 08/10/2010 09:22 PM, Bryan Stillwell wrote:
> While attempting the instructions for building the eglibc headers for
> alpha, I noticed that the configure command has the host and target
> swapped:
>
> CC=gcc ../eglibc-2.12/configure --prefix=/tools \
>    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
>    --disable-sanity-checks --enable-kernel=2.6.0 \
>    --with-headers=/tools/include --cache-file=config.cache \
>    --with-binutils=/cross-tools/${CLFS_TARGET}/bin
>
> That second line should be:
>
>    --host=${CLFS_HOST} --build=${CLFS_TARGET} \
>
>
> Here's the page where I found the problem:
>
> http://cross-lfs.org/view/svn/alpha/cross-tools/eglibc-headers.html
>
>
> Bryan
> _______________________________________________
> Clfs-dev mailing list
> Clfs-dev at lists.cross-lfs.org
> http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
>   
The parameters are correct, please look at the descriptions in
./configure --help.

I feel compelled to warn you that the current alpha book will have a lot
of bugs in it, and not all the packages will compile cleanly.

-- 

Joe Ciccone




More information about the Clfs-dev mailing list