From: ksr AT lp DOT nm DOT fujitsu DOT co DOT jp (TANAKA Keishiro) Subject: multithread safe program 22 Dec 1997 21:55:48 -0800 Message-ID: <199712230535.OAA14498.cygnus.gnu-win32@kumando.lp.nm.fujitsu.co.jp> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com Hi. Can I create multithread program with gnu-win32 gcc ? The library doesn't seem to be multithread safe. I tried that I linked my objects with libcmt.a imported from Microsoft libcmt.lib. # like ld -e _mainCRTStartup mine.o libcmt.a libkernel32.a Several warnings are issued but executable is successfuly generated. But the executable is not able to run (DLL not found etc.). Best Regards. - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".