This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/84744] cannot use glibc 2.27 with gcc 7.3


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84744

--- Comment #15 from Peter VARGA <development@faf-ltd.com> ---
(In reply to Jonathan Wakely from comment #14)
> Installing your own glibc in a new location and trying to point GCC to it
> with -I /FaF/glibc/include is not "the default settings".
> 
> As has been explained, you need to rebuild GCC to use the new glibc. To do
> that you also need the Linux kernel headers in the same sysroot tree, i.e.
> /FaF/glibc
> 
> Did you try that yet?

It would be very much appreciated if you could provide me the missing settings
for my configure command line arguments which look for the moment like this:

--prefix=/FaF --infodir=/FaF/share/info --mandir=/FaF/share/man
--libdir=/FaF/lib64 --libexecdir=/FaF/lib64 --enable-languages=c,c++ 
--enable-checking=release --with-gmp=/FaF/ --with-mpfr=/FaF --with-gmc=/FaF
--with-gxx-include-dir=/FaF/include/c++/7.3 --enable-ssp --disable-libssp
--disable-plugin --with-bugurl=http://bugs.opensuse.org/
--with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap
--with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --enable-linker-build-id
--enable-linux-futex --program-suffix=-7.3 --without-system-libunwind
--with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
--host=x86_64-suse-linux --disable-multilib

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]