Unix Technical Forum

g++ error sigset64_t on AIX

This is a discussion on g++ error sigset64_t on AIX within the AIX Operating System forums, part of the Unix Operating Systems category; --> I have an extremely simple c++ program: //////////////////////////// #include <iostream> using namespace std; int main(int argc, char* argv[]) { ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 04:18 AM
Andrew Pierce
 
Posts: n/a
Default g++ error sigset64_t on AIX

I have an extremely simple c++ program:

////////////////////////////
#include <iostream>
using namespace std;

int main(int argc, char* argv[])
{
cout << "Hello from gcc" << endl;
return 0;
}
////////////////////////////

Which will not compile on AIX 5.2 using GCC. The error message is:

/usr/include/sys/context.h:169: error: 'sigset64_t' is used as a type,
but is not defined as a type.

I have tried a multitude of command line options for g++ but none
work. GCC is version 3.3.

Any help would be GREATLY appreciated.
Andrew Pierce
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:44 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com