I am getting an error when trying to access my code:
Unresolved symbol: __pure_virtual
According to the info I got from some quick google searches, that symbol is in libgcc. If I try to link with -lgcc with the intel compiler, it is not found.
How do get this function with icpc?
Mary Monahan
__pure_virtual not found
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.


