I
ikinal
I'm getting undefined symbols when I try to put my objects
in a static lib, but when I link all the objects with my main test
program, everything works fine...
I've traced the problem to a vector clear and a vector push
operation.
Here's the error message:
__type_1
std::copy<OC::ColumnData*,OC::ColumnData*>(__type_0,__type_0,__type_1)
OClib.a(Record.o)
My compiler data
CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-09 2002/07/17
Thanks,
Ihor Kinal
in a static lib, but when I link all the objects with my main test
program, everything works fine...
I've traced the problem to a vector clear and a vector push
operation.
Here's the error message:
__type_1
std::copy<OC::ColumnData*,OC::ColumnData*>(__type_0,__type_0,__type_1)
OClib.a(Record.o)
void std::vector said:::__insert_aux(OC::ColumnData*,const OC::ColumnData&) OClib.a(Record.o)
My compiler data
CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-09 2002/07/17
Thanks,
Ihor Kinal