This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Building a C standard library for a windows platform
- From: "John W King" <jwking at envicareusa dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Fri, 9 May 2003 22:03:03 -0700
- Subject: Building a C standard library for a windows platform
- Reply-to: <jwking at envicareusa dot com>
Here is what I would like to do;
Build a basic ANSI/ISO C Standard Library for use on a Pentium machine
running Windows 98 or later. I do not want any functions beyond those
specified by the C99 standard. I do understand that the standard may not be
fully implemented.
I have read the documentation included with the "Core" distribution package,
but have not been able to discern from it or from reviewing the contents of
the directories and files what I need to do to achieve my goals. Searching
www.google.com for information on C libraries was also unproductive for me.
If some can advise me about which build I am looking for or point me towards
a link to a library I would really appreciate it.
Thanks,
John King