iostream Problem bei Intel C++ unter openSuse 10.3

Klaus Becker <[email protected]>
Newsgroups gmane.linux.suse.programming
Message-ID <[email protected]>
Hallo,

unter openSuse 10.3 habe ich mit dem Intel C++ Compiler
(Version 10.1.008 UND 10.0.023) folgendes Problem, welches
unter openSuse 10.2 noch nicht bestand:

Wenn ich das einfachst mögliche C++ Programm, in dem die iostream
vorkommt:


#include <iostream>

int main()
{
  return 0;
}


kompilieren will bekomme ich folgende Fehlermeldungen:


/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??


Vielen Dank für jede Art Hilfe


Klaus Becker
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.