Hi,
I have two IBM-AIX machines with OS 4.3.3 on both the machines, and
installed Visual Age Compiler. One is having 5.0.2.0 and other is
having 5.0.1.0 of Visual Age Compiler.
The below sample program is compiled with VAC ( Visual Age Compiler)
5.0.2.0 and I tried to run on the other machine in which VAC 5.0.1.0
is installed. Then I got the error 'Illegal instruction' ( SIGNAL 4).
Please let me know where the problem is and how can I resolve it.
My requirement is: I want to compile with VAC 5.0.2.0 and I want to
run the same on a machine in which VAC 5.0.1.0 is installed.
Program:
========
#include <iostream>
using namespace std;
int main(int argc, char* argv[])
{
cout << "Here is the problem" << endl;
return 0;
Thanks in advance,Quote:}
Ravi Nandibhatla,
India.