Does anyone know of sure if gcc would use the GNU C library on OpenSolaris, or
would it use the Sun C library?
Creating a "hello world" program, then using ldd to find the libraries, I see:
drkirkby@hawk:~$ gcc test.c
drkirkby@hawk:~$ ldd ./a.out
libc.so.1 => /lib/libc.so.1
libm.so.2 => /lib/libm.so.2
which makes me think that the Sun C library is used and glibc would not be used
at all.
I'm seeing a bug
http://trac.sagemath.org/sage_trac/ticket/11116
building the Sage maths software
http://www.sagemath.org/
on OpenSolaris using the Sage maths software, which someone else has seen on
Gentoo Linux and believes its a glibc bug. But if gcc does not use glibc on
OpenSolaris, then he is probably mistaken.
--
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?
Dave