Originally posted by: SystemAdmin
Using Visual Age C++, Version 5
Has anyone seen the following?
Does anyone know a cure?
I see "WARNING: Duplicate symbol: .std::basic_ostream ..."
and corresponding messages for nearly everything in
/usr/vacpp/include/
Searhing program.i after using
xlC ... -E ... program.cpp > program.i
reveals no definitions that appear to be duplicated
(all differ in argument types).
The includes are
//
// Interface files
//
// Visual Age C++
#include <iostream> // std::cerr
#include <stdexcept> // runtime_error
// Visual Age C
#include <stdio.h> // sscanf()
#include <errno.h> // EINVAL
#include <strings.h>
Any help appreciated.