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]
Other format: [Raw text]

Re: Transactional memory in MinGW


niXman <i.nixman@gmail.com> writes:

> I've built MinGW using gcc-4.7.0-release:
> ftp://ftp.gnu.org/gnu/gcc/gcc-4.7.0/gcc-4.7.0.tar.bz2
> When trying to compile the code using the Transactional memory, I get
> the following message:

libitm is not yet supported on MinGW.  It is only supported on POSIX
systems at present.

Ian


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