ld: fatal:symbol referencing errors. No output written to testApp
Same code works with Solaris studio 12.3.
if I write this simple code in existing code, it fails with linking error with Studio 12.4
#include <rw/tvordvec.h>
RWTValOrderedVector<double> vec;
vec.insert(22.0);
Any idea what can cause this?
any help would be appreciated