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]

Re: allocation of memory


> I've found a strange thing working with the cygnus gcc-compiler
> (Cygwin32 Beta 19) for NT.
> The gcc-compiler allocates memory during the fopen-fclose-process.

Please note that the gcc compiler does not implement fopen/fclose at
all. Instead, those are provided by the C library, which is not part
of GCC. Instead, the C library you are using is provided by the Cygwin
project at sourceware.cygnus.com. They might give you better help.

Regards,
Martin

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