Hey all, I am running into a problem where I used crosstool to compile a multithreaded program but the program exhibits thread-unsafe mallocs. Just wondering, when crosstool is compiling gcc and glibc, does it make the glibc functions such as malloc a thread-safe version? btw, I am using crosstool on cygwin, targeting alpha. Thanks! Jiayuan