I had been working through the 8.1 rc2 build and then 8.1 was released.

I went back and made sure that I had adjusted for any of the corrections that were made to the book for the official release.

I am having an issue with Ch 6.09 glibc-2.26, specifically the ../configure portion:

CC="gcc -isystem $GCC_INCDIR -isystem /usr/include" \
../configure --prefix=/usr                          \
             --disable-werror                       \
             --enable-kernel=3.2                    \
             --enable-stack-protector=strong        \
             libc_cv_slibdir=/lib
         unset GCC_INCDIR

produces the following:

.......
checking for python3... no
checking for python... no
configure: WARNING:
*** These auxiliary programs are missing or incompatible versions: msgfmt python
*** some features or tests will be disabled.
*** Check the INSTALL file for required versions.
checking LD_LIBRARY_PATH variable... ok
checking for bash... /bin/bash
checking for perl... /usr/bin/perl
checking for install-info... /tools/bin/install-info
checking for bison... bison
checking version of bison... 3.0.4, ok
checking for .set assembler directive... no
checking linker support for protected data symbol... no
checking for broken __attribute__((alias()))... no
checking whether to put _rtld_local into .sdata section... no
checking whether to use .ctors/.dtors header and trailer... configure: error: missing __attribute__ ((constructor)) support??
root:/sources/glibc-2.26/build#

I have not been able to find anything recently posted associated with this error through Google. Any suggestions as to where I need to look?

Regards,

Edwin James
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to