This is the mail archive of the cygwin mailing list for the Cygwin 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: compiling C w/cygwin vs. -mno-cygwin; inconsistent "C" behavior


On 2008-03-16 23:00Z, Linda Walsh wrote:
>
> 	Isn't MSVCRT the startup code?

It's not the startup code; it's the C runtime library. When you
build your program with '-mno-cygwin', it links to the runtime
that ms provides along with the operating system, so it inherits
any shortcomings of that implementation.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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