Error please help :S

Hi im new to scripting and i tryed to do the famous "hello world !" but not even that simple c++ code i get to work every code i do i get some kinda error.

[Linker error] undefined reference to '__dyn_tls_init_callback'
[Linker error] undefined reference to '__cpu_features_init'
Id returned 1 exit status

I tryed several codes but it keeps gettin this error and i dont think im doin somethin wrong look this is the code.

#include <iostream>

int main(){
using namespace std;

cout << "Hello World !!" << endl;

system("pause");
return 0;

}


help me please !
somehow i deleted all replies or something :S:S but does anybody prefer another c++ scripting prgram >??
No, you just double-posted.
Topic archived. No new replies allowed.