Re: iostream Problem bei Intel C++ unter openSuse 10.3
Thomas Hertweck <[email protected]>
| Newsgroups | gmane.linux.suse.programming |
|---|---|
| Message-ID | <[email protected]> |
Klaus Becker wrote:
> [...]
>
> /usr/include/c++/4.2.1/ext/atomicity.h(51): error: identifier
> "__sync_fetch_and_add" is undefined
> { return __sync_fetch_and_add(__mem, __val); }
> ^
>
> /usr/include/c++/4.2.1/ext/atomicity.h(55): error: identifier
> "__sync_fetch_and_add" is undefined
> { __sync_fetch_and_add(__mem, __val); }
> ^
>
> compilation aborted for einfach.cpp (code 2)
>
>
> Hat jemand eine Idee, woran das liegen könnte??
Inkompatibilitaet zwischen Intel Compiler und GCC. Versuche es hiermit:
http://algo2.iti.uni-karlsruhe.de/singler/mcstl/intel_compatibility.h
Cheers, Th.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]