Gerrit P. Haase wrote:
Krzysztof Duleba wrote:
Igor Pechtchanski wrote:
Actually, you're right. Perhaps it depends on what kind of malloc the
program uses (i.e., whether it uses the Cygwin builtin malloc, or
something else).
That's strange. How could Perl use something essentially different
than malloc? I thought it would all come down to brk or sbrk.
Perl has its own malloc implementation.
However, it should automatically undefine usemymalloc for configure if
usethreads is defined, I'll need to check this.
Gerrit
--
=^..^=
--
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/