[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linker error



On Mon, 23 Nov 1998 20:18:48 PST, Anand P. Rangarajan wrote: 
>hi
> i'm trying to build ns in my Sun Ultra workstation.
> I tried both "from pieces" and "all in one".
>
> i get the following linker error:
>
>Undefined                       first referenced
> symbol                             in file
>__rtti_user                         timer-handler.o
>terminate__Fv                       tclAppInit.o
>__rtti_si                           rng.o
>__rtti_class                        object.o
>ld: fatal: Symbol referencing errors. No output written to ns
>--------------------
>
>Please tell me whats wrong. Any help would be appreciated.
>
>Thanks,
>Anand

These look like internal C++ compiler things.
If you're using g++, make sure you like with g++ and not cc or ld.

   -John Heidemann