This is the mail archive of the cygwin@cygwin.com 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]

Re: multi-threaded executables under NT


Hi folks,

On 5 Mar 2001, at 20:20, the Illustrious Abran5@netscape.net wrote:

> Hello;
> 
> Can you point me to documentation on how to create multi-threaded 
> executables via gcc on an NT machine?
> 
> In MS C++ 6.0 the -MT switch signals the linker to use LIBCMT.LIB, but
> this isn't recognized by gcc-2.95.2-6.

	Hmmm...not very much information, but enough...

	To use NT4 multi-threading (Win32 -- just tested this), you need to 
add -mthreads switch.  Works for both cygwin and -mno-cygwin builds.

	Peace,

		Paul G.


Nothing real can be threatened.
    Nothing unreal exists.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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