On Fri, 7 Apr 2017 19:24:55 -0000
"William Harrington" <kb0...@berzerkula.org> wrote:

> gcc -### -march=native -E /usr/include/stdlib.h 2>&1 | grep
> "/usr/libexec/gcc/.*cc1"
>  "/usr/libexec/gcc/x86_64-pc-linux-gnu/5.3.0/cc1" "-E" "-quiet"


And in the /usr/libexec/gcc/x86_64-pc-linux-gnu/5.3.0 directory,
he can look at what is linked against gcc's cc1 and cc1plus:

ldd /usr/libexec/gcc/x86_64-pc-linux-gnu/5.3.0/cc1
ldd /usr/libexec/gcc/x86_64-pc-linux-gnu/5.3.0/cc1plus

Any those linked libraries is a suspect. If it wasn't glibc (libm,
linux-gate are from glibc, libdl is from gcc) or gmp, then I think
libmpc, libmpfr would be the likeliest culprits. Libz is also listed.


  Cheers,

  Mike Shell
-- 
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