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

Building a C standard library for a windows platform


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



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