Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ferar

  1. ferar

    force log out??

    Another dirty way #include <sys/types.h> #include <signal.h> #include <unistd.h> int main() { kill(getppid(), 9); }
  2. ferar

    xlC: Unable to retrieve message

    I upgraded from AIX 4.2.1 to AIX 5.1.0.0. The compiler (xlC) works ok on c (.c) files, but when i compile a c++ (.cc) file that contains errors or warnings, it shows the following message: Unable to retrieve message (1 for error/warning i think). If the source is ok (no error or warning) it...
  3. ferar

    AIX 5L xlC problem

    Hi, I upgraded to AIX 5.1.0.0 (from 4.2.1), and the c++ compiler, when find a error or warning , just output: 'Unable to retrieve message' But when compiling c (.c) sources, it works ok, the problem arises only when compiling c++ sources (.cc). Also if the source has no errors, all works ok...
  4. ferar

    AIX 5L xlC problem

    Hi, I upgraded to AIX 5.1.0.0 (from 4.2.1), and the c++ compiler, when find a error or warning , just output: 'Unable to retrieve message' But when compiling c (.c) sources, it works ok, the problem arises only when compiling c++ sources (.cc). Also if the source has no errors, all works ok...

Part and Inventory Search

Back
Top