Hi,
I am following the CLFS SVN-20070805-x86 guide and I am having trouble
configuring glibc-2.6 (Section 10.7) after I have chroot-ed.
I ran these commands:
tar xjvf glibc-2.6.tar.bz2
cd glibc-2.6
patch -Np1 -i ../glibc-2.6-localedef_segfault-1.patch
patch -Np1 -i ../glibc-2.6-branch_update-1.patch
mkdir ../glibc-build
cd ../glibc-build
CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) \
-mtune=generic -g -O2" ../glibc-2.6/configure --prefix=/usr \
--disable-profile --enable-add-ons --enable-kernel=2.6.0 \
--libexecdir=/usr/lib/glibc
I got this as the output from running configure:
.
.
.
checking whether __attribute__((visibility())) is supported... no
configure: error: compiler support for visibility attribute is required
Is this a critical error or should I ignore it? There was no mention within
the guide that I would see this error.
Thank you,
Dave
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support