From: | Aaron Optimizer Digulla |
Date: | 13 Sep 2000 at 16:34:27 |
Subject: | Re: AMIOPEN: Warnings when linking object files |
On Tue, Sep 12, 2000 at 03:07:22PM +0530, Ajay Bhatia wrote:
> hi....when i link object files of a certain project i get the following warnings which leads to unresolved externals:
>
> __sjthrow' not satisfied
> '__get_dynamic_handler_chain' not satisfied
> '__builtin_delete' not satisfied
> '__builtin_new' not satisfied
> '__terminate' not satisfied
> '__builtin_vec_new' not satisfied
> '__builtin_vec_delete' not satisfied
> what are they?? and how do i remove them??
You're probably compiling C++ code but you're not linking with a C++
linker (ie. vpcc calls the linker with the wrong options). If we
had GCC, I would say that you need to use g++ to link (instead of
gcc) but I have no idea how to achieve the same with vpcc :-/