I have a vendor application on AIX which requires the system date to be set to an arbitrary value for QA testing purposes.The application gets its date from the system, and there is no possibility of
I have been trying to compile netcat.c on AIX for some time 开发者_C百科(using the command make aix), but the compiler gives me some weird feedback such as :
Question 1 From SUSE man pages, I get the below details for socket connect options If the initiating socket is connection-mode, then connect() shall attempt to establish a connection to the address
I\'m building a shared library which I dynamically load (using dlopen) into my AIX application using IBM\'s VisualAge C/C++ compiler. Unfortunately, it appears to be stripping out necessary symbols:
Right, I think I really am living a dream. I have the following piece of code which I compile and run on an AIX machine:
I am attempting to cross-compile on AIX with the xlc/xlC compilers. The code compiles successfully when it uses the default settings on another machine. The code actually successfully compiles with t
I am running a Core JAVA application on AIX machine, and it creates a file named \"core\". My concern are
I\'m trying to remove the carriage returns (\\r) from a file开发者_如何学C with the following command on AIX, but it\'s also removing my last line.Any suggestions?
I was trying to compile something on my pc with IBM XL C/C++ Enterprise Edition V8.0 for AIX I got a error like:
I run my python script functi开发者_高级运维ons like this: read from a text file, and store the data as dict. But when in the loop, an Illegal instruction occurs. why this happens?