Forum: C++ Mar 13th, 2009 |
| Replies: 14 Views: 1,750 |
Forum: C++ Mar 12th, 2009 |
| Replies: 14 Views: 1,750 Assuming that the warnings are ok and they are arising out of so many different files, is there a way to supress them in the Makefile so that they dont pop up? |
Forum: C++ Mar 11th, 2009 |
| Replies: 14 Views: 1,750 During a C++ script compilation, and doing exe building in AIX 5.3 using xlC compiler, I get the warning shown below:
ld: 0711-224 WARNING: Duplicate symbol: .NotNode::NotNode(BoolNode*)
ld:... |