Install Xlc Compiler Aix En
How to install the compiler xlc++ on a AIX 4.3.3. Where can I get the sources and instructions to installation? I am trying to port a small simple Makefile from AIX 4.3.3 xlc compiler to the gcc compiler on either Redhat 6.0(gcc 2.91), 6.2(gcc 2.91) or 7.2 (gcc 2.96).
Hi, I am fairly new to the AIX world. I am trying to compile a set of C++ classes as a shared library on AIX. The C++ class methods use some functions, which are C functions. Hence, I should be using 'extern C' directive. I can succesfully compile the code on Windows, but on AIX, I get an error syaing that the extern is unnecessary. The file extension is .cpp, but I have specified an rule, which will treat it as a C++ file. Is there some flag, which will allow me to get rid of this nagging error.The seond part of the question is, how to make shared libraries .so on AIX. It will be great if I can get a lead over here.
Thanks and Regards