Tagged Questions
2
votes
4answers
333 views
When is a>a true?
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:
AIX 3 5
PowerPC_POWER5 processor type
IBM XL C/C++ for AIX, V10.1
Version: ...
0
votes
1answer
110 views
How to use -bloadmap or -bnoquiet option?
I am getting warnings about duplicate symbols during my C compile on AIX 6.1 and it says:
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
I have looked up on Google ...
0
votes
3answers
409 views
Initialization between types “const int** const” and “int**” is not allowed, why?
Using V1.8 z/OS XL C compiler, with warnings jacked-up using INFO(ALL), I get the following warning on line 4 of the code below:
WARNING CCN3196 Initialization between types "const int** const" and ...