This is the mail archive of the gcc@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]

Re: The content of the standard library in GCC


At 14.40 15/06/2002 (GMT -0300), Alexandre Oliva wrote:
On Jun 15, 2002, Mutics Kenneth <mail2mutics@yahoo.com.hk> wrote:

> I wish you can tell me how to find a list of GCC Standard
> library.

GCC has no Standard C library.  It just uses the C library that ships
with the operating system on which it runs.
on GNU/Linux, it uses the GNU C Library (<http://www.gnu.org/software/libc/>)
on Windows, with cygwin (a POSIX/unix emulation layer) it uses newlib (<http://sources.redhat.com/newlib/>)
on Windows, with MinGW, it uses the Microsoft C libraries (see <http://www.migw.org> for more info)
on DJGPP, it uses its own C library, written specifically for DJGPP itself.
on many other OSes / embedded systems, it usually uses either of the first two, or the system standard C libraries.

fwyzard




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